Options (7)
-6, --ipv6booleanExhaust IPv6 addresses using eth1 interface
sudo {{path/to}}/pig.py {{[-6|--ipv6]}} {{eth1}}-f, --fuzzbooleanSend fuzzed/malformed data packets using the interface
sudo {{path/to}}/pig.py {{[-f|--fuzz]}} {{eth1}}-c, --colorbooleanEnable color output
sudo {{path/to}}/pig.py {{[-c|--color]}} {{eth1}}-v, --verbositybooleanEnable minimal verbosity and color output
sudo {{path/to}}/pig.py {{[-c|--color]}} {{[-v|--verbosity]}} 1 {{eth1}}-n, --neighbors-scan-arpbooleanUse a debug verbosity of 100 and scan network of neighboring devices using ARP packets
sudo {{path/to}}/pig.py {{[-c|--color]}} {{[-v|--verbosity]}} 100 {{[-n|--neighbors-scan-arp]}} {{eth1}}-r, --neighbors-attack-releasebooleanEnable printing lease information, attempt to scan and release all neighbor IP addresses
sudo {{path/to}}/pig.py {{[-n|--neighbors-scan-arp]}} {{[-r|--neighbors-attack-release]}} {{[-o|--show-options]}} {{eth1}}-o, --show-optionsbooleanEnable printing lease information, attempt to scan and release all neighbor IP addresses
sudo {{path/to}}/pig.py {{[-n|--neighbors-scan-arp]}} {{[-r|--neighbors-attack-release]}} {{[-o|--show-options]}} {{eth1}}Examples (7)
Exhaust all of the available DHCP addresses using the specified interface
sudo path/to/pig.py eth0Exhaust IPv6 addresses using eth1 interface
sudo path/to/pig.py [-6|--ipv6] eth1Send fuzzed/malformed data packets using the interface
sudo path/to/pig.py [-f|--fuzz] eth1Enable color output
sudo path/to/pig.py [-c|--color] eth1Enable minimal verbosity and color output
sudo path/to/pig.py [-c|--color] [-v|--verbosity] 1 eth1Use a debug verbosity of 100 and scan network of neighboring devices using ARP packets
sudo path/to/pig.py [-c|--color] [-v|--verbosity] 100 [-n|--neighbors-scan-arp] eth1Enable printing lease information, attempt to scan and release all neighbor IP addresses
sudo path/to/pig.py [-n|--neighbors-scan-arp] [-r|--neighbors-attack-release] [-o|--show-options] eth1