SSH discover
I made a python script that, given a network tells you in what hosts are running an ssh server.
The operation is as follows:
Usage: ssh_discover <subnet> [<PORT>] It subnets support: *.*.*. 0 and *.*. 0.0 Example: ssh_discover 192.168.2.0 ssh_discover 172.169.0.0
Download script: SSH Discover






