mirror of
https://github.com/d3vyce/PenTools.git
synced 2025-12-15 20:30:57 +01:00
1.0 (#1)
* add .gitignore * add project * add tools * add support for alias update * clean code * Update pentools.sh Add check if the software is already installed * Update pentools.sh Remove output from chrome install * Update pentools.sh * Change running command * Update pentools.sh * Fix sublime-text install & Fix Alias * Update README.md --------- Co-authored-by: d3vyce <contact@d3vyce.fr>
This commit is contained in:
47
README.md
47
README.md
@@ -1 +1,46 @@
|
||||
# PenTools
|
||||
# PenTools
|
||||
|
||||

|
||||
|
||||
# Quick Start
|
||||
|
||||
Before running the script make sure you have `go` and `pip` installed.
|
||||
```bash
|
||||
sudo apt install gccgo-go
|
||||
sudo apt install python-pip
|
||||
```
|
||||
To run the script use the following command:
|
||||
```Bash
|
||||
bash <(curl -s 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
|
||||
|
||||
## Software
|
||||
- Sublime Text
|
||||
- Chrome (+Extension: Dark Reader, FoxyProxy, WappAnalyser, Hack-Tools)
|
||||
- FFUF
|
||||
- PWNcat
|
||||
|
||||
## 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 .`
|
||||
|
||||
# Contribute to the project
|
||||
To participate in the project, you can propose new implementations of tools/binary/software/... via issues or merge request.
|
||||
|
||||
Reference in New Issue
Block a user