- Joined
- Threads
- 2
- Posts
- 17
Hello,
i am making a simple config with 2 variables
here is the config:
trying to get response source in storm
but it does not show up
here the log of debug
i am making a simple config with 2 variables
here is the config:
Code:
[General]
UseProxy = False
UseGlobalKeywords = True
DefaultTimeout = 10
UnbanAllProxiesWhenAllBannedAfter = 10
HitsFolderName = Norton_Hits
[Stage-1]
Variable-1 = $Link1 = "https://manage.norton.com/Account?inid=nsl_mynorton_header_mynorton_accountsettings"
Variable-2 = $Heads1 = "User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8"
Condition = Any
Link = $Link1#
isFTP = False
HTTPVersion = 1.1
FollowRedirect = True
HTTPRequestMethod = GET
Headers = $Heads1#
but it does not show up
here the log of debug
Code:
============
Username: [email protected]
Password: aaaaaaa
Combo: [email protected]:aaaaaaa
Proxy: None
Proxy Type: HTTP
============
--------------
Declaring 'link1' variable with 'https://manage.norton.com/Account?inid=nsl_mynorton_header_mynorton_accountsettings' value
--------------
Declaring 'heads1' variable with 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8' value
============ Stage 1 - Sent Data ============
GET /Account?inid=nsl_mynorton_header_mynorton_accountsettings HTTP/1.1
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
Host: manage.norton.com
Connection: keep-alive
============ Stage 1 - Received Data ============
HTTP/1.0 301 Moved Permanently
Location: https://my.norton.com/account/home
Server: BigIP
Connection: Keep-Alive
Content-Length: 0
=====Start Received Source=====
=====End Received Source=====
============ Stage 1 - Sent Data ============
GET /Account?inid=nsl_mynorton_header_mynorton_accountsettings HTTP/1.1
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
Host: manage.norton.com
Connection: keep-alive
============ Stage 1 - Received Data ============
=====Start Received Source=====
Failed to connect! bad proxy/connection/host.
=====End Received Source=====
============
Check Result: Banned
Save Format:
============