scapy函式 IP() 使用說明

悟透發表於2024-09-18

前言全域性說明

scapy函式 IP() 使用說明


一、說明

環境:

Ubuntu 18.04.6 LTS (Linux qt-vm 5.4.0-150-generic #167~18.04.1-Ubuntu SMP Wed May 24 00:51:42 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux)
python3 Python 3.6.9 (default, Mar 10 2023, 16:46:00)  [GCC 8.4.0] on linux
pip3 install  scapy==2.4.5

二、IP() 作用

2.1 指定IP地址

IP(dst="192.168.153.150")

2.2 指定網址域名

IP(dst="www.slashdot.org")

2.3 指定多個網址域名

IP(dst=["yahoo.com","slashdot.org"])

2.4 混合IP、網址域名

IP(dst=["192.168.1.1","yahoo.com","slashdot.org"])

三、

3.1

檔名:


3.2

檔名:



四、

4.1

檔名:


4.2

檔名:




免責宣告:本號所涉及內容僅供安全研究與教學使用,如出現其他風險,後果自負。




參考、來源:
https://wizardforcel.gitbooks.io/scapy-docs/content/3.html



相關文章