2020-11-07 12:58:24 +01:00
2020-11-07 12:54:18 +01:00
2020-09-27 15:19:31 +02:00
2020-08-28 23:04:41 +02:00
2020-10-21 21:40:20 +02:00
2020-10-21 21:40:20 +02:00
2020-11-07 12:58:24 +01:00
2020-09-02 14:05:51 +02:00
2020-10-21 21:41:06 +02:00
2020-08-09 16:49:02 +02:00
2020-06-16 21:42:43 +02:00
2020-01-28 22:15:42 +01:00
2020-10-12 19:21:41 +02:00
2020-01-28 22:15:42 +01:00
2020-09-25 14:46:08 +02:00
2020-01-28 22:15:42 +01:00
2020-01-28 22:15:42 +01:00
2020-01-28 22:15:42 +01:00
2020-10-07 14:09:32 +02:00
2020-10-07 14:09:32 +02:00
2020-11-07 12:54:18 +01:00
2020-01-28 22:15:42 +01:00
2020-09-27 15:18:48 +02:00
2020-09-14 18:09:59 +02:00
2020-01-28 22:15:42 +01:00
2020-10-01 22:39:39 +02:00
2020-01-28 22:15:42 +01:00
2020-06-02 14:15:03 +02:00
2020-01-28 22:15:42 +01:00
2020-11-07 12:54:18 +01:00
2020-10-01 23:30:28 +02:00
XSS
2020-09-28 15:44:46 +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
  • autorecon.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

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%