Skip to content

A comprehensive penetration testing toolkit based on python

Notifications You must be signed in to change notification settings

alphaolomi/network-penetration

Repository files navigation

Network Penetrating with Python

made in tanzania

This is a collection of python scripts to perform different network penetration testing for admins and other related parties using Python 3.

NOTE: For packet injection a network capable interface is require example Athres or TP-link WP123

Requirements

Some of the required python modules in the scripts

  1. Layer 2 Attacks
  • impacket
  • pcapy
  • Scapy
  1. HTTP hacks
  • httplib2
  • BeautifulSoup
  • mitmproxy
  1. Bluetooth
  • lightblue
  1. Kung Fu
  • tailer
  • google
  • pythonwifi

It should be mentioned that the pythonwifi module can only be installed on GNU/Linux thus it is using the Wireless API of the kernel.

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Security

If you discover any security related issues, please email hello@alphaolomi.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.