Skip to content

skyler-ferrante/ssh-scripter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSH Scripter

Script SSH commands based on config files. Can be used to brute force SSH credentials and then run commands.

Requires libssh-dev: sudo apt-get install libssh-dev

Build: make

Usage ./ssh-runner #With config files in config/

Usage ./ssh-runner hosts_file username_file password_file commands_file

Create config files:

mkdir config
echo example.com > config/hosts
echo user1 > config/usernames
echo user2 >> config/usernames
echo password1 > config/passwords
echo ls > config/commands

Config files are newline separated.

About

Takes host-file, username-file, password-file, and command-file. Brute forces SSH credentials and on success runs commands.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published