Skip to content

Useful ssh connect tool in pentest work especially when internal pentest working,It can use input ssh connect info and command in one row command ,then execute the command at target system

License

Notifications You must be signed in to change notification settings

huy4ng/sshpasswd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoPentestTools

Useful ssh connect tool in pentest work especially when internal pentest working,It can use input ssh connect info and command in one row command ,then execute the command at target system

#######################################
#    SSHPASSWD    |   Author:huy4ng   #
#######################################
Useage Example:

User username and password to connect SSH and execute command

	 ./sshpasswd -ip=127.0.0.1 -port=22 -u=root -p=root -c=id

User username and password to connect SSH and execute command in an interactive method

	 ./sshpasswd -ip=127.0.0.1 -port=22 -u=root -p=root

User username and private key to connect SSH and execute command

	 ./sshpasswd -ip=127.0.0.1 -port=22 -u=root -k=key.pem -c=id

User username and private key to connect SSH and execute command in an interactive method

	 ./sshpasswd -ip=127.0.0.1 -port=22 -u=root -k=key.pem

User username and encryptedprivate key to connect SSH and execute command

	 ./sshpasswd -ip=127.0.0.1 -port=22 -u=root -k=key.pem -p=123456 -c=id

User username and encrypted private key to connect SSH and execute command in an interactive method

	 ./sshpasswd -ip=127.0.0.1 -port=22 -u=root -k=key.pem -p=123456

About

Useful ssh connect tool in pentest work especially when internal pentest working,It can use input ssh connect info and command in one row command ,then execute the command at target system

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages