HackingScripts/README.md
2020-02-23 12:33:34 +01:00

1.0 KiB

HackingScripts

This repository contains self-made and common scripts for information gathering, enumeration and more.

Enumeration: Initial Scans

  • first_scan.sh: Performs initial nmap scan (-A, -T5, -p-)
  • gobuster.sh: Performs gobuster dir scan with raft-large-words-lowercase.txt
  • ssh-check-username.py: Check if user enumeration works for ssh
  • GitHack.py
  • autorecon.py

Enumeration: Privilege Escalation

Reverse Shell: Payloads

Miscellaneous

  • upload_file.py: Starts a local tcp server, for netcat usage