Inplex-sys / telnet-bruter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/Inplex-sys/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


Languages

Language:C 100.0%