From be3232750dfa4a2c7709cc46460fe88bc37a84b0 Mon Sep 17 00:00:00 2001 From: Roman Hergenreder Date: Thu, 6 Feb 2020 21:27:00 +0100 Subject: [PATCH] README-md --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fdafb92 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# HackingScripts + +This repository contains self-made and common scripts for information gathering, enumeration and more. + +### Enumeration: Initial Scans +- first_scan.sh +- gobuster.sh +- ssh-check-username.py: Check if user enumeration works for ssh + +### Enumeration: Privilege Escalation +- LinEnum.sh +- linpeas.sh +- lse.sh +- unix-privesc-check.sh +- uptux.py +- pspy64 + +### Reverse Shell: Payloads +- genRevShell.py: Generates a reverse shell command (e.g. netcat, python, ...) +- php-reverse-shell.php +- p0wny-shell.php + +### Miscellaneous +- upload_file.py: Starts a local tcp server, for netcat usage