Advertisement
TVT618

KickThemOut Using menu

May 24th, 2019
1,860
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. Usage: sudo python3 kickthemout.py [options]
  2.  
  3. Options:
  4. --version show program's version number and exit
  5. -h, --help show this help message and exit
  6. -p PACKETS, --packets=PACKETS
  7. number of packets broadcasted per minute (default: 6)
  8. -s, --scan perform a quick network scan and exit
  9. -t TARGETS, --target=TARGETS
  10. specify target IP address(es) and perform attack
  11.  
  12. Examples:
  13. sudo python3 kickthemout.py --target 192.168.1.10
  14. sudo python3 kickthemout.py -t 192.168.1.5,192.168.1.10 -p 30
  15. sudo python3 kickthemout.py (interactive mode)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement