forthebadge made-with-python

:information_source:  what is this ?!

a Collection of simple python scripts, for penetration testing & automation, it's like I just save my scripts here and not all of them are useful. ^^

:notebook_with_decorative_cover:  Description:

:black_small_square: short description for each script.

  :small_orange_diamond: SimpleHTTPServer.py: simple http server running on port 4444, simply u can change it :)
  :small_orange_diamond: crypto.py: Encrypt/Decrypt your files with password to save your privacy.
  :small_orange_diamond: dirbrute.py: search for files and directories on websites.
  :small_orange_diamond: ftp_cracker.py: ftp bruteforce attack to get login informations.
  :small_orange_diamond: hash_cracker.py: simple tool to crack hash, md5, sha1, sha-256, sha-512 ...etc.
  :small_orange_diamond: hashing.py: gets you the file or word's hash.
  :small_orange_diamond: keylogger.py: keylogger to save every word typed on the keyboard.
  :small_orange_diamond: linuxcracker.py: Linux Password Cracker - Dictionary Attack.
  :small_orange_diamond: payload.py: simple reverse connection script, gets you shell command on the target system.
  :small_orange_diamond: PortScan.py: simple port scanner.
  :small_orange_diamond: ssh_crack.py: script for ssh bruteforce attack.
  :small_orange_diamond: subchecker.py: Useful tools especially for penetration testers and bug hunters to check for subdomains (or list of domains generally) from a file, and get the up domains from it
  :small_orange_diamond: webtech.py: Web Technologies Detector, useful for developers, penetration testers and bug hunters.
  :small_orange_diamond: waybackmachine.py: this script uses wayback machine to collect a bunch of URLs and PATHs for a specific domain.

I hope this collection will be useful!.

Happy Hacking