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

https://github.com/lucthienphong1120/pentesting-scripts

Collection of useful scripts for penetration testers
https://github.com/lucthienphong1120/pentesting-scripts

brute-force brute-force-attacks bruteforce ddos ddos-attack-tools ddos-attacks ddos-tool denial-of-service hash hashing hashtable script scripts

Last synced: 4 months ago
JSON representation

Collection of useful scripts for penetration testers

Awesome Lists containing this project

README

          

# Scripts for penetration testing
Collection of useful scripts for penetration testers

* fb-brute.pl = Bruteforce for Facebook
* hash-id.py = Hash Identifier
* panel.pl = Admin Control Panel Finder
* slowloris.pl = Denial of Service
* g3m = Denial of Service

# Install this repository

```
apt update
apt install perl install git libnet-ssleay-perl libssl-dev
git clone https://github.com/lucthienphong1120/pentesting-scripts.git
cd pentesting-scripts
```

# How to use
----

`fb-brute.pl`
```sh
sudo chmod +775 fb-brute.pl
perl fb-brute.pl
```

`hash-id.py`
```sh
sudo chmod +775 hash-id.py
python hash-id.py
```

`panel.pl`
```sh
sudo chmod +775 panel.pl
perl panel.pl
```

`slowloris.pl`
```sh
sudo chmod +775 slowloris.pl
perl slowloris.pl -dns www.target.com -port 80 -timeout 1 -num 1000 -tcpto 5
perl slowloris.pl -dns IP
```

`g3m`
```sh
sudo chmod +775 g3m
./g3m -h ip -T 3 #Attack private internet
./g3m -h ip -T 3 -p 80,80 #Attack websites
```