'README.md' ändern

This commit is contained in:
Roman Hergenreder 2020-02-23 12:33:34 +01:00
parent f7ee16c641
commit 9dfea9e75c

@ -7,19 +7,20 @@ This repository contains self-made and common scripts for information gathering,
- gobuster.sh: Performs gobuster dir scan with raft-large-words-lowercase.txt - gobuster.sh: Performs gobuster dir scan with raft-large-words-lowercase.txt
- ssh-check-username.py: Check if user enumeration works for ssh - ssh-check-username.py: Check if user enumeration works for ssh
- GitHack.py - GitHack.py
- [autorecon.py](https://github.com/Tib3rius/AutoRecon)
### Enumeration: Privilege Escalation ### Enumeration: Privilege Escalation
- LinEnum.sh - [LinEnum.sh](https://github.com/rebootuser/LinEnum)
- linpeas.sh - [linpeas.sh](https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite)
- lse.sh - lse.sh
- unix-privesc-check.sh - unix-privesc-check.sh
- uptux.py - [uptux.py](https://github.com/initstring/uptux)
- pspy64 - [pspy64](https://github.com/DominicBreuker/pspy)
### Reverse Shell: Payloads ### Reverse Shell: Payloads
- genRevShell.py: Generates a reverse shell command (e.g. netcat, python, ...) - genRevShell.py: Generates a reverse shell command (e.g. netcat, python, ...)
- php-reverse-shell.php - [php-reverse-shell.php](https://github.com/pentestmonkey/php-reverse-shell)
- p0wny-shell.php - [p0wny-shell.php](https://github.com/flozz/p0wny-shell)
### Miscellaneous ### Miscellaneous
- upload_file.py: Starts a local tcp server, for netcat usage - upload_file.py: Starts a local tcp server, for netcat usage