项目作者: Sup3r-Us3r

项目描述 :
Scripts for pentesting/hacking
高级语言: Perl
项目地址: git://github.com/Sup3r-Us3r/scripts.git
创建时间: 2016-10-01T14:20:06Z
项目社区:https://github.com/Sup3r-Us3r/scripts

开源协议:

下载


Scripts for testing.

  • fb-brute.pl = Bruteforce for Facebook
  • hash_id_v1.1.py = Hash Identifier
  • painel.pl = Admin Control Panel Finder
  • slowloris.pl = Denial of Service
  • g3m = Denial of Service

How to Install and use

fb-brute.pl

  1. $ sudo chmod +x fb-brute.pl
  2. $ perl fb-brute.pl id-user-facebook wordlist.txt

hash_id_v1.1.py

  1. $ sudo chmod +x hash_id_v1.1.py
  2. $ python2 hash_id_v1.1.py

painel.pl

  1. $ sudo chmod +x painel.pl
  2. $ perl painel.pl

slowloris.pl

  1. $ sudo chmod +x slowloris.pl
  2. $ perl slowloris.pl -dns www.target.com -port 80 -timeout 1 -num 1000 -tcpto 5
  3. $ perl slowloris.pl -dns IP

g3m

  1. $ sudo chmod +x g3m
  2. $ ./g3m -h ip -T 3 #Attack private internet
  3. $ ./g3m -h ip -T 3 -p 80,80 #Attack websites