From 9dfea9e75c3cd7a4091f96569fcb2dcf515f9159 Mon Sep 17 00:00:00 2001 From: Roman Hergenreder Date: Sun, 23 Feb 2020 12:33:34 +0100 Subject: [PATCH] =?UTF-8?q?'README.md'=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 082a0d6..30ec77f 100644 --- a/README.md +++ b/README.md @@ -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 - ssh-check-username.py: Check if user enumeration works for ssh - GitHack.py +- [autorecon.py](https://github.com/Tib3rius/AutoRecon) ### Enumeration: Privilege Escalation -- LinEnum.sh -- linpeas.sh +- [LinEnum.sh](https://github.com/rebootuser/LinEnum) +- [linpeas.sh](https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite) - lse.sh - unix-privesc-check.sh -- uptux.py -- pspy64 +- [uptux.py](https://github.com/initstring/uptux) +- [pspy64](https://github.com/DominicBreuker/pspy) ### Reverse Shell: Payloads - genRevShell.py: Generates a reverse shell command (e.g. netcat, python, ...) -- php-reverse-shell.php -- p0wny-shell.php +- [php-reverse-shell.php](https://github.com/pentestmonkey/php-reverse-shell) +- [p0wny-shell.php](https://github.com/flozz/p0wny-shell) ### Miscellaneous - upload_file.py: Starts a local tcp server, for netcat usage