Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.22 KB

README.md

File metadata and controls

21 lines (11 loc) · 1.22 KB

pythonSysHacker

Get access into the victim's system using python code

attacker.py : This is the listening python code. we have to provide the listening port and ip address of the victim machine. (listening ip : 0.0.0.0 [default])

                              command :  python3 attacker.py

Screenshot (48)

victim.py : This is the victim python code. we have to provide the ip address and port in python script to connect to the attacker machine as shown in the below image...

                              command :  python3 victim.py

Screenshot (46)

[ "YOU CAN ONLY READ AND SEARCH IN VICTIM'S SYSTEM USING THIS TOOL" ]

If you want to convert this tool from python to exe ...use the python to exe compiler, i uploaded a repository to convert py to exe automatically

https://github.com/EthanHunt0001/compiler-PYTHON-to-EXE/raw/main/compilerPyToExe.exe --> use this link to download PYTHON TO EXE converter