SSH-Snake: Automatic traversal of networks using SSH private keys
Today I am officially releasing a tool that I’m proud to have finally finished: SSH-Snake.
To put it simply, SSH-Snake performs three basic tasks:
On the current system, find any SSH private keys,
On the current system, find any hosts or destinations (user@host) that the private keys may be accepted on,
Attempt to SSH into all of the discovered destinations using all of the private keys discovered.
The interesting thing about SSH-Snake, however, is that it can perform all of these tasks recursiv...
Read more at joshua.hu