2021-10-25 17:25:49 +02:00
2021-10-05 21:55:08 +02:00
2021-08-28 13:41:46 +02:00
2020-08-28 23:04:41 +02:00
2021-05-03 22:35:31 +02:00
2021-05-03 22:35:31 +02:00
2021-10-25 17:25:49 +02:00
2021-05-03 22:35:31 +02:00
2021-08-28 13:41:46 +02:00
2021-08-28 13:41:46 +02:00
2020-08-09 16:49:02 +02:00
2021-10-25 17:25:49 +02:00
2021-08-28 13:41:46 +02:00
2020-10-12 19:21:41 +02:00
2021-05-03 22:35:31 +02:00
2021-10-05 21:55:08 +02:00
2021-10-05 21:55:08 +02:00
2021-05-03 22:35:31 +02:00
2021-10-25 17:25:49 +02:00
2020-01-28 22:15:42 +01:00
2020-11-07 12:54:18 +01:00
2020-01-28 22:15:42 +01:00
2021-10-05 21:55:08 +02:00
2021-06-30 20:44:38 +02:00
2020-09-14 18:09:59 +02:00
2021-06-30 20:44:38 +02:00
2021-08-28 13:41:46 +02:00
2021-10-25 17:25:49 +02:00
2021-05-03 22:35:31 +02:00
2021-10-05 21:55:08 +02:00
2020-06-02 14:15:03 +02:00
2020-01-28 22:15:42 +01:00
2021-07-17 17:44:21 +02:00
2021-08-28 13:41:46 +02:00
2021-05-07 23:52:08 +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
  • gobuster.sh: Performs gobuster dir scan with raft-large-words-lowercase.txt
  • ssh-check-username.py: Check if user enumeration works for ssh
  • git-dumper.py
  • subdomainFuzz.sh: Fuzzes subdomains for a given domain

Enumeration: Privilege Escalation & Pivoting

  • LinEnum.sh
  • linpeas.sh
  • lse.sh
  • unix-privesc-check.sh
  • uptux.py
  • pspy64
  • portscan.py: small python script, which scans open TCP ports natively with multithread support. Can be deployed on victim machines to scan the intranet.
  • pingscan.py: small python script, which can detect internal hosts via ping probes natively. Can be deployed on victim machines to scan the intranet.
  • deepce.sh: Docker Privilege Escalation (e.g. exposed socket)

Reverse Shell: Payloads

Miscellaneous

  • upload_file.py: Starts a local tcp server, for netcat usage
  • xss_handler.py: Starts a local http server and generates xss payload to steal cookies
  • padBuster.pl
  • sql.php: Execute sql queries passed via GET/POST
  • util.py: Collection of some small functions
  • fileserver.py: Create a temporary http server serving in-memory files
  • dnsserver.py: Create a temporary dns server responding dynamically to basic DNS requests (in-memory)

Windows

Description
Tools and Scripts used for Pentesting and CTFs like HackTheBox, tryhackme, and more
Readme 204 MiB
Languages
PowerShell 66.8%
Shell 23.7%
Python 7.1%
Batchfile 0.8%
Perl 0.6%
Other 1%