2020-02-06 21:27:00 +01:00
|
|
|
# HackingScripts
|
|
|
|
|
|
|
|
This repository contains self-made and common scripts for information gathering, enumeration and more.
|
|
|
|
|
|
|
|
### Enumeration: Initial Scans
|
2020-02-06 21:28:27 +01:00
|
|
|
- first_scan.sh: Performs initial nmap scan (-A, -T5, -p-)
|
|
|
|
- gobuster.sh: Performs gobuster dir scan with raft-large-words-lowercase.txt
|
2020-02-06 21:27:00 +01:00
|
|
|
- ssh-check-username.py: Check if user enumeration works for ssh
|
2020-02-06 22:19:31 +01:00
|
|
|
- GitHack.py
|
2020-02-23 12:33:34 +01:00
|
|
|
- [autorecon.py](https://github.com/Tib3rius/AutoRecon)
|
2020-02-06 21:27:00 +01:00
|
|
|
|
|
|
|
### Enumeration: Privilege Escalation
|
2020-02-23 12:33:34 +01:00
|
|
|
- [LinEnum.sh](https://github.com/rebootuser/LinEnum)
|
|
|
|
- [linpeas.sh](https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite)
|
2020-02-06 21:27:00 +01:00
|
|
|
- lse.sh
|
|
|
|
- unix-privesc-check.sh
|
2020-02-23 12:33:34 +01:00
|
|
|
- [uptux.py](https://github.com/initstring/uptux)
|
|
|
|
- [pspy64](https://github.com/DominicBreuker/pspy)
|
2020-02-06 21:27:00 +01:00
|
|
|
|
|
|
|
### Reverse Shell: Payloads
|
|
|
|
- genRevShell.py: Generates a reverse shell command (e.g. netcat, python, ...)
|
2020-02-23 12:33:34 +01:00
|
|
|
- [php-reverse-shell.php](https://github.com/pentestmonkey/php-reverse-shell)
|
|
|
|
- [p0wny-shell.php](https://github.com/flozz/p0wny-shell)
|
2020-04-09 16:06:08 +02:00
|
|
|
- [powercat.ps1][https://github.com/besimorhino/powercat]
|
2020-02-06 21:27:00 +01:00
|
|
|
|
|
|
|
### Miscellaneous
|
|
|
|
- upload_file.py: Starts a local tcp server, for netcat usage
|
2020-04-09 16:06:08 +02:00
|
|
|
- [padBuster.pl](https://github.com/AonCyberLabs/PadBuster)
|