Skip to content

GeekCSA/Login-with-SSH

Repository files navigation

Project Launch Instructions:

When we run the code Hacking_SSH.py was asked to enter an IP address of the destination computer, hostname, track of a file with passwords for the logon and port experiment.

The program will check which ports are open, and output a file with the ports and whether each is open or closed.

If Port 22 is open, the program tries to enter the destination computer using passwords

If the entrance is successful, access to the destination terminal will be possible.

Then we will move the FTP server to the destination by command:

scp <Dest_name> @ <Dest_IP>: <File_from_dest> <Location_in_the_sorce>

(The command copy file from dest to sorce)

Then run the server at the destination.

When the server is activated with the target, we will activate the client with us and request a file from the destination.

Refernce:

Port scanning: http://www.pythonforbeginners.com/code-snippets-source-code/port-scanner-in-python

brute force ssh: https://www.youtube.com/watch?v=aL4uckPsq7g

FTP Server and Client: http://www.techinfected.net/2017/07/create-simple-ftp-server-client-in-python.html

Note: A large database of passwords can be found at the following link: https://github.com/danielmiessler/SecLists/tree/master/Passwords

This project is for educational purposes only and not for illegal uses.

Releases

No releases published

Packages

No packages published

Languages