10000 GitHub - SystemVll/telnet-bruter: The best telnet bruter for the moment, please use it for educational purpose
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SystemVll/telnet-bruter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telnet Bruter

This tool is used for creating a telnet combo list by using an list of ip adress. It will try a dozen of default password and send you the result in stdout and in a file.

Installation

Install the app on the server

user@domain:~# git clone https://github.com/SystemVll/telnet-bruter.git
user@domain:~# cd ./telnet-bruter/
user@domain:~# gcc ./*.c -o telnet-bruter -pthread -std=c99 -fcommon
user@domain:~# zmap -p 23 | ./telnet-bruter <threads>

image

About

The best telnet bruter for the moment, please use it for educational purpose

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0