An open API service indexing awesome lists of open source software.

https://github.com/legitaxes/pentest-tools

a repository of tools i use for pentesting. it allows me to have access to ALL of my tools from a single git clone so that I do not have to download binaries and tools one by one. mostly useful for htb workstation
https://github.com/legitaxes/pentest-tools

executables pentest powershell-script python reverse-shell scripts shell-script webpentesting

Last synced: 10 months ago
JSON representation

a repository of tools i use for pentesting. it allows me to have access to ALL of my tools from a single git clone so that I do not have to download binaries and tools one by one. mostly useful for htb workstation

Awesome Lists containing this project

README

          

# 🛡️ Pentesting Toolkit

jq' curated collection of essential pentesting tools, scripts, and cheatsheets designed for rapid deployment.
currently unorganized, no plans on organizing it

currently missing:
- rockyou.txt (file size too big, even after zipping)

## About This Repository

this repository serves as a centralized pentesting arsenal. It is designed to streamline the setup of a new security testing environment by making a comprehensive toolkit available via a single `git clone`.

## ⚠️ Disclaimer

i am not responsible for any misuse or damage caused by these tools. This repository is meant for easier access to tools that i have found when doing pentesting practices

## 🚀 Usage

Clone this repository to get instant access to all the tools and scripts.

```bash
git clone [https://github.com/your-username/pentest-tools.git](https://github.com/your-username/pentest-tools.git)
cd pentest-tools
unzip subbrute.zip
unzip subfinder.zip
```

---

## Useful links for pentesters

1. [RevShells](https://www.revshells.com/) - used for creating reverse shell
2. [CrackStation](https://crackstation.net/) - quick password cracking
3. [MSFVenom Cheatsheet](https://infinitelogins.com/2020/01/25/msfvenom-reverse-shell-payload-cheatsheet/) - syntax for msfvenom
4. [GTFOBins](https://gtfobins.github.io/) - priv escalation for linux
5. [LOLBAS](https://lolbas-project.github.io/#) - priv escalation for windows
6. [WADComs](https://wadcoms.github.io/) - AD exploit cheatsheet
7. [Cheatsheet for Commands](https://cheat.sh/)
8. [PayloadForAllThings](https://github.com/swisskyrepo/PayloadsAllTheThings)
9. [CyberChef](https://gchq.github.io/CyberChef/) - general use for anything related to data obfuscation to hashing
10. [PTMonkey SQL Cheatsheets & John the Ripper Formats](https://pentestmonkey.net/category/cheat-sheet) - SQL injection and jtR formats to crack hashes

## Misc Links
1. [General Cheatsheets](https://github.com/ByteSnipers/awesome-pentest-cheat-sheets) - contains various cheatsheets
2. [0xdf](https://0xdf.gitlab.io/) - hacktricks guide to pentesting
3. [ippsec](https://ippsec.rocks/#) - ippsec rocks