User Tools

Site Tools


network_stuff:scapy

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
network_stuff:scapy [2019/10/22 17:38] – created jotasandokunetwork_stuff:scapy [2023/11/02 14:38] (current) – external edit 127.0.0.1
Line 6: Line 6:
   pip install --pre scapy[basic]   pip install --pre scapy[basic]
  
 +
 +Lots of examples [[https://www.ciscolive.com/c/dam/r/ciscolive/emea/docs/2018/pdf/BRKSEC-3200.pdf|Here]] \\
 +Other ways of generating traffic:
 +  # A-end
 +  yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
 +  yum install pv -y
 +  dd if=/dev/urandom bs=1000 count=1000 | pv -L 10M | nc 10.80.8.1 4444
 +  # B-end
 +  yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
 +  yum install nmap
 +  nc -kl 4444
network_stuff/scapy.1571765915.txt.gz · Last modified: (external edit)