日韩精品一区二区三区高清_久久国产热这里只有精品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程序設計代寫
  • 合肥生活資訊

    合肥圖文信息
    急尋熱仿真分析?代做熱仿真服務+熱設計優化
    急尋熱仿真分析?代做熱仿真服務+熱設計優化
    出評 開團工具
    出評 開團工具
    挖掘機濾芯提升發動機性能
    挖掘機濾芯提升發動機性能
    海信羅馬假日洗衣機亮相AWE  復古美學與現代科技完美結合
    海信羅馬假日洗衣機亮相AWE 復古美學與現代
    合肥機場巴士4號線
    合肥機場巴士4號線
    合肥機場巴士3號線
    合肥機場巴士3號線
    合肥機場巴士2號線
    合肥機場巴士2號線
    合肥機場巴士1號線
    合肥機場巴士1號線
  • 短信驗證碼 酒店vi設計 deepseek 幣安下載 AI生圖 AI寫作 aippt AI生成PPT 阿里商辦

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

    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>
        久久精品亚洲一区二区三区浴池| 亚洲女女做受ⅹxx高潮| 亚洲一区二区影院| 国产精品二区三区四区| 久久精品一区二区三区不卡牛牛| 欧美黄色一区二区| 欧美日韩视频在线一区二区观看视频| 在线观看中文字幕不卡| 亚洲电影免费观看高清| 欧美午夜激情视频| 欧美在线|欧美| 亚洲日本va午夜在线影院| 久久综合中文色婷婷| 午夜精品久久久久久久久久久久久| 欧美激情一区二区久久久| 欧美高清hd18日本| 欧美精品一区二区在线播放| 亚洲理论在线观看| 亚洲国产婷婷综合在线精品| 欧美午夜欧美| 亚洲国产精彩中文乱码av在线播放| 欧美色区777第一页| 韩国精品在线观看| 欧美一级二级三级蜜桃| 国产亚洲精品激情久久| 国产精品久久久久久影视| 亚洲欧美国产制服动漫| 另类亚洲自拍| 一区二区三区国产精品| 毛片基地黄久久久久久天堂| 亚洲人体大胆视频| 国产伦精品一区二区| 亚洲欧美国产日韩中文字幕| 国产日韩欧美夫妻视频在线观看| 伊人久久综合97精品| 欧美日本免费一区二区三区| 一区二区三区 在线观看视频| 一区二区三区中文在线观看| 猫咪成人在线观看| 国产精品一国产精品k频道56| 老司机久久99久久精品播放免费| 欧美日本在线| 欧美激情网友自拍| 一本一本久久a久久精品综合妖精| 国产色产综合产在线视频| 国产一区再线| 午夜在线播放视频欧美| 激情久久影院| 亚洲免费在线视频一区 二区| 久久成人免费视频| 亚洲精品久久久久久一区二区| 欧美日韩亚洲视频| 一区二区三区国产| 99国产精品久久久久久久成人热| 亚洲视频 欧洲视频| 欧美区日韩区| 亚洲中无吗在线| 美女国内精品自产拍在线播放| 亚洲午夜精品一区二区| 你懂的网址国产 欧美| 午夜综合激情| 欧美一区二区三区男人的天堂| 欧美高清视频一区二区三区在线观看| 久久久欧美精品sm网站| 在线观看一区视频| 国产精品日韩欧美| 尤物在线精品| 久久久久国产精品一区| 国产精品wwwwww| 黄色成人av在线| 尤物九九久久国产精品的分类| 国产区精品视频| 亚洲午夜精品在线| 久久午夜精品一区二区| 亚洲精品日韩在线观看| 鲁大师影院一区二区三区| 亚洲欧美www| 国产精品亚洲精品| 欧美日韩hd| 欧美日韩一区二区免费在线观看| 国产欧美一区二区三区国产幕精品| 一区二区三区在线观看视频| 亚洲欧美日韩国产一区二区| 欧美日韩精品免费观看视一区二区| 国产精品日本精品| 99精品久久免费看蜜臀剧情介绍| 日韩视频一区二区三区| 午夜视频在线观看一区二区| 在线亚洲欧美视频| 久久激情五月激情| 亚洲国语精品自产拍在线观看| 亚洲综合第一页| 夜夜嗨一区二区| 狠狠色噜噜狠狠狠狠色吗综合| 国产精品久久久| 久久久久久久欧美精品| 国产精品青草久久| 亚洲人成亚洲人成在线观看图片| 欧美国产综合| 亚洲美女免费精品视频在线观看| 久久一区二区三区国产精品| 欧美日韩国产不卡| 国产日本欧洲亚洲| 亚洲欧美激情视频在线观看一区二区三区| 性一交一乱一区二区洋洋av| 欧美亚洲三级| 久久成人国产精品| 夜夜嗨av一区二区三区网页| 亚洲少妇自拍| 久久久久女教师免费一区| 在线精品视频免费观看| 一区二区三区四区在线| 欧美午夜大胆人体| 亚洲小说春色综合另类电影| 欧美视频在线观看一区二区| 在线成人h网| 久久久久99| 欧美精品在线看| 在线亚洲精品| 99国产精品视频免费观看一公开| 欧美精品久久久久久久久老牛影院| 久久久噜噜噜久久中文字幕色伊伊| 国产精品毛片a∨一区二区三区|国| 香蕉久久精品日日躁夜夜躁| 国产欧美精品国产国产专区| 蜜月aⅴ免费一区二区三区| 国模精品一区二区三区| 欧美午夜大胆人体| 亚洲一区观看| 亚洲性视频网站| 久久久999精品| 在线免费观看日韩欧美| 久久夜色精品亚洲噜噜国产mv| 极品裸体白嫩激情啪啪国产精品| 一本色道久久综合一区| 久久成人一区二区| 国内伊人久久久久久网站视频| 欧美日韩免费在线| 欧美性色综合| 亚洲美女黄色| 欧美另类久久久品| 国产精品人人做人人爽| 午夜精品久久久久久久男人的天堂| 亚洲成色777777在线观看影院| 亚洲黄色毛片| 国产精品久久久久久久久久久久| 永久免费精品影视网站| 一本一本久久a久久精品牛牛影视| 老司机午夜免费精品视频| 欧美日韩在线亚洲一区蜜芽| 夜夜爽99久久国产综合精品女不卡| 欧美日韩一区二区免费在线观看| 国产在线观看91精品一区| 亚洲综合国产| 91久久精品一区二区三区| 午夜久久久久久久久久一区二区| 欧美高清视频一二三区| 欧美va亚洲va香蕉在线| 欧美大片在线观看一区二区| 欧美特黄视频| 欧美一区国产二区| 欧美承认网站| 国产综合欧美在线看| 国产亚洲精品bv在线观看|