Skip to content

pyroot99/pentools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PenTools

This repo consists of scripts that i build while learning to make tools in python3**

1. iprecon.py

  • This script takes the url as input and returns ip address and location information of the host. iprecon example

2. client.py

  • This script takes the port number as input and connects to that port on localhost

3. server.py

  • 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. client/server

4. subfuzz.py

  • This script is a simple subdomain bruteforcer takes url and a file containing subdomains in each line. subfuzz.py

5. md5crack.py

  • 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. md5crack.py

6. chmac.py

  • 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.

About

This repo consists of tools that i build in the learning process of penetration testing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages