Skip to content

lucthienphong1120/pentesting-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

sudo chmod +775 fb-brute.pl
perl fb-brute.pl <user-id> <wordlist>

hash-id.py

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

panel.pl

sudo chmod +775 panel.pl
perl panel.pl

slowloris.pl

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

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