Skip to content

Brute force tool for telnet and ssh, programmed in python (with Zmap)

Notifications You must be signed in to change notification settings

add1ct3d/B0n3tBrute

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[VPS CentOS 6.9/6.8 2GB-RAM]

  • Install zmap

1- sh zmap_auto_install.sh

  • Scan Telnet/Ssh Ips

1- ulimit -n 999999

2- zmap -p23 -o mfutelnet.txt -N 25000 ---OR--- zmap -p22 -o mfussh.txt -N 25000

1,5-(optional) zmap -p23 -o mfutelnet.txt -w telnet.lst ---OR--- zmap -p22 -o mfussh.txt -w ssh.lst

  • Bruteforce

2- ulimit -n 999999

3- python TelnetBrute.py mfutelnet.txt 15000 telnettest.txt ---OR--- python SSHBrute.py mfussh.txt 15000 sshtest.txt

About

Brute force tool for telnet and ssh, programmed in python (with Zmap)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.3%
  • Shell 7.7%