Skip to content

A program to connect to multiple telnet hosts and execute a set of commands on them.

Notifications You must be signed in to change notification settings

suedadam/Mass-Telnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Mass-Telnet command

This is a program to connect to multiple telnet hosts and execute a set of commands on them.

The format of the credential file is IP:username:password

Modify line 61 to change the command executed on telnet servers.

Compilation

Compiling it easy!

Grab the depdendency:

$ go get github.com/ziutek/telnet

Lastly

$ go build main.go
$ ./main < file name >

About

A program to connect to multiple telnet hosts and execute a set of commands on them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages