natalidahary/Scanning_tool_to_hack_machine_via_SSH
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
A scanning tool that performs the following actions: Checks that the target is on by sending a Ping. If the target is on, the code scans all TCP ports. If port 22 is on, Python tries a username and password to hack into the machine automatically. At the end of the process, Python will print the correct username and password to connect and will offer the option of connecting and sending commands. Using libraries: OS, Socket and Paramiko