mirror of
https://github.com/d3vyce/PenTools.git
synced 2025-04-04 14:20:48 +02:00
* Add wordlist * Add obsidian * Add new go software * Update printf * Add sshuttle * Add rush install * Fix bug & add bash_aliases file check * update Readme * Update content lsit * Update version * Update nuclei install * Add ssh key generation options * Add terminator * Fix apt install * Simplify if statement * Add pwncat alias * Add openvpn alias * Add Bitwarden * Add go/pip install if missing * Update README * Update version * Fix alias name * Fix+Update SSH generation * Add bash_alais in .zshrc (for kali) --------- Co-authored-by: d3vyce <contact@d3vyce.fr>
55 lines
1.2 KiB
Markdown
55 lines
1.2 KiB
Markdown
# PenTools
|
|
|
|

|
|
|
|
# Quick Start
|
|
|
|
To run the script use the following command:
|
|
```Bash
|
|
bash <(curl -L https://github.com/d3vyce/PenTools/releases/latest/download/pentools.sh)
|
|
```
|
|
This script has been tested on debian distribution, but it should also work with Ubuntu.
|
|
I'm working on a compatibility with CentOS and other distribution.
|
|
|
|
# Content
|
|
## Wordlist
|
|
- rockyou.txt
|
|
- common.txt
|
|
- subdomains.txt
|
|
- directory-list-2.3-medium.txt
|
|
- password.lst
|
|
- nmap.lst
|
|
|
|
## Software
|
|
- Sublime Text
|
|
- Obsidian
|
|
- Chrome (+Extension: Dark Reader, FoxyProxy, WappAnalyser, Hack-Tools, Bitwarden)
|
|
- Terminator
|
|
- FFUF
|
|
- PWNcat
|
|
- Chisel
|
|
- Nuclei
|
|
- sshuttle
|
|
|
|
## Tools
|
|
- linPeas
|
|
- winPeas
|
|
- LinEnum
|
|
- linux-exploit-suggester
|
|
- mimikatz
|
|
|
|
## Binary
|
|
- nmap
|
|
|
|
## Alias
|
|
- Python server file in pentools folder (command: `filesrv`)
|
|
- Open Sublime-Text (command: `sublime`) -> To open Sublime-Text in current folder : `sublime .`
|
|
- OpenVPN (command: `vpn [file.ovpn]`)
|
|
- Pwncat (command: `pwncat [port]`)
|
|
|
|
## Automation
|
|
- SSH keygen
|
|
|
|
# Contribute to the project
|
|
To participate in the project, you can propose new implementations of tools/binary/software/... via issues or merge request.
|