A collection of Python scripts made for use in ethical hacking.
arp_spoof.py: ARP Spoofing a network interface using ScaPy.
arpspoof_detector.py: Detecting ARP Spoofing attack on a network interface using ScaPy.
caesar.py: A Python3 script to encrypt or decrypt text according to a shift value (Caesar Cipher).
dns_lookup.py: Searching DNS records using DNSPython.
find_usernames/find_user.py: Search for usernames across websites using concurrency and requests.
mac_changer.py: MAC Address Changer for Linux systems.
packet_sniffer.py: HTTP Packet sniffing using ScaPy.
ssh_bruteforce.py: Bruteforcing SSH Login using paramiko.
Pull requests are welcome and also go through the CONTRIBUTING.md file for more information.