This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| network_stuff:scapy [2019/10/22 17:38] – created jotasandoku | network_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:// | ||
| + | Other ways of generating traffic: | ||
| + | # A-end | ||
| + | yum install https:// | ||
| + | yum install pv -y | ||
| + | dd if=/ | ||
| + | # B-end | ||
| + | yum install https:// | ||
| + | yum install nmap | ||
| + | nc -kl 4444 | ||