Skip to content

A small yet powerful Python program for searching a service on a non-standard port: we will be looking for the SSH service.

License

Notifications You must be signed in to change notification settings

Piccolino1965/scan-ssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

aiutocomputerhelp-scan-ssh

This small yet powerful program is designed to scan ports on a specified IP address, checking for the presence of the SSH service. The code relies on two main functionalities: verifying if a port is open and determining whether it responds as an SSH service.

Thanks to Paramiko, a Python package specifically designed for SSH connections, the program accurately checks for the presence of the SSH service and automatically stops the scan if SSH is found on a port. The search loop terminates as soon as the service is detected.

https://www.aiutocomputerhelp.it/nmap-vs-codice-trovare-servizio-ssh-esposto-su-porta-non-standard/

⚠️ This software is provided solely for educational and security auditing purposes. It is intended to help network administrators, security professionals, and researchers identify vulnerabilities and improve the security of their own systems.

Unauthorized use of this software on networks or systems without explicit permission from the owner is strictly prohibited. Scanning or probing networks without consent may violate local laws, regulations, and organizational policies. The author and distributor of this software assume no liability for any misuse, legal consequences, or damages resulting from its use.

By using this software, you acknowledge that:

You have obtained explicit authorization to test the target systems. You take full responsibility for your actions and any consequences arising from them. You comply with all applicable laws, regulations, and ethical guidelines regarding cybersecurity testing. If you are unsure about the legality of your actions, do not use this software. Always ensure compliance with ethical hacking standards and responsible disclosure practices.

About

A small yet powerful Python program for searching a service on a non-standard port: we will be looking for the SSH service.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages