Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Win 9x screen saver passwords

  1. #1
    Member rnapro's Avatar
    Join Date
    Aug 2001
    Posts
    66

    Win 9x screen saver passwords

    I have never found and crack for the Win 9x screen saver password. I have found cracks if the screen saver is not on, but I need to be able to unlock a 9x box if the screen saver is on with out powering down.

    Anybody have any ideas?

  2. #2
    Senior Member
    Join Date
    Jul 2001
    Posts
    196
    Depends on the screen saver. Some don't check the length of the password field so simply typing in a million letters will cause the program (screen saver) to crash, taking you back to the desktop. Some screen savers don't intercept the CTRL+ALT+DEL in which you can close the screeen saver through task manager. If the screen saver is smarter than the previous too (good coding, intercept the keys) then the only other way is to reboot the machine manually (reset button). If you want to get to the desktop because some programs are active and you need/want to see what they are doing then you could try some more aggresive approaches. Some machines, I've taken the cover off while still running and cause manual hardware errors (like taking out sound cards, network cards) this causes a major system error killing the screen saver (maybe the computer too), that's a last resort kind of thing If you want to get really evil, err hackly, I even went as far as to write some code and stuck in on a CD for windows to autoplay. My program would start and kill any screen saver that was running, muhahaha, I'm sneaky

    Anyway, you can try those

  3. #3
    Old-Fogey:Addicts founder Terr's Avatar
    Join Date
    Aug 2001
    Location
    Seattle, WA
    Posts
    2,007
    One of the main vulnerabilities of 95/98 is the auto-run-cd feature, the feature that brings up installation screens when you put a CD in without you doing anything. IF the computer has data-CD autorun on, it will run that program on the CD EVEN IF THE SCREENSAVER IS ON.

    I made a little program that tries to dump the screensaver password to A:/ or B:/, and put it on a CD. It needs some troubleshooting though, because I was really lazy and used *cough* Visual Basic *cough*, and need to make it portable to machines without the VB/ActiveX controls installed or the VB runtimes...not sure how to do that, and don't have a pressing need. Besides, I'd have a lot of worthless cds if I messed up a few times. Basically I can then take out the CD, crack the password somewhere else (just dumped registry key), come back, and enter it. There is a tool called SSBypass from some company, which actually STOPS the screensaver when you put the CD in, but it's pricey.
    [HvC]Terr: L33T Technical Proficiency

  4. #4

    Post

    You can use a batch file on the floppy to grab the screensaver pass too. Just tell autorun to run a batch file you put either on the disk or on the cd and have it copy whatever you want.

  5. #5
    One time I made a floppy that worked pretty well,

    I wrote a little shell program that would turn the textcolor black, so that people wouldnt know what was goin on.

    Then I put an autoexec.bat file on the floppy that would copy user.dat from windows to a new directory on the floppy.

    I would just insert the disk, hit re-set, wait for the floppy light to stop, then take it home and crack the password, It worked great on a local Radio-Shack.


    -8trak

  6. #6
    Senior Member
    Join Date
    Aug 2001
    Posts
    118

    Might help

    The auto-run feature is a good one to try out. If the person has their computer set to run the screen saver when it starts up just hold down the shift key and it won't run at all.
    Risk everything, or gain nothing.

  7. #7
    Member
    Join Date
    Sep 2001
    Location
    Belgium
    Posts
    95

    Post

    <8trak>

    What if you do something smarter? Show an imitated DOS-bootup screen. Then use the ctty nul command to stop input&output. This way you can easily write a batch script which doens't allow users to CTRL-ALT-DEL.

    Maybe one can also try to lure someone into typing in his passwd when he *thinks* he's logging on. Would take some pics to be stored on floppy, but maybe it's realizable.

    Grtz,

  8. #8
    Senior Member
    Join Date
    Sep 2001
    Posts
    412
    A batch file that stops people using ctrl atl del??????

  9. #9
    Member
    Join Date
    Sep 2001
    Location
    Belgium
    Posts
    95

    Post

    Yes.

    Open dosprmpt.
    type:
    edit
    ctty nul



    then try to do *anything*


    Grtz,

  10. #10
    Member
    Join Date
    Sep 2001
    Location
    Belgium
    Posts
    95
    djeez

    forgot to say this:

    save the batch file as ????????.bat
    execute.... and see

    Grtz,

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •