Tools and Scripts used for Pentesting and CTFs like HackTheBox, tryhackme, and more
Go to file
2020-06-02 15:25:10 +02:00
config AutoRecon 2020-02-23 12:20:57 +01:00
.gitignore xss + utils 2020-06-02 14:15:03 +02:00
autorecon.py AutoRecon 2020-02-23 12:20:57 +01:00
first_scan.sh mimikatz, winPEAS, first_scan script improved 2020-04-19 14:07:59 +02:00
genRevShell.py xss + utils 2020-06-02 14:15:03 +02:00
GitHack.py GitHack added 2020-02-06 22:19:31 +01:00
gobuster.sh Initial Commit 2020-01-28 22:15:42 +01:00
LinEnum.sh Initial Commit 2020-01-28 22:15:42 +01:00
linpeas.sh Initial Commit 2020-01-28 22:15:42 +01:00
lse.sh Initial Commit 2020-01-28 22:15:42 +01:00
mimikatz.exe mimikatz, winPEAS, first_scan script improved 2020-04-19 14:07:59 +02:00
p0wny-shell.php Initial Commit 2020-01-28 22:15:42 +01:00
padBuster.pl Powercat + Padbuster 2020-04-09 10:36:42 +02:00
php-reverse-shell.php Initial Commit 2020-01-28 22:15:42 +01:00
portscan.py AutoRecon 2020-02-23 12:20:57 +01:00
powercat.ps1 Powercat + Padbuster 2020-04-09 10:36:42 +02:00
pspy64 Initial Commit 2020-01-28 22:15:42 +01:00
README.md powershell fixes 2020-04-09 16:06:08 +02:00
ssh-check-username.py Initial Commit 2020-01-28 22:15:42 +01:00
subdomainFuzz.sh subdomain fuzzing 2020-06-02 14:35:52 +02:00
unix-privesc-check.sh Initial Commit 2020-01-28 22:15:42 +01:00
upload_file.py xss + utils 2020-06-02 14:15:03 +02:00
uptux.py Initial Commit 2020-01-28 22:15:42 +01:00
util.py xss + utils 2020-06-02 14:15:03 +02:00
winPEAS.bat mimikatz, winPEAS, first_scan script improved 2020-04-19 14:07:59 +02:00
xss_handler.py xss handler improvement 2020-06-02 15:25:10 +02:00

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
  • padBuster.pl