
OpenSSH RCE Massive Vulnerable Scanner
The OpenSSH CVE Scanner is a Python script designed to scan multiple SSH targets for vulnerabilities based on their OpenSSH version. It utilizes threading for concurrent scanning and integrates logging with colored output for enhanced visibility.
scan.log) and optionally saves vulnerable targets to an output file.Setup:
coloredlogs, packaging) are installed (pip install coloredlogs packaging).Running the Scanner:
-f) containing a list of targets in the format ip:port.-o) to save vulnerable targets.-t) based on system resources or scanning requirements.Example Command:
python open_ssh_scanner.py -f targets.txt -o vulnerable_ips.txt -t 5