日韩精品一区二区三区高清_久久国产热这里只有精品8_天天做爽夜夜做爽_一本岛在免费一二三区

合肥生活安徽新聞合肥交通合肥房產生活服務合肥教育合肥招聘合肥旅游文化藝術合肥美食合肥地圖合肥社保合肥醫院企業服務合肥法律

代做48730-32548,、c/c++,Python程序設計代寫
代做48730-32548,、c/c++,Python程序設計代寫

時間:2024-09-19  來源:合肥網hfw.cc  作者:hfw.cc 我要糾錯



48**0-**548, Cyber Security Week-6 
Understanding TCP/IP based Attacks Continued 
 
Lab Environment Setup 
 
You need to follow the Lab-4 (Week 5) virtual environment setup to perform the remaining tasks related 
to TCP/IP based attacks. 
 
Netwox/Netwag 
 
We need tools to send out network packets of different types and with different contents. We can use 
Netwag to do that. However, the GUI interface of Netwag makes it difficult for us to automate our process. 
Therefore, we strongly suggest that you use its command-line version, the Netwox command, which is 
the underlying command invoked by Netwag. 
 
Netwox consists of a suite of tools, each having a specific number. You can run the command as following 
(the parameters depend on which tool you are using). For some of the tools, you have to run it with the 
root privilege: 
➢ netwox <number> [parameters ...]
If you are not sure how to set the parameters, you can look at the manual by issuing "netwox <number> --
help". You can also learn the parameter settings by running Netwag for each command you execute from the 
graphic interface, Netwag actually invokes a corresponding Netwox command, and it displays the parameter 
settings. Therefore, you can simply copy and paste the displayed command. 
 
 
Wireshark Tool. 
 
You also need a good network-traffic sniffer tool for this lab. Although Netwox comes with a sniffer, you 
will find that another tool called Wireshark is a much better sniffer tool. 
 
Both Netwox and Wireshark can be downloaded. If you are using our pre-built virtual machine, both tools 
are already installed. To sniff all the network traffic, both tools need to be run with root privilege. 
 
Lab Tasks 
 
In this lab, you need to conduct attacks on the TCP/IP protocols. You can use the Netwag, Wireshark, 
Tshark tools in the attacks. All the attacks are performed on Linux operating systems. However, you can 
also conduct the same attack on the other operating system and compare the observations after lab 
classes. You are supposed to use all the above three different tolls for the experiments. 
 
To simplify the “guess” of TCP sequence numbers and source port numbers, we assume that attacks are 
on the same physical network as the victims (Think of where such attacks may happen?). Therefore, you 
can use sniffer tools to get that information. The following is the list of attacks that need to be 
implemented and studied in this lab. 
  
48**0-**548, Cyber Security Week-6 
 
Lab designed by Ashish Nanda, based on documents “SEED Labs” provided by Wenliang Du, Syracuse University 

 
Before starting the task, disconnect the internet from the Server VM. 
 
48**0-**548, Cyber Security Week-6 
 
Lab designed by Ashish Nanda, based on documents “SEED Labs” provided by Wenliang Du, Syracuse University 
 
Task 4: TCP RST Attacks on Telnet and SSH Connections 
 
The TCP RST Attack can terminate an established TCP connection between two victims. For example, if 
there is an established telnet connection (TCP) between two users A and B, attackers can spoof a RST 
packet from A to B, breaking this existing connection. To succeed in this attack, attackers need to correctly 
construct the TCP RST packet. 
 
In this task, you need to launch a TCP RST attack to break an existing telnet connection between A and B. 
 
After that, try the same attack on an SSH connection. 
 
In this task, we use Netwag Tool 78 to conduct the attack, and wireshark tool to capture the packets. 
 
Steps: 
 
1. Open Wireshark on Client VM by entering “sudo wireshark” in the terminal. 
2. Establish a telnet connection with Client from the Server. Enter “telnet <IP address>” 
and fill the username and password of the Client to establish a telnet connection. 
(Screenshot required) 
3. Go to Attacker VM, run Netwag using the terminal. (sudo netwag) 
4. Select Tool 78: Reset every TCP packet. 
5. Select the interface and the “spoofip: IP spoof initialization type”. (Screenshot 
required) 
6. Click “Run It”. 
7. Go to Server, generate some data by typing something in terminal where a telnet 
connection with Client is established. (Screenshot Required) 
 
For performing the same attack on SSH connection, establish an SSH connection with Client 
from the Server by entering “ssh username@IPaddress” instead of a telnet connection. Similar 
screenshots are required for TCP RST attack on SSH connection. 
 
Task 5: ICMP Blind Connection-Reset and Source-Quench Attacks 
 
(i) ICMP Blind Connection-Reset 
 
ICMP messages can also be used achieve the connection-resetting attack. To do this, attackers send an 
ICMP error message that indicates a “hard error” to either of the two endpoints of a TCP connection. The 
connection can be immediately torn down as RFC 1122 states that a host should abort the corresponding 
connection when receiving such an ICMP error message. RFC 1122 defines “hard errors” as ICMP error 
messages of type 3 (Destination Unreachable) with code 2 (protocol unreachable), 3 (port unreachable), 
or 4 (fragmentation needed and DF bit set). 
 
Use the Netwag Tool 82 to conduct the attack, and then use wireshark tool to capture the packets. 
  
 
48**0-**548, Cyber Security Week-6 
 
Lab designed by Ashish Nanda, based on documents “SEED Labs” provided by Wenliang Du, Syracuse University 
 
Steps: 
1. Open Wireshark on Client VM by entering “sudo wireshark” in the terminal. Set icmp as 
filter. 
2. Ping Server from the Client. 
3. Check the Wireshark capture. (Screenshot Required) 
4. Go to Attacker VM, run Netwag using the terminal. 
5. Select Tool 82: Sniff and send ICMP4/ICMP6 destination unreachable. 
6. Select the interface and “spoofip: IP spoof initialization type”, input the ICMP code (2) 
and source IP address. (Screenshot Required) 
7. Click “Run It”. 
8. Check the Wireshark capture. (Screenshot required) 
 
 
(ii) Source-Quench Attacks 
 
The ICMP source quench message is used by the congested routers to tell the TCP senders to slow down. 
 
Attackers can forge such messages to conduct the denial of services attacks on TCP senders. 
 
In this task, you need to launch the ICMP blind connect-reset attacks and the ICMP source quench attacks. 
You need to be noted that some systems may reasonably ignore this type of ICMP errors in certain TCP 
state. 
 
Use the Netwag Tool 85 to conduct the attack, and then use wireshark tool to capture the packets. 
 
Steps: 
 
1. Open Wireshark on Client VM by entering “sudo wireshark” in the terminal. Set icmp as 
filter. 
2. Ping Server from the Client. 
3. Check the Wireshark capture. (Screenshot Required) 
4. Go to Attacker VM, run Netwag using the terminal. 
5. Select Tool 85: Sniff and send ICMP4 source quench. 
6. Select the interface and “spoofip: IP spoof initialization type”, and input the source IP 
address. (Screenshot Required) 
7. Click “Run It”. 
8. Check the Wireshark capture. (Screenshot required) 
 
 
Task 6: TCP Session Hijacking 
 
 
The objective of the TCP Session Hijacking attack is to hijack an existing TCP connection (session) between 
two victims by injecting malicious contents into this session. If this connection is a telnet session, attackers 
can inject malicious commands into this session, causing the victims to execute the malicious commands. 
You can use telnet in this task. You can also assume that the attackers and the victims are on the same 
LAN. Following figure illustrates the attack.  
 
48**0-**548, Cyber Security Week-6 
 
Lab designed by Ashish Nanda, based on documents “SEED Labs” provided by Wenliang Du, Syracuse University 
 
Note: If you use Wireshark to observe the network traffic, you should be aware that when Wireshark displays 
the TCP sequence number, by default, it displays the relative sequence number, which equals to the actual 
sequence number minus the initial sequence number. If you want to see the actual sequence number in a 
packet, you need to right click the TCP section of the Wireshark output, and select "Protocol Preference". In 
the popup window, uncheck the "Relative Sequence Number and Window Scaling" option. 
 
Use the Netwag Tool 36 to conduct the attack, and then use wireshark tool to capture the packets. 
 
Steps: 
 
1. Open Wireshark on Client VM by entering “sudo wireshark” in the terminal. Set telnet as 
filter. 
2. Establish a telnet connection with Client from the Server. Enter “telnet <IP address>” 
and fill the username and password of the Client to establish a telnet connection. 
(Screenshot required) 
3. Generate some data by typing something in terminal where a telnet connection with 
Client is established. 
4. Go to Wireshark on Client, look for last telnet packet sent from Server to the Client. 
(Screenshot required) 
5. Ensure that “Relative sequence numbers” is disabled. (Check the Protocol Preferences) 
6. Look into the details of TCP and telnet for last telnet packet sent from Server to the 
Client. (Screenshot Required) 
7. Convert ‘mkdir hello’ + return key to hexadecimal. 
(https://www.browserling.com/tools/text-to-hex) 
8. Go to Attacker VM, run Netwag using the terminal. 
9. Select Tool 36: Spoof EthernetIp4Tcp packet.  
 
48**0-**548, Cyber Security Week-6 
 
Lab designed by Ashish Nanda, based on documents “SEED Labs” provided by Wenliang Du, Syracuse University 

 
10. Provide the following information: 
 
Device Select Eth0 
Ethernet Src From the wireshark output 
Ethernet Dst From the wireshark output 
IP4 ttl 64 
IP4 Src 10.0.2.6 
IP4 Dst 10.0.2.8 
TCP Src From the wireshark output 
TCP Dst From the wireshark output 
TCP Seqnum From the wireshark output 
TCP Acknum From the wireshark output: TCP Acknum 
+ size of the data ‘/177’ 
 
TCP urg Tick 
TCP ack Tick 
TCP psh Tick 
TCP window From the wireshark output 
mixed data Hex for ‘mkdir hello’ + return key : 6d 6b 
64 69 72 2**8 65 6c 6c 6f 0a 
(Screenshot required) 
 
11. Click “Run It”. 
12. Go back to Wireshark on Client, look for the last telnet packet sent from Server to Client 
before TCP Retransmission. (Screenshot Required) 
13. Look into the details of Telnet for that packet. (Screenshot Required) 
14. Check the home directory of Client. 
 
 
請加QQ:99515681  郵箱:99515681@qq.com   WX:codinghelp











 

掃一掃在手機打開當前頁
  • 上一篇:代做SCI 3004、c++/Python程序設計代寫
  • 下一篇:代寫同花順選股指標,代做通達信主圖指標 ,代寫公式
  • ·代做SCI 3004、c++/Python程序設計代寫
  • ·Task 2: Boggle Buddy代做、Python程序設計代寫
  • ·代做FINM8007、Java/Python程序設計代寫
  • ·代做ESTR2520、Python程序設計代寫
  • ·代做CSMDE21、Python程序設計代寫
  • ·PROG2007代做、Java,Python程序設計代寫
  • ·ENGG1330代做、Python程序設計代寫
  • 合肥生活資訊

    合肥圖文信息
    2025年10月份更新拼多多改銷助手小象助手多多出評軟件
    2025年10月份更新拼多多改銷助手小象助手多
    有限元分析 CAE仿真分析服務-企業/產品研發/客戶要求/設計優化
    有限元分析 CAE仿真分析服務-企業/產品研發
    急尋熱仿真分析?代做熱仿真服務+熱設計優化
    急尋熱仿真分析?代做熱仿真服務+熱設計優化
    出評 開團工具
    出評 開團工具
    挖掘機濾芯提升發動機性能
    挖掘機濾芯提升發動機性能
    海信羅馬假日洗衣機亮相AWE  復古美學與現代科技完美結合
    海信羅馬假日洗衣機亮相AWE 復古美學與現代
    合肥機場巴士4號線
    合肥機場巴士4號線
    合肥機場巴士3號線
    合肥機場巴士3號線
  • 短信驗證碼 trae 豆包網頁版入口 目錄網 排行網

    關于我們 | 打賞支持 | 廣告服務 | 聯系我們 | 網站地圖 | 免責聲明 | 幫助中心 | 友情鏈接 |

    Copyright © 2025 hfw.cc Inc. All Rights Reserved. 合肥網 版權所有
    ICP備06013414號-3 公安備 42010502001045

    日韩精品一区二区三区高清_久久国产热这里只有精品8_天天做爽夜夜做爽_一本岛在免费一二三区

      <em id="rw4ev"></em>

        <tr id="rw4ev"></tr>

        <nav id="rw4ev"></nav>
        <strike id="rw4ev"><pre id="rw4ev"></pre></strike>
        欧美高清视频在线观看| 亚洲第一精品夜夜躁人人躁| 久久久久99精品国产片| 亚洲毛片在线免费观看| 欧美区一区二区三区| 国产精品久久久久婷婷| 性色一区二区| 国产毛片精品国产一区二区三区| 精品福利免费观看| 国产日韩在线播放| 久久精品人人做人人综合| 国产精品视频导航| 韩国一区电影| 国产免费成人av| 国产一区视频在线观看免费| 亚洲免费在线看| 夜夜夜久久久| 欧美日韩视频不卡| 欧美三日本三级少妇三99| 久久综合狠狠综合久久激情| 夜夜嗨av色一区二区不卡| 99www免费人成精品| 国产欧美日韩精品一区| 在线视频你懂得一区二区三区| 亚洲美女在线看| 99精品视频免费观看| 一区二区三区日韩欧美精品| 亚洲精品五月天| 欧美国产欧美亚州国产日韩mv天天看完整| 欧美人与性动交α欧美精品济南到| 亚洲视频播放| 中文精品一区二区三区| 国产精品日韩欧美一区二区| 国产精品国产亚洲精品看不卡15| 欧美中文在线视频| 久久久噜噜噜久久中文字幕色伊伊| 在线成人激情视频| 欧美视频二区| 国产精自产拍久久久久久| 免费国产一区二区| 亚洲黄色在线视频| 艳女tv在线观看国产一区| 亚洲激情一区二区三区| 欧美日韩一级大片网址| 亚洲成人在线观看视频| 日韩天堂在线视频| 国产一区日韩欧美| 久久精品亚洲一区| 最新国产成人在线观看| 久久久精品2019中文字幕神马| 久久久久久亚洲精品不卡4k岛国| 一本色道久久综合亚洲精品不| 久久久噜噜噜久久狠狠50岁| 欧美日本一区二区视频在线观看| 欧美激情一区二区| 欧美精品一区二区三区高清aⅴ| 欧美国产欧美亚州国产日韩mv天天看完整| 国产精品成人久久久久| 久久在线免费| 欧美国产综合| 欧美视频一区在线观看| 国产欧亚日韩视频| 国产嫩草一区二区三区在线观看| aaa亚洲精品一二三区| 欧美不卡视频一区| 欧美裸体一区二区三区| 老牛嫩草一区二区三区日本| 亚洲国产精品高清久久久| 亚洲精品在线观看视频| 亚洲国产精品小视频| 久久精品91| 亚洲人成在线播放网站岛国| 亚洲欧美日韩在线一区| 国产精品久久午夜夜伦鲁鲁| 国内一区二区在线视频观看| 国产精品高潮呻吟| 国产精品户外野外| 欧美日韩免费视频| 国产精品永久| 欧美精品国产| 欧美一区二区三区免费观看| 巨胸喷奶水www久久久免费动漫| 欧美四级在线| 亚洲国产精品99久久久久久久久| 免费在线看成人av| 欧美新色视频| 国产日本亚洲高清| 日韩午夜av| 亚洲制服少妇| 亚洲一区在线视频| 亚洲第一成人在线| 合欧美一区二区三区| 国产精品久久午夜夜伦鲁鲁| 国产在线麻豆精品观看| 欧美日韩日本国产亚洲在线| 欧美日韩天堂| 亚洲免费影院| 久久久国产成人精品| 免费日韩一区二区| 国产亚洲网站| 一个人看的www久久| 一区二区三区高清不卡| 一级日韩一区在线观看| 狠狠色丁香久久综合频道| 欧美亚洲视频在线看网址| 99在线精品免费视频九九视| 亚洲欧洲日产国码二区| 亚洲高清视频在线| 9久草视频在线视频精品| 欧美精品一区二区三| 狠狠做深爱婷婷久久综合一区| 欧美美女bbbb| 亚洲影院色无极综合| 亚洲少妇诱惑| 欧美日韩精品综合在线| 一区二区三区精品在线| 欧美一区二区啪啪| 久久久www成人免费毛片麻豆| 国产欧美精品一区| 亚洲精品小视频| 99视频精品免费观看| 久久精品一区中文字幕| 欧美gay视频| 欧美激情精品久久久久久| 久久免费高清| 91久久久久久国产精品| 亚洲国产欧美国产综合一区| 国产综合色在线视频区| 韩日视频一区| 老色批av在线精品| 国产一区视频在线看| 欧美亚洲一级片| 国产精品爱啪在线线免费观看| 欧美大片一区| 免费成人高清| 亚洲欧美中文日韩v在线观看| 欧美日韩在线观看一区二区三区| 中日韩美女免费视频网址在线观看| 欧美一区二区视频在线观看2020| 亚洲综合电影| 欧美成人精品一区| 国产自产在线视频一区| 亚洲综合好骚| 亚洲天堂视频在线观看| 欧美日韩国产在线播放网站| 亚洲特色特黄| 国产精品视频yy9299一区| 欧美日韩高清在线| 欧美h视频在线| 伊人久久噜噜噜躁狠狠躁| 欧美性猛交xxxx乱大交蜜桃| 欧美日韩另类综合| 亚洲国产精品国自产拍av秋霞| 亚洲免费人成在线视频观看| 欧美日产一区二区三区在线观看| 欧美视频二区| 亚洲欧美一区二区精品久久久| 国产精品mv在线观看| 另类成人小视频在线| 欧美日韩另类国产亚洲欧美一级| 欧美美女喷水视频| 国产日韩精品一区二区三区| 黄色亚洲网站| 亚洲精品一区二区三区99|