This repo consists of scripts that i build while learning to make tools in python3**
- This script takes the url as input and returns ip address and location information of the host.
- This script takes the port number as input and connects to that port on localhost
- This script takes the port number as input and listens for connection on that port on localhost
- The Server also acknowledges the data that receives.
- This script is a simple subdomain bruteforcer takes url and a file containing subdomains in each line.
- md5crack.py is a simple md5hash cracker written in python3 it takes two arguments hash and wordlist and returns the word from the hash if cracked.
- chmac.py is a simple mac changer works with linux os.
- It is written in python, It takes interface and macaddress as arguments and changes the macaddress to the given macaddress.
- This script can calculate its own random macaddress if macaddress is not given.