Tools and Scripts used for Pentesting and CTFs like HackTheBox, tryhackme, and more
Go to file
2020-02-06 21:27:00 +01:00
first_scan.sh Initial Commit 2020-01-28 22:15:42 +01:00
genRevShell.py Rev Shell tty, upload file variable port 2020-02-06 21:17:45 +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
p0wny-shell.php Initial Commit 2020-01-28 22:15:42 +01:00
php-reverse-shell.php Initial Commit 2020-01-28 22:15:42 +01:00
pspy64 Initial Commit 2020-01-28 22:15:42 +01:00
README.md README-md 2020-02-06 21:27:00 +01:00
ssh-check-username.py Initial Commit 2020-01-28 22:15:42 +01:00
unix-privesc-check.sh Initial Commit 2020-01-28 22:15:42 +01:00
upload_file.py Rev Shell tty, upload file variable port 2020-02-06 21:17:45 +01:00
uptux.py Initial Commit 2020-01-28 22:15:42 +01:00

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