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
- Host: GitHub
- URL: https://github.com/lucthienphong1120/pentesting-scripts
- Owner: lucthienphong1120
- Created: 2021-12-24T14:41:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-26T10:00:39.000Z (about 4 years ago)
- Last Synced: 2025-09-19T19:39:03.589Z (5 months ago)
- Topics: brute-force, brute-force-attacks, bruteforce, ddos, ddos-attack-tools, ddos-attacks, ddos-tool, denial-of-service, hash, hashing, hashtable, script, scripts
- Language: Perl
- Homepage:
- Size: 31.3 KB
- Stars: 16
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```