arthepsy / ssh-audit

SSH server auditing (banner, key exchange, encryption, mac, compression, compatibility, security, etc)
MIT License
2.96k stars 269 forks source link

localhost or internal network #23

Closed maravento closed 7 years ago

maravento commented 7 years ago

To audit localhost or local network terminals (e.g. 192.168.1.1)?

arthepsy commented 7 years ago

Yes, it's possible - ./ssh-audit.py localhost or ./ssh-audit.py 192.168.1.1. Or I didn't understand the question?

maravento commented 7 years ago

yes. thanks