thc-hydra icon indicating copy to clipboard operation
thc-hydra copied to clipboard

Cisco-Enable SSH

Open MHammett opened this issue 6 years ago • 3 comments

Can the Cisco-Enable module be updated to support SSH? Not a lot of telnet around these days and I'm working with some darn old equipment.

MHammett avatar Nov 19 '17 03:11 MHammett

I agree that would be useful. I currently dont have the time for it. It would require someone who has the time to look into libssh on how to do that. Once that is figured out it should be straight forward to implement.

if you want to try it I can support you, email me at [email protected]

vanhauser-thc avatar Nov 19 '17 10:11 vanhauser-thc

I wish I was even close to useful in that regard.

MHammett avatar Nov 19 '17 14:11 MHammett

Have a look here

https://code.wireshark.org/review/gitweb?p=wireshark.git;a=blob;f=extcap/ciscodump.c;h=cc99a52efd093e6c9ee32ae7342dd91ea76e28c8;hb=HEAD

This is a wireshark module that connects to a cisco router via ssh using libssh and uses EPC for remote capture. Not exactly what you need, but it could put you on the right track. Hope it helps.

crondaemon avatar Nov 19 '17 21:11 crondaemon