Git Product home page Git Product logo

whatwaf's Introduction

WhatWaf?

WhatWaf is an advanced firewall detection tool who's goal is to give you the idea of "There's a WAF?". WhatWaf works by detecting a firewall on a web application, and attempting to detect a bypass (or two) for said firewall, on the specified target.

SIDE-NOTE: Any issue that is not the newest version of WhatWaf will be closed without discussion

SECONDARY SIDE NOTE: I do not have much time to update this project anymore, updates will be slow

Helpful links


Possible Detectable Firewalls

whatwaf --wafs

                             ,------.
                            '  .--.  '
   ,--.   .--.   ,--.   .--.|  |  |  |
   |  |   |  |   |  |   |  |'--'  |  |
   |  |   |  |   |  |   |  |    __.  |
   |  |.'.|  |   |  |.'.|  |   |   .'
   |         |   |         |   |___|
   |   ,'.   |hat|   ,'.   |af .---.
   '--'   '--'   '--'   '--'   '---'
/><s/**/cript>alert("WhatWaf?<|>v1.8($stable)");</scrip/**/t>

[00:58:55][INFO] gathering a list of possible detectable wafs
360 Web Application Firewall (360)
aeSecure (WAF)
Airlock (Phion/Ergon)
AkamaiGHost Website Protection (Akamai Global Host)
Alert Logic (SIEMless Threat Management)
AliYunDun (WAF)
Anquanbao Web Application Firewall (Anquanbao)
AnYu Web Application Firewall (Anyu Technologies)
Apache Generic
Armor Protection (Armor Defense)
Application Security Manager (F5 Networks)
ASP.NET Generic Website Protection (MS)
Apache Traffic Server (ATS web proxy)
Amazon Web Services Web Application Firewall (Amazon)
Yunjiasu Web Application Firewall (Baidu)
Barikode Web Application Firewall
Barracuda Web Application Firewall (Barracuda Networks)
Bekchy (WAF)
BIG-IP (F5 Networks)
BinarySEC Web Application Firewall (BinarySEC)
Bitninja (WAF)
BlockDos DDoS protection (BlockDos)
Chuangyu top government cloud defense platform (WAF)
Cisco ACE XML Firewall (Cisco)
CloudFlare Web Application Firewall (CloudFlare)
CloudFront Firewall (Amazon)
XSS/CSRF Filtering Protection (CodeIgniter)
Comodo Web Application Firewall (Comodo)
IBM Websphere DataPower Firewall (IBM)
Deny All Web Application Firewall (DenyAll)
DiDiYun WAF (DiDi)
DoD Enterprise-Level Protection System (Department of Defense)
DOSarrest (DOSarrest Internet Security)
dotDefender (Applicure Technologies)
DynamicWeb Injection Check (DynamicWeb)
EdgeCast Web Application Firewall (Verizon)
ExpressionEngine (Ellislab WAF)
FortiWeb Web Application Firewall (Fortinet)
Gladius network WAF (Gladius)
Google Web Services
Grey Wizard Protection
Incapsula Web Application Firewall (Incapsula/Imperva)
INFOSAFE by http://7i24.com
Instart Logic (Palo Alto)
Janusec Application Gateway (WAF)
Jiasule (WAF)
Litespeed webserver Generic Protection
Malcare (MalCare Security WAF)
Open Source Web Application Firewall (Modsecurity)
Mod Security (OWASP CSR)
NexusGuard Security (WAF)
Nginx Generic Protection
Palo Alto Firewall (Palo Alto Networks)
Anti Bot Protection (PerimeterX)
pkSecurityModule (IDS)
Powerful Firewall (MyBB plugin)
Radware (AppWall WAF)
RSFirewall (Joomla WAF)
Sabre Firewall (WAF)
SafeDog WAF (SafeDog)
SecuPress (Wordpress WAF)
Shadow Daemon Opensource (WAF)
Shield Security
Website Security SiteGuard (Lite)
SonicWALL Firewall (Dell)
Squid Proxy (IDS)
Stingray Application Firewall (Riverbed/Brocade)
StrictHttpFirewall (WAF)
Sucuri Firewall (Sucuri Cloudproxy)
Teros Web Application Firewall (Citrix)
UEWaf (UCloud)
UrlScan (Microsoft)
Varnish/CacheWall WAF
Viettel WAF (Cloudrity)
Wallarm WAF
WebKnight Application Firewall (AQTRONIX)
IBM Security Access Manager (WebSEAL)
West236 Firewall
Wordfence (Feedjit)
WTS-WAF (Web Application Firewall)
Xuanwudun WAF
Yundun Web Application Firewall (Yundun)
Yunsuo Web Application Firewall (Yunsuo)
Zscaler Cloud Firewall (WAF)
[00:58:55][INFO] WhatWaf can detect a total of 86 web application protection systems

Possible Tampers


	                          ,------.  
	                         '  .--.  ' 
	,--.   .--.   ,--.   .--.|  |  |  | 
	|  |   |  |   |  |   |  |'--'  |  | 
	|  |   |  |   |  |   |  |    __.  | 
	|  |.'.|  |   |  |.'.|  |   |   .'  
	|         |   |         |   |___|   
	|   ,'.   |hat|   ,'.   |af .---.   
	'--'   '--'   '--'   '--'   '---'  
\"/><sCRIPT>ALeRt(\"WhatWaf?<|>v1.6.2($dev)\");</scRiPT>

[15:02:29][INFO] gathering available tamper script load paths
---------------------------------------------------------------------------
	Load path:			  |	Description:
---------------------------------------------------------------------------
content.tampers.apostrephemask            |  hiding an apostrophe by its UTF equivalent
content.tampers.apostrephenullify         |  hiding the apostrophe by passing it with a NULL character
content.tampers.appendnull                |  appending a NULL byte to the end of the payload
content.tampers.base64encode              |  encoding the payload into its base64 equivalent
content.tampers.booleanmask               |  mask the booleans with their symbolic counterparts
content.tampers.doubleurlencode           |  double URL encoding the payload characters
content.tampers.enclosebrackets           |  enclosing numbers into brackets
content.tampers.escapequotes              |  escaping quotes with slashes  
content.tampers.lowercase                 |  turning the payload into its lowercase equivalent
content.tampers.maskenclosebrackets       |  enclosing brackets and masking an apostrophe around the character in the brackets
content.tampers.modsec                    |  putting the payload in-between a comment with obfuscation in it
content.tampers.modsecspace2comment       |  obfuscating payload by passing it between comments with obfuscation and changing spaces to comments
content.tampers.obfuscatebyhtmlcomment    |  obfuscating script tags with HTML comments'
content.tampers.obfuscatebyhtmlentity     |  changing the payload characters into their HTML entities
content.tampers.obfuscatebyordinal        |  changing certain characters in the payload into their ordinal equivalent
content.tampers.prependnull               |  pre-pending a NULL character at the start of the payload
content.tampers.randomcase                |  changing the character case of the payload randomly with either upper or lower case
content.tampers.randomcomments            |  implanting random comments into the payload
content.tampers.randomdecoys              |  add decoy tags to the script  
content.tampers.randomjunkcharacters      |  adding random junk characters into the payload to bypass regex based protection
content.tampers.randomtabify              |  replacing the spaces in the payload with either the tab character or eight spaces
content.tampers.randomunicode             |  inserting random UTF-8 characters into the payload
content.tampers.randomwildcard            |  changing characters into a wildcard
content.tampers.space2comment             |  changing the spaces in the payload into a comment
content.tampers.space2doubledash          |  changing the spaces in the payload into double dashes
content.tampers.space2hash                |  changing the payload spaces to obfuscated hashes with a newline
content.tampers.space2multicomment        |  change the payload spaces to a random amount of spaces obfuscated with a comment
content.tampers.space2null                |  changing the spaces in the payload into a NULL character
content.tampers.space2plus                |  changing the spaces in the payload into a plus sign
content.tampers.space2randomblank         |  changing the payload spaces to random ASCII blank characters
content.tampers.tabifyspacecommon         |  replacing the payloads spaces with tab character (\t)
content.tampers.tabifyspaceuncommon       |  replacing the spaces in the payload with 8 spaces to simulate a tab character
content.tampers.tripleurlencode           |  triple URL encoding the payload characters
content.tampers.uppercase                 |  changing the payload into its uppercase equivalent
content.tampers.urlencode                 |  encoding punctuation characters by their URL encoding equivalent
content.tampers.urlencodeall              |  encoding all characters in the payload into their URL encoding equivalent
---------------------------------------------------------------------------
[15:02:29][INFO] total of 36 tamper scripts available

Basic Help Menu

usage: ./whatwaf -[u|l|b|g] VALUE|PATH|PATH|PATH [-p|--pl] PAYLOAD,..|PATH [--args]

optional arguments:
  -h, --help            show this help message and exit

mandatory arguments:
  arguments that have to be passed for the program to run

  -u URL, --url URL     Pass a single URL to detect the protection
  -l PATH, --list PATH, -f PATH, --file PATH
                        Pass a file containing URL's (one per line) to detect
                        the protection
  -b FILE-PATH, --burp FILE-PATH
                        Pass a Burp Suite request file to perform WAF
                        evaluation
  -g GOOGLER-JSON-FILE, --googler GOOGLER-JSON-FILE
                        Pass a JSON file from the Googler CMD line tool (IE
                        googler -n 100 --json >> googler.json)

request arguments:
  arguments that will control your requests

  --pa USER-AGENT       Provide your own personal agent to use it for the HTTP
                        requests
  --ra                  Use a random user-agent for the HTTP requests
                        (*default=whatwaf/2.0 (Language=2.7.10;
                        Platform=Darwin))
  -H HEADER=VALUE,HEADER:VALUE.., --headers HEADER=VALUE,HEADER:VALUE..
                        Add your own custom headers to the request. To use
                        multiple separate headers by comma. Your headers need
                        to be exact(IE: Set-Cookie=a345ddsswe,X-Forwarded-
                        For:127.0.0.1) (*default=None)
  --proxy PROXY         Provide a proxy to run behind in the format
                        type://address:port (IE socks5://10.54.127.4:1080)
                        (*default=None)
  --tor                 Use Tor as the proxy to run behind, must have Tor
                        installed (*default=False)
  --check-tor           Check your Tor connection (default=False)
  -p PAYLOADS, --payloads PAYLOADS
                        Provide your own payloads separated by a comma IE AND
                        1=1,AND 2=2
  --pl PAYLOAD-LIST-PATH
                        Provide a file containing a list of payloads 1 per
                        line
  --force-ssl           Force the assignment of HTTPS instead of HTTP while
                        processing (*default=HTTP unless otherwise specified
                        by URL)
  --throttle THROTTLE-TIME (seconds)
                        Provide a sleep time per request (*default=0)
  --timeout TIMEOUT     Control the timeout time of the requests (*default=15)
  -P, --post            Send a POST request (*default=GET)
  -D POST-STRING, --data POST-STRING
                        Send this data with the POST request (*default=random)
  -t threaded, --threads threaded
                        Send requests in parallel (specify number of threads
                        (*default=1)
  -tP CONFIGTORPORT, --tor-port CONFIGTORPORT
                        Change the port that Tor runs on (*default=9050)
  -T, --test            Test the connection to the website before starting
                        (*default=True)

encoding options:
  arguments that control the encoding of payloads

  -e PAYLOAD [TAMPER-SCRIPT-LOAD-PATH ...], --encode PAYLOAD [TAMPER-SCRIPT-LOAD-PATH ...]
                        Encode a provided payload using provided tamper
                        script(s) you are able to payy multiple tamper script
                        load paths to this argument and the payload will be
                        tampered as requested
  -el PATH TAMPER-SCRIPT-LOAD-PATH, --encode-list PATH TAMPER-SCRIPT-LOAD-PATH
                        Encode a file containing payloads (one per line) by
                        passing the path and load path, files can only encoded
                        using a single tamper script load path

output options:
  arguments that control how WhatWaf handles output

  -F, --format          Format the output into a dict and display it
  -J, --json            Send the output to a JSON file
  -Y, --yaml            Send the output to a YAML file
  -C, --csv             Send the output to a CSV file
  --fingerprint         Save all fingerprints for further investigation
  --tamper-int INT      Control the amount of tampers that are displayed
                        (*default=5)
  --traffic FILENAME    store all HTTP traffic headers into a file of your
                        choice
  --force-file          Force the creation of a file even if there is no
                        protection identified
  -o DIR, --output DIR  Save a copy of the file to an arbitrary directory

database arguments:
  arguments that pertain to Whatwafs database

  -c, --url-cache       Check against URL's that have already been cached into
                        the database before running them saves some time on
                        scanning multiple (*default=False)
  -uC, --view-url-cache
                        Display all the URL cache inside of the database, this
                        includes the netlock, tamper scripts, webserver, and
                        identified protections
  -pC, --payload-cache  View all payloads that have been cached inside of the
                        database
  -vC, --view-cache     View all the cache in the database, everything from
                        URLs to payloads
  --export FILE-TYPE    Export the already encoded payloads to a specified
                        file type and save them under the home directory

misc arguments:
  arguments that don't fit in any other category

  --verbose             Run in verbose mode (more output)
  --hide                Hide the banner during the run
  --update              Update WhatWaf to the newest development version
  --save FILENAME       Save the encoded payloads into a file
  --skip                Skip checking for bypasses and just identify the
                        firewall
  --verify-num INT      Change the request amount to verify if there really is
                        not a WAF present(*default=5)
  -W, --determine-webserver
                        Attempt to determine what web server is running on the
                        backend (IE Apache, Nginx, etc.. *default=False)
  --wafs                Output a list of possible firewalls that can be
                        detected by WhatWaf
  --tampers             Output a list of tamper script load paths with their
                        description
  -M, --mine            Pass this flag to mine XMR for you and the whatwaf
                        development team

whatwaf's People

Contributors

0xflotus avatar ekultek avatar evs-ch avatar necrose99 avatar sija avatar thebrowngroupok avatar thecrott avatar unxmaster avatar zacharygroff avatar ziofil avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

whatwaf's Issues

Unknown Firewall (cf0c59c53)

WhatWaf version: 0.3.6
Running context: whatwaf.py -u ******************************************* -J --tamper-int 1000 --skip --ra --tor
Fingerprint:

<!---

Unknown Firewall (e641f8ec3)

WhatWaf version: 0.5.3
Running context: ./whatwaf.py -f test.txt --ra --tamper-int 1 --verify-num 7 --pl payloads.txt -F -Y --check-tor --tor --skip --fingerprint
Fingerprint:

<!---
HTTP 1.1
Status code: 403
HTTP headers: {'Server': 'nginx', 'Date': 'Tue, 15 May 2018 19:52:14 GMT', 'Content-Type': 'text/html', 'Content-Length': '162', 'Connection': 'keep-alive'}
--->
<html>
<head><title>403 Forbidden</title></head>
<body bgcolor="white">
<center><h1>403 Forbidden</h1></center>
<hr/><center>nginx</center>
</body>
</html>

Unknown Firewall (1c82527b3)

WhatWaf version: 0.5.3
Running context: ./whatwaf.py -f test.txt --ra --tamper-int 1 --verify-num 7 --pl payloads.txt -F -J --check-tor --tor --skip
Fingerprint:

<!---
HTTP 1.1
Status code: 403
HTTP headers: {'Date': 'Tue, 15 May 2018 20:40:18 GMT', 'Content-Length': '5086', 'Server': 'ezHostingServer', 'Content-Type': 'text/html; charset=utf-8', 'Cache-Control': 'private'}
--->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>IIS 8.0 Detailed Error - 403.0 - Forbidden</title>
<style type="text/css"> 
<!-- 
body{margin:0;font-size:.7em;font-family:Verdana,Arial,Helvetica,sans-serif;} 
code{margin:0;color:#006600;font-size:1.1em;font-weight:bold;} 
.config_source code{font-size:.8em;color:#000000;} 
pre{margin:0;font-size:1.4em;word-wrap:break-word;} 
ul,ol{margin:10px 0 10px 5px;} 
ul.first,ol.first{margin-top:5px;} 
fieldset{padding:0 15px 10px 15px;word-break:break-all;} 
.summary-container fieldset{padding-bottom:5px;margin-top:4px;} 
legend.no-expand-all{padding:2px 15px 4px 10px;margin:0 0 0 -12px;} 
legend{color:#333333;;margin:4px 0 8px -12px;_margin-top:0px; 
font-weight:bold;font-size:1em;} 
a:link,a:visited{color:#007EFF;font-weight:bold;} 
a:hover{text-decoration:none;} 
h1{font-size:2.4em;margin:0;color:#FFF;} 
h2{font-size:1.7em;margin:0;color:#CC0000;} 
h3{font-size:1.4em;margin:10px 0 0 0;color:#CC0000;} 
h4{font-size:1.2em;margin:10px 0 5px 0; 
}#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS",Verdana,sans-serif; 
 color:#FFF;background-color:#5C87B2; 
}#content{margin:0 0 0 2%;position:relative;} 
.summary-container,.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;} 
.content-container p{margin:0 0 10px 0; 
}#details-left{width:35%;float:left;margin-right:2%; 
}#details-right{width:63%;float:left;overflow:hidden; 
}#server_version{width:96%;_height:1px;min-height:1px;margin:0 0 5px 0;padding:11px 2% 8px 2%;color:#FFFFFF; 
 background-color:#5A7FA5;border-bottom:1px solid #C1CFDD;border-top:1px solid #4A6C8E;font-weight:normal; 
 font-size:1em;color:#FFF;text-align:right; 
}#server_version p{margin:5px 0;} 
table{margin:4px 0 4px 0;width:100%;border:none;} 
td,th{vertical-align:top;padding:3px 0;text-align:left;font-weight:normal;border:none;} 
th{width:30%;text-align:right;padding-right:2%;font-weight:bold;} 
thead th{background-color:#ebebeb;width:25%; 
}#details-right th{width:20%;} 
table tr.alt td,table tr.alt th{} 
.highlight-code{color:#CC0000;font-weight:bold;font-style:italic;} 
.clear{clear:both;} 
.preferred{padding:0 5px 2px 5px;font-weight:normal;background:#006633;color:#FFF;font-size:.8em;} 
--> 
</style>
</head>
<body>
<div id="content">
<div class="content-container">
<h3>HTTP Error 403.0 - Forbidden</h3>
<h4>Forbidden</h4>
</div>
<div class="content-container">
<fieldset><h4>Most likely causes:</h4>
<ul> <li>This is a generic 403 error and means the authenticated user is not authorized to view the page.</li> </ul>
</fieldset>
</div>
<div class="content-container">
<fieldset><h4>Things you can try:</h4>
<ul> <li>Create a tracing rule to track failed requests for this HTTP status code. For more information about creating a tracing rule for failed requests, click <a href="http://go.microsoft.com/fwlink/?LinkID=66439">here</a>. </li> </ul>
</fieldset>
</div>
<div class="content-container">
<fieldset><h4>Detailed Error Information:</h4>
<div id="details-left">
<table border="0" cellpadding="0" cellspacing="0">
<tr class="alt"><th>Module</th><td>   RewriteModule</td></tr>
<tr><th>Notification</th><td>   BeginRequest</td></tr>
<tr class="alt"><th>Handler</th><td>   PHP_via_FastCGI</td></tr>
<tr><th>Error Code</th><td>   0x00000000</td></tr>
</table>
</div>
<div id="details-right">
<table border="0" cellpadding="0" cellspacing="0">
<tr class="alt"><th>Requested URL</th><td>   http://www.themastheadnews.ca:80/carre.php?air-jordan-8-retro-hoh-q23-tips-llvpkd.htm/AND%201=1%20UNION%20ALL%20SELECT%201,NULL,'%3Cscript%3Ealert(%5C%22XSS%5C%22)%3C/script%3E',table_name%20FROM%20information_schema.tables%20WHERE%202%3E1--/**/;%20EXEC%20xp_cmdshell('cat%20../../../etc/passwd')&amp;Connection=close&amp;User-Agent=Opera%2F9.61+%28Windows+NT+5.2%3B+U%3B+en%29+Presto%2F2.1.1</td></tr>
<tr><th>Physical Path</th><td>   D:\home\themastheadnews.ca\wwwroot\carre.php</td></tr>
<tr class="alt"><th>Logon Method</th><td>   Not yet determined</td></tr>
<tr><th>Logon User</th><td>   Not yet determined</td></tr>
</table>
<div class="clear"></div>
</div>
</fieldset>
</div>
<div class="content-container">
<fieldset><h4>More Information:</h4> 
  This generic 403 error means that the authenticated user is not authorized to use the requested resource. A substatus code in the IIS log files should indicate the reason for the 403 error. If a substatus code does not exist, use the steps above to gather more information about the source of the error. 
  <p><a href="http://go.microsoft.com/fwlink/?LinkID=62293&amp;IIS70Error=403,0,0x00000000,9200">View more information »</a></p>
</fieldset>
</div>
</div>
</body>
</html>

--json option

Hello, this is a feature proposal.

Feature Description

When a --jsonargument is passed to WhatWaf, WhatWaf should return an array containing the list of the urls scanned with their associated WAF names and correponding tampers ( if there are ).

Reference

Googler usage informations:

  --json                output in JSON format; implies --noprompt

Example

[
 {
    "url": "https://bla.com/index.html?id=1",
    "protected_by_waf": true,
    "waf_name": "IBM SECURITY WAF 1234",
    "tampers": [
        "base64encode",
        "charencode",
    ],
 },
]

This json syntax might be wrong, but you get the idea.

Why ?

This option would allow other programs to use WhatWaf via the command line. To be specific, I'm planning to use WhatWaf in AutoSQLi, but at this moment the only way read WhatWaf results is to scrape it's output using some regular expressions.

I may have did some mispells in this issue, so feel free to modify it for convenience.

Unknown Firewall (0631a1b33)

WhatWaf version: 0.4
Running context: whatwaf.py -f test.txt --ra --payloads= AND 1=1 UNION ALL SELECT 1,NULL,'<script>alert("XSS")</script>',table_name FROM information_schema.tables WHERE 2>1--/**/; EXEC xp_cmdshell('cat ../../../etc/passwd')# --tamper-int 1 --skip
Fingerprint:

<!---
HTTP 1.1
Status code: 0
HTTP headers: {}
--->

Unknown Firewall (14b35d85b)

WhatWaf version: 0.4
Running context: ./whatwaf.py -u *********** --tamper-int 1 --verify-num 1
Fingerprint:

<!---
HTTP 1.1
Status code: 400
HTTP headers: {'Content-Length': '1555', 'X-XSS-Protection': '1; mode=block', 'Server': 'gws', 'Date': 'Thu, 10 May 2018 20:28:20 GMT', 'X-Frame-Options': 'SAMEORIGIN', 'Content-Type': 'text/html; charset=UTF-8'}
--->
<!DOCTYPE html>

<html lang="en">
<meta charset="utf-8"/>
<meta content="initial-scale=1, minimum-scale=1, width=device-width" name="viewport"/>
<title>Error 400 (Bad Request)!!1</title>
<style>
    *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}
  </style>
<a href="//www.google.com/"><span aria-label="Google" id="logo"></span></a>
<p><b>400.</b> <ins>That’s an error.</ins>
<p>Your client has issued a malformed or illegal request.  <ins>That’s all we know.</ins>
</p></p></html>

Unknown Firewall (6556c02e4)

WhatWaf version: 0.2
Running context: whatwaf.py -u *****************************
Fingerprint:

HTTP 1.1
Status code: 461
HTTP headers: {'Transfer-Encoding': 'chunked', 'Set-Cookie': 'yd_cookie=56e9150b-6411-459ced5d6ef9ffed9a8bafc4538f63e65c69; Expires=1524639787; Path=/; HttpOnly', 'Server': 'WAF/2.4-12.1', 'Connection': 'keep-alive', 'Date': 'Wed, 25 Apr 2018 05:03:07 GMT', 'Content-Type': 'text/html'}
--->
<!DOCTYPE doctype html>
 <head> <meta charset="utf-8"/>
<meta content="IE=9,Chrome=1" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>小伙伴出错了</title>
</meta></head><body>
</body><body><div id="main" style="display:none"></div>
<style type="text/css">    /*css reset start*/    html, body, div, span, applet, object, iframe,    h1, h2, h3, h4, h5, h6, p, blockquote, pre,    a, abbr, acronym, address, big, cite, code,    del, dfn, em, img, ins, kbd, q, s, samp,    small, strike, strong, sub, sup, tt, var,    b, u, i, center,    dl, dt, dd, ol, ul, li,    fieldset, form, label, legend,    table, caption, tbody, tfoot, thead, tr, th, td,    article, aside, canvas, details, embed,    figure, figcaption, footer, header, hgroup,    menu, nav, output, ruby, section, summary,    time, mark, audio, video {        margin: 0;        padding: 0;        border: 0;        font-size: 100%;        font: inherit;        vertical-align: baseline;    }    article, aside, details, figcaption, figure,    footer, header, hgroup, menu, nav, section {        display: block;    }    body {        line-height: 1;    }    ol, ul {        list-style: none;    }    blockquote, q {        quotes: none;    }    blockquote:before, blockquote:after,    q:before, q:after {        content: &#039;&#039;;        content: none;    }    table {        border-collapse: collapse;        border-spacing: 0;    }    /*css reset end*/    html, body {        width: 100%;        height: 100%;        text-align: center;        overflow: hidden;    }    html {        font: 100%/1.6 &#039;Helvetica Neue&#039;, Helvetica, &#039;Hiragino Sans GB&#039;, STHeitiSC-Light, &#039;Microsoft YaHei&#039;, 微软雅黑, Arial, sans-serif;    }    img {        max-width: 100%;        height: 30%;    }    .container {        width: 100%;        height: 100%;        position: relative;    }    .main {        width: 100%;        height: 100%;    }    .err-tips-cn {        margin-top: 309px;    }    #err_code {        font-size: 136px;        font-style: italic;        font-weight: 300;        color: #00A2Ca;    }    #tpis_cn {        margin-left: 20px;        font-size: 40px;        color: #333;    }    .err-tips-en {        margin-top: 22px;        font-size: 55px;        color: #666;    }    .img-line {        margin-top: 10px;    }    .host-info {        margin-top: 10px;        color: #666;        font-size: 18px;        font-weight: 200;    }    .host-info-mar {        margin-left: 20px;    }    @media screen and (min-width: 992px) and (max-width: 1366px) {        .err-tips-cn {            margin-top: 200px;        }        #err_code {            font-size: 120px;        }        #tpis_cn {            font-size: 40px;        }        .err-tips-en {            font-size: 35px;        }    }    @media screen and  (min-width: 769px) and (max-width: 991px) {        .err-tips-cn {            margin-top: 200px;        }        #err_code {            font-size: 120px;        }        #tpis_cn {            font-size: 40px;        }        .err-tips-en {            font-size: 35px;        }        .host-info {            font-size: 20px;        }    }    @media screen and (min-width: 520px) and (max-width: 768px) {        .err-tips-cn {            margin-top: 350px;        }        #err_code {            font-size: 100px;        }        #tpis_cn {            font-size: 40px;        }        .err-tips-en {            font-size: 35px;        }        .host-info {            font-size: 20px;        }    }    @media screen and (min-width: 360px) and (max-width: 519px) {        .err-tips-cn {            margin-top: 250px;        }        #err_code {            font-size: 60px;        }        #tpis_cn {            font-size: 30px;        }        .err-tips-en {            font-size: 25px;        }        .host-info {            font-size: 15px;        }    }    @media screen and (max-width: 359px) {        .err-tips-cn {            margin-top: 200px;        }        #err_code {            font-size: 50px;        }        #tpis_cn {            font-size: 25px;        }        .err-tips-en {            font-size: 20px;        }        .host-info {            font-size: 10px;        }    }    /*ie9以下版本模拟媒体查询*/    .w992 .err-tips-cn {        margin-top: 200px;    }    .w992 #err_code {        font-size: 120px;    }    .w992 #tpis_cn {        font-size: 40px;    }    .w992 .err-tips-en {        font-size: 35px;    }    .w769 .err-tips-cn {        margin-top: 200px;    }    .w769 #err_code {        font-size: 120px;    }    .w769 #tpis_cn {        font-size: 40px;    }    .w769 .err-tips-en {        font-size: 35px;    }    .w769 .host-info {        font-size: 20px;    }    .w521 .err-tips-cn {        margin-top: 350px;    }    .w521 #err_code {        font-size: 100px;    }    .w521 #tpis_cn {        font-size: 40px;    }    .w521 .err-tips-en {        font-size: 35px;    }    .w521 .host-info {        font-size: 20px;    }    .w321 .err-tips-cn {        margin-top: 250px;    }    .w321 #err_code {        font-size: 60px;    }    .w321 #tpis_cn {        font-size: 30px;    }    .w321 .err-tips-en {        font-size: 25px;    }    .w321 .host-info {        font-size: 15px;    }    .lt-w320 .err-tips-cn {        margin-top: 200px;    }    .lt-w320 #err_code {        font-size: 50px;    }    .lt-w320 #tpis_cn {        font-size: 25px;    }    .lt-w320 .err-tips-en {        font-size: 20px;    }    .lt-w320 .host-info {        font-size: 10px;    }</style><div class="container"> <div class="main"> <div class="err-tips-cn"> <span id="err_code">461</span><span id="tpis_cn">请求被WEB防火墙拦截</span> </div> <div class="err-tips-en">Blocked by YUNDUN Cloud WAF</div> <div class="img-line"> <img alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABmkAAAABCAYAAAA1kEpOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MzRkZTM1My01Y2EzLTM3NGMtOWYwMy00OWFjNjc2ZWQ0ZTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzhBN0E4QzI3NjUyMTFFNkJBMTdEQkJCNDc3MjBGMzYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzhBN0E4QzE3NjUyMTFFNkJBMTdEQkJCNDc3MjBGMzYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmEyYzQ0Nzc2LTM1NWEtNGM0NS04MzYzLTQ3YTY5MjQ4ZTE5NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MzRkZTM1My01Y2EzLTM3NGMtOWYwMy00OWFjNjc2ZWQ0ZTQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7J7FnQAAABuklEQVR42qxWSZLEMAiDecT8v/o58yn1qWtSNIuEnZsTwiKEjNvr79f+H7fvx4kzHu9d/D97r/h4xv+8j+ennT2+IfhTaqn+qb53cS3JdxPTmroZfFncneSDimtX/4SvH+Q9xe04VvXOCx4yOan4GumrqgcDFxVesjYbrk1z0vHMh1mdOKjq05QLgxOrtQyvXZw3u8AJFzTbiH5P+q5oyqlGdOcfUcdA8PpUn1jeqXZKnOwu7OpFwLK6s5l74GS/UO1sibst55nN9YMnDjFR9waGQzdqZfXWyN2t8r3JsbNBwf1pNwW5T6u92fqF6M+FnjA2SGxh3INQQzxntpl/NP6reD7kjiFvNn6Mw/hl8qveRZwQ+oeEOxNWHT7R77YvbB8mTEH4febM4MDWAqFGNDPAzEeX+ym+8XxSOxrsGaxwAc8MXxz0EZew6HoDceYhzhiaWL6sk+XZZmZAYsXgzM6e0hd2ftUcp3sBhI+O/5WmMDq74e5UV4aZ0idFG6tYJvZN7add0D917nFBq2yhnds7Vr0XFa3f4GwLjWXxd9P2jg2/XMwBw840aYAf5MfaTlqVfad2x7cAAwBq2FKRj67KIAAAAABJRU5ErkJggg=="/> </div> <div class="host-info"> <span>您的IP:<span id="ip">116.226.33.80</span></span> <span class="host-info-mar">云节点:<span id="cloud_node">122.226.116.157</span></span>
<br/><br/> <span>RequestID: <span id="request_id">2776c2696d1372b6100a41be7cb8e069</span></span>
</div> </div></div>
<script src="https://www.yundun.com/static/js/fingerprint2.js"></script>
<script language="javascript">
var fp = new Fingerprint2();
fp.get(function(result) {
    var src2='http://error461.yundun.com/yd_http_error/';
    var src3='info=918aeea1e15b031f9bd712134577e73405a6259049f7ef8ef4dbd9687472b569ec891fe162b9d7474fcfe8c0060ff4eacee38318e7cfc1bd6c32a27e2e971103b14b1f262c8f9cf623e70a33465b08bf69a44574a17db4d9f8f55498c5771fae3211146e700501b9d8c5d1e6654844f8f845a9e293c64ba4a1c18172938a13e24926d97aaeb69978078175e82c7bafbf&id=0c82665977e39a2e923a3d0fd3812d46&fingerprint=' + result;
    var xhr = null;
    if (window.XMLHttpRequest) xhr = new XMLHttpRequest();
    else xhr = new ActiveXObject('Microsoft.XMLHTTP');
    xhr.open('POST', src2, true);
    xhr.setRequestHeader("Content-type","application/x-www-form-urlencoded");
    xhr.send(src3);
});
</script>
</body><!---
HTTP 1.1
Status code: 461
HTTP headers: {'Transfer-Encoding': 'chunked', 'Set-Cookie': 'yd_cookie=3cab6997-8d75-4d545b7216233108565de9a534e103407a4d; Expires=1524639872; Path=/; HttpOnly', 'Server': 'WAF/2.4-12.1', 'Connection': 'keep-alive', 'Date': 'Wed, 25 Apr 2018 05:04:32 GMT', 'Content-Type': 'text/html'}
--->
<!DOCTYPE doctype html>
 <head> <meta charset="utf-8"/>
<meta content="IE=9,Chrome=1" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>小伙伴出错了</title>
</meta></head><body>
</body><body><div id="main" style="display:none"></div>
<style type="text/css">    /*css reset start*/    html, body, div, span, applet, object, iframe,    h1, h2, h3, h4, h5, h6, p, blockquote, pre,    a, abbr, acronym, address, big, cite, code,    del, dfn, em, img, ins, kbd, q, s, samp,    small, strike, strong, sub, sup, tt, var,    b, u, i, center,    dl, dt, dd, ol, ul, li,    fieldset, form, label, legend,    table, caption, tbody, tfoot, thead, tr, th, td,    article, aside, canvas, details, embed,    figure, figcaption, footer, header, hgroup,    menu, nav, output, ruby, section, summary,    time, mark, audio, video {        margin: 0;        padding: 0;        border: 0;        font-size: 100%;        font: inherit;        vertical-align: baseline;    }    article, aside, details, figcaption, figure,    footer, header, hgroup, menu, nav, section {        display: block;    }    body {        line-height: 1;    }    ol, ul {        list-style: none;    }    blockquote, q {        quotes: none;    }    blockquote:before, blockquote:after,    q:before, q:after {        content: &#039;&#039;;        content: none;    }    table {        border-collapse: collapse;        border-spacing: 0;    }    /*css reset end*/    html, body {        width: 100%;        height: 100%;        text-align: center;        overflow: hidden;    }    html {        font: 100%/1.6 &#039;Helvetica Neue&#039;, Helvetica, &#039;Hiragino Sans GB&#039;, STHeitiSC-Light, &#039;Microsoft YaHei&#039;, 微软雅黑, Arial, sans-serif;    }    img {        max-width: 100%;        height: 30%;    }    .container {        width: 100%;        height: 100%;        position: relative;    }    .main {        width: 100%;        height: 100%;    }    .err-tips-cn {        margin-top: 309px;    }    #err_code {        font-size: 136px;        font-style: italic;        font-weight: 300;        color: #00A2Ca;    }    #tpis_cn {        margin-left: 20px;        font-size: 40px;        color: #333;    }    .err-tips-en {        margin-top: 22px;        font-size: 55px;        color: #666;    }    .img-line {        margin-top: 10px;    }    .host-info {        margin-top: 10px;        color: #666;        font-size: 18px;        font-weight: 200;    }    .host-info-mar {        margin-left: 20px;    }    @media screen and (min-width: 992px) and (max-width: 1366px) {        .err-tips-cn {            margin-top: 200px;        }        #err_code {            font-size: 120px;        }        #tpis_cn {            font-size: 40px;        }        .err-tips-en {            font-size: 35px;        }    }    @media screen and  (min-width: 769px) and (max-width: 991px) {        .err-tips-cn {            margin-top: 200px;        }        #err_code {            font-size: 120px;        }        #tpis_cn {            font-size: 40px;        }        .err-tips-en {            font-size: 35px;        }        .host-info {            font-size: 20px;        }    }    @media screen and (min-width: 520px) and (max-width: 768px) {        .err-tips-cn {            margin-top: 350px;        }        #err_code {            font-size: 100px;        }        #tpis_cn {            font-size: 40px;        }        .err-tips-en {            font-size: 35px;        }        .host-info {            font-size: 20px;        }    }    @media screen and (min-width: 360px) and (max-width: 519px) {        .err-tips-cn {            margin-top: 250px;        }        #err_code {            font-size: 60px;        }        #tpis_cn {            font-size: 30px;        }        .err-tips-en {            font-size: 25px;        }        .host-info {            font-size: 15px;        }    }    @media screen and (max-width: 359px) {        .err-tips-cn {            margin-top: 200px;        }        #err_code {            font-size: 50px;        }        #tpis_cn {            font-size: 25px;        }        .err-tips-en {            font-size: 20px;        }        .host-info {            font-size: 10px;        }    }    /*ie9以下版本模拟媒体查询*/    .w992 .err-tips-cn {        margin-top: 200px;    }    .w992 #err_code {        font-size: 120px;    }    .w992 #tpis_cn {        font-size: 40px;    }    .w992 .err-tips-en {        font-size: 35px;    }    .w769 .err-tips-cn {        margin-top: 200px;    }    .w769 #err_code {        font-size: 120px;    }    .w769 #tpis_cn {        font-size: 40px;    }    .w769 .err-tips-en {        font-size: 35px;    }    .w769 .host-info {        font-size: 20px;    }    .w521 .err-tips-cn {        margin-top: 350px;    }    .w521 #err_code {        font-size: 100px;    }    .w521 #tpis_cn {        font-size: 40px;    }    .w521 .err-tips-en {        font-size: 35px;    }    .w521 .host-info {        font-size: 20px;    }    .w321 .err-tips-cn {        margin-top: 250px;    }    .w321 #err_code {        font-size: 60px;    }    .w321 #tpis_cn {        font-size: 30px;    }    .w321 .err-tips-en {        font-size: 25px;    }    .w321 .host-info {        font-size: 15px;    }    .lt-w320 .err-tips-cn {        margin-top: 200px;    }    .lt-w320 #err_code {        font-size: 50px;    }    .lt-w320 #tpis_cn {        font-size: 25px;    }    .lt-w320 .err-tips-en {        font-size: 20px;    }    .lt-w320 .host-info {        font-size: 10px;    }</style><div class="container"> <div class="main"> <div class="err-tips-cn"> <span id="err_code">461</span><span id="tpis_cn">请求被WEB防火墙拦截</span> </div> <div class="err-tips-en">Blocked by YUNDUN Cloud WAF</div> <div class="img-line"> <img alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABmkAAAABCAYAAAA1kEpOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MzRkZTM1My01Y2EzLTM3NGMtOWYwMy00OWFjNjc2ZWQ0ZTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzhBN0E4QzI3NjUyMTFFNkJBMTdEQkJCNDc3MjBGMzYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzhBN0E4QzE3NjUyMTFFNkJBMTdEQkJCNDc3MjBGMzYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmEyYzQ0Nzc2LTM1NWEtNGM0NS04MzYzLTQ3YTY5MjQ4ZTE5NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MzRkZTM1My01Y2EzLTM3NGMtOWYwMy00OWFjNjc2ZWQ0ZTQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7J7FnQAAABuklEQVR42qxWSZLEMAiDecT8v/o58yn1qWtSNIuEnZsTwiKEjNvr79f+H7fvx4kzHu9d/D97r/h4xv+8j+ennT2+IfhTaqn+qb53cS3JdxPTmroZfFncneSDimtX/4SvH+Q9xe04VvXOCx4yOan4GumrqgcDFxVesjYbrk1z0vHMh1mdOKjq05QLgxOrtQyvXZw3u8AJFzTbiH5P+q5oyqlGdOcfUcdA8PpUn1jeqXZKnOwu7OpFwLK6s5l74GS/UO1sibst55nN9YMnDjFR9waGQzdqZfXWyN2t8r3JsbNBwf1pNwW5T6u92fqF6M+FnjA2SGxh3INQQzxntpl/NP6reD7kjiFvNn6Mw/hl8qveRZwQ+oeEOxNWHT7R77YvbB8mTEH4febM4MDWAqFGNDPAzEeX+ym+8XxSOxrsGaxwAc8MXxz0EZew6HoDceYhzhiaWL6sk+XZZmZAYsXgzM6e0hd2ftUcp3sBhI+O/5WmMDq74e5UV4aZ0idFG6tYJvZN7add0D917nFBq2yhnds7Vr0XFa3f4GwLjWXxd9P2jg2/XMwBw840aYAf5MfaTlqVfad2x7cAAwBq2FKRj67KIAAAAABJRU5ErkJggg=="/> </div> <div class="host-info"> <span>您的IP:<span id="ip">116.226.33.80</span></span> <span class="host-info-mar">云节点:<span id="cloud_node">122.226.116.157</span></span>
<br/><br/> <span>RequestID: <span id="request_id">333921cadc1d3cdd84b740344e5bbe6b</span></span>
</div> </div></div>
<script src="https://www.yundun.com/static/js/fingerprint2.js"></script>
<script language="javascript">
var fp = new Fingerprint2();
fp.get(function(result) {
    var src2='http://error461.yundun.com/yd_http_error/';
    var src3='info=918aeea1e15b031f9bd712134577e73405a6259049f7ef8ef4dbd9687472b569ec891fe162b9d7474fcfe8c0060ff4ea74a65d8631baa1e123dc418871b19a9e2ebaeb394381a00ad4c1935589684c2dee9f4689f389d5490eb7b3357f68f75029ffc378f92aa44c5b4f93a84a5a3cac5053da96e6ec5a4ce6b38e697c193251fd5880490c625e892d1dd1f98f3fefb9&id=0934f3906ae363603ab077cc983b12b3&fingerprint=' + result;
    var xhr = null;
    if (window.XMLHttpRequest) xhr = new XMLHttpRequest();
    else xhr = new ActiveXObject('Microsoft.XMLHTTP');
    xhr.open('POST', src2, true);
    xhr.setRequestHeader("Content-type","application/x-www-form-urlencoded");
    xhr.send(src3);
});
</script>
</body>

Unknown Firewall (43b718f85)

WhatWaf version: 0.3.3
Running context: ./whatwaf.py -u ****************************************************** -p %2720AL%u00745FL%20SELECT%201,NULL,%27%3Cscr%u00BDCAipt%3Ealer%u002BCAt(%22%22)%3C/scri%u002022pt%3E%27,table_name%20FROM%u008E90
Fingerprint:

<!---

Unknown Firewall (6556c02e4)

WhatWaf version: 0.2.1
Running context: ./whatwaf.py -u *****************************************
Fingerprint:

<!---
HTTP 1.1
Status code: 403
HTTP headers: {'Content-Length': '642', 'Content-Language': 'en', 'Content-Encoding': 'gzip', 'Accept-Ranges': 'bytes', 'Vary': 'accept-language,accept-charset,Accept-Encoding', 'Keep-Alive': 'timeout=2, max=20', 'Server': 'Apache/2.2.22 (Debian)', 'Connection': 'Keep-Alive', 'Date': 'Wed, 25 Apr 2018 18:03:25 GMT', 'Content-Type': 'text/html; charset=iso-8859-1'}
--->
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Access forbidden!</title>
<link href="mailto:[email protected]" rev="made"/>
<style type="text/css"><!--/*--><![CDATA[/*><!--*/ 
    body { color: #000000; background-color: #FFFFFF; }
    a:link { color: #0000CC; }
    p, address {margin-left: 3em;}
    span {font-size: smaller;}
/*]]>*/--></style>
</head>
<body>
<h1>Access forbidden!</h1>
<p>


  

    You don't have permission to access the requested object.
    It is either read-protected or not readable by the server.

  

</p>
<p>
If you think this is a server error, please contact
the <a href="mailto:[email protected]">webmaster</a>.

</p>
<h2>Error 403</h2>
<address>
<a href="/">www.icdcprague.org</a><br/>
<span>Wed Apr 25 20:03:25 2018<br/>
  Apache/2.2.22 (Debian)</span>
</address>
</body>
</html>

Unknown Firewall (a4ba1ca6a)

WhatWaf version: 0.4.1
Running context: whatwaf.py -f test.txt --ra --payloads= AND 1=1 UNION ALL SELECT 1,NULL,'<script>alert("XSS")</script>',table_name FROM information_schema.tables WHERE 2>1--/**/; EXEC xp_cmdshell('cat ../../../etc/passwd')# --tamper-int 1 --skip
Fingerprint:

<!---
HTTP 1.1
Status code: 503
HTTP headers: {'Content-Length': '14889', 'Expires': 'Thu, 01 Jan 1970 00:00:00 GMT', 'Connection': 'close', 'Pragma': 'no-cache', 'Cache-Control': 'no-store, no-cache, must-revalidate, post-check=0, pre-check=0', 'P3P': 'CP="CAO PSA OUR"', 'Content-Type': 'text/html; charset=UTF-8'}
--->
<html>
<head>
<title>214.38.213.20</title>
<style>
#c{border:3px solid #aaa;background-color:#fff;margin:20;padding:20;font-family:Tahoma,Helvetica,Arial,sans-serif;font-size:12px;}
h1,h2,h3,h4,h5{font-weight:bold;}
h2,h3{font-size:20px;}
h1{text-align:center;font-size:22px;color:#cc0000;}
h2{color:#330066;}
h3{color:#666;}
h4{font-size:16px;color:#666;}
h5{margin:20;text-align:left;font-size:12px;color:#666;}
b{font-size:16px;font-weight:bold;color:#cc0000;}
</style>
</head><body bgcolor="#e7e8e9">
<div id="c">
<h1>
<img src="data:image/jpeg;base64,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" width="200"/></h1>
<h1> CONTENT BLOCKED </h1>
<br/>
<br/>
<hr/>
<br/>
<h2>
<p>You have attempted to access blocked content. Access to this website has been blocked for operational reasons by the DOD Enterprise-Level Protection System.</p>
</h2>
<h3>
<p> File Name: <b> index.php </b></p>
</h3>
<h2>
<p>Contact your local Network Control Center if you wish to report this potential security risk.</p>
<p>Use the following links for additional guidance and procedures for
requesting access to blocked content:</p>
<p>-Army users click <a href="https://itsm.aesdpro.aesd-w.army.mil/arsys/servlet/ViewFormServlet?form=RKM%3AKnowledgeArticleManager&amp;server=edgelb-itsm-ar&amp;eid=KBA000000005021">here</a>.</p>
</h2>
<hr/>
<h4>
This is a DoD enterprise-level protection system intended to reduce risk to DoD users and protect DoD systems from intrusion. It will block access to high-risk websites and filter high-risk web content.</h4>
<hr/>
<h5>
You are accessing a U.S. Government (USG) Information System (IS) that is provided for USG-authorized use only. By using this IS (which includes any device attached to this IS), you consent to the following conditions:
<br/><br/>
-The USG routinely intercepts and monitors communications on this IS for purposes including, but not limited to, penetration testing, COMSEC monitoring, network operations and defense, personnel misconduct (PM), law enforcement (LE), and counterintelligence (CI) investigations.-At any time, the USG may inspect and seize data stored on this IS.
<br/><br/>
-Communications using, or data stored on, this IS are not private, are subject to routine monitoring, interception, and search, and may be disclosed or used for any USG authorized purpose.
<br/><br/>
-This IS includes security measures (e.g., authentication and access controls) to protect USG interests--not for your personal benefit or privacy.
<br/><br/>
-Notwithstanding the above, using this IS does not constitute consent to PM, LE or CI investigative searching or monitoring of the content of privileged communications, or work product, related to personal representation or services by attorneys, psychotherapists, or clergy, and their assistants. Such communications and work product are private and confidential. See User Agreement for details.
</h5>
</div>
</body>
</html>

Unknown Firewall (428aea4f3)

WhatWaf version: 0.5.3
Running context: ./whatwaf.py -f test.txt --ra --tamper-int 1 --verify-num 7 --pl payloads.txt -F -J --check-tor --tor --skip
Fingerprint:

<!---
HTTP 1.1
Status code: 403
HTTP headers: {'Date': 'Tue, 15 May 2018 20:56:22 GMT', 'Content-Length': '408', 'Content-Type': 'text/html; charset=iso-8859-1', 'Server': 'Powered By Straightsell (http://straightsell.com.au)'}
--->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">

<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access /AM60617/SEDIMENT-CART.-10-INCH-5um-PREMIUM/pd.php/ AND 1=1 UNION ALL SELECT 1,NULL,'&lt;script&gt;alert("XSS")&lt;/script&gt;',table_name FROM information_schema.tables WHERE 2&gt;1--/etc/passwd')
on this server.</p>
</body></html>

what's wrong ?

Hi
when i run it gives me this error
/bin/python: can't find 'main' module in 'whatwaf'

--batch option

Hello, this is a feature proposal.

Feature Description

When a --batch argument is passed to WhatWaf, WhatWaf should not ask the user and use the default behaviour instead.

Reference

Sqlmap wiki page:

Act in non-interactive mode

Switch: --batch

If you want sqlmap to run as a batch tool, without any user's interaction when sqlmap requires it, you can force that by using switch --batch. This will leave sqlmap to go with a default behaviour whenever user's input would be required.

Techniqual note

I think creating a new Question class would be cleaner.
The program could create a Question object, which we'll provide the question text and some options ( Question(text="How are you ?", options=["Fine", "not so good", "mhhhh"]) , and obtain it's response using a method such as .getResponse(), which would let us to add a hook which would skip the "interactive" part and just return the default option ( in the case that the --batch option is passed )

Example

from lib.question import Question

# this program gets the current user states and return it

user_state = Question(text="How are you today ?", options=["fine", "so-so", "bad"]).getResponse()
print("Oh, so you feel {}".format(user_state))

Why ?

This option would allow other programs to use WhatWaf via the command line. To be specific, I'm planning to use WhatWaf in AutoSQLi, but at this moment the only way to skip whatwaf questions is to use some stdin hacks ( constantly sending a "n" to stdin ).

I may have did some mispells in this issue, so feel free to modify it for convenience.

Unknown Firewall (6556c02e4)

WhatWaf version: 0.1.17
Running context: ./whatwaf.py -u ********************* --skip --ra --verbose
Fingerprint:

HTTP 1.1
Status code: 403
HTTP headers: {'Expect-CT': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'Content-Encoding': 'gzip', 'Transfer-Encoding': 'chunked', 'Set-Cookie': '__cfduid=d5cbcfae4234ca9bdbee749da89f3f4771524599860; expires=Wed, 24-Apr-19 19:57:40 GMT; path=/; domain=.gladius.io; HttpOnly; Secure', 'Expires': 'Tue, 24 Apr 2018 19:57:55 GMT', 'Server': 'cloudflare', 'Connection': 'keep-alive', 'Cache-Control': 'max-age=15', 'Date': 'Tue, 24 Apr 2018 19:57:40 GMT', 'X-Frame-Options': 'SAMEORIGIN', 'Content-Type': 'text/html; charset=UTF-8', 'CF-RAY': '410b23e6d8a71189-DFW'}
--->
<!DOCTYPE html>

<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
<!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
<!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
<head>
<title>Attention Required! | Cloudflare</title>
<meta charset="utf-8"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta content="IE=Edge,chrome=1" http-equiv="X-UA-Compatible"/>
<meta content="noindex, nofollow" name="robots"/>
<meta content="width=device-width,initial-scale=1,maximum-scale=1" name="viewport"/>
<link href="/cdn-cgi/styles/cf.errors.css" id="cf_styles-css" media="screen,projection" rel="stylesheet" type="text/css"/>
<!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" type="text/css" media="screen,projection" /><![endif]-->
<style type="text/css">body{margin:0;padding:0}</style>
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/zepto.min.js" type="text/javascript"></script><!--<![endif]-->
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/cf.common.js" type="text/javascript"></script><!--<![endif]-->
</head>
<body>
<div id="cf-wrapper">
<div class="cf-alert cf-alert-error cf-cookie-error" data-translate="enable_cookies" id="cookie-alert">Please enable cookies.</div>
<div class="cf-error-details-wrapper" id="cf-error-details">
<div class="cf-wrapper cf-header cf-error-overview">
<h1 data-translate="block_headline">Sorry, you have been blocked</h1>
<h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> gladius.io</h2>
</div><!-- /.header -->
<div class="cf-section cf-highlight">
<div class="cf-wrapper">
<div class="cf-screenshot-container cf-screenshot-full">
<span class="cf-no-screenshot error"></span>
</div>
</div>
</div><!-- /.captcha-container -->
<div class="cf-section cf-wrapper">
<div class="cf-columns two">
<div class="cf-column">
<h2 data-translate="blocked_why_headline">Why have I been blocked?</h2>
<p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p>
</div>
<div class="cf-column">
<h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2>
<p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p>
</div>
</div>
</div><!-- /.section -->
<div class="cf-error-footer cf-wrapper">
<p>
<span class="cf-footer-item">Cloudflare Ray ID: <strong>410b23e6d8a71189</strong></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Your IP</span>: 70.167.24.195</span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Performance &amp; security by</span> <a href="https://www.cloudflare.com/5xx-error-landing?utm_source=error_footer" id="brand_link" target="_blank">Cloudflare</a></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item">
<select id="lang-selector">
<option value="">Select a Language</option>
<option value="en">English</option>
<option value="es">Español</option>
</select>
</span>
</p>
</div><!-- /.error-footer -->
</div><!-- /#cf-error-details -->
</div><!-- /#cf-wrapper -->
<script type="text/javascript">
  window._cf_translation = {};
  window._cf_translation.locale = 'en';
  window._cf_translation.blobs = {};
</script>
</body>
</html>
<!---
HTTP 1.1
Status code: 403
HTTP headers: {'Expect-CT': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'Content-Encoding': 'gzip', 'Transfer-Encoding': 'chunked', 'Set-Cookie': '__cfduid=d0eb72d114818876965303757a729dce31524599967; expires=Wed, 24-Apr-19 19:59:27 GMT; path=/; domain=.gladius.io; HttpOnly; Secure', 'Expires': 'Tue, 24 Apr 2018 19:59:42 GMT', 'Server': 'cloudflare', 'Connection': 'keep-alive', 'Cache-Control': 'max-age=15', 'Date': 'Tue, 24 Apr 2018 19:59:27 GMT', 'X-Frame-Options': 'SAMEORIGIN', 'Content-Type': 'text/html; charset=UTF-8', 'CF-RAY': '410b26867d895909-DFW'}
--->
<!DOCTYPE html>

<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
<!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
<!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
<head>
<title>Attention Required! | Cloudflare</title>
<meta charset="utf-8"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta content="IE=Edge,chrome=1" http-equiv="X-UA-Compatible"/>
<meta content="noindex, nofollow" name="robots"/>
<meta content="width=device-width,initial-scale=1,maximum-scale=1" name="viewport"/>
<link href="/cdn-cgi/styles/cf.errors.css" id="cf_styles-css" media="screen,projection" rel="stylesheet" type="text/css"/>
<!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" type="text/css" media="screen,projection" /><![endif]-->
<style type="text/css">body{margin:0;padding:0}</style>
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/zepto.min.js" type="text/javascript"></script><!--<![endif]-->
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/cf.common.js" type="text/javascript"></script><!--<![endif]-->
</head>
<body>
<div id="cf-wrapper">
<div class="cf-alert cf-alert-error cf-cookie-error" data-translate="enable_cookies" id="cookie-alert">Please enable cookies.</div>
<div class="cf-error-details-wrapper" id="cf-error-details">
<div class="cf-wrapper cf-header cf-error-overview">
<h1 data-translate="block_headline">Sorry, you have been blocked</h1>
<h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> gladius.io</h2>
</div><!-- /.header -->
<div class="cf-section cf-highlight">
<div class="cf-wrapper">
<div class="cf-screenshot-container cf-screenshot-full">
<span class="cf-no-screenshot error"></span>
</div>
</div>
</div><!-- /.captcha-container -->
<div class="cf-section cf-wrapper">
<div class="cf-columns two">
<div class="cf-column">
<h2 data-translate="blocked_why_headline">Why have I been blocked?</h2>
<p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p>
</div>
<div class="cf-column">
<h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2>
<p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p>
</div>
</div>
</div><!-- /.section -->
<div class="cf-error-footer cf-wrapper">
<p>
<span class="cf-footer-item">Cloudflare Ray ID: <strong>410b26867d895909</strong></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Your IP</span>: 70.167.24.195</span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Performance &amp; security by</span> <a href="https://www.cloudflare.com/5xx-error-landing?utm_source=error_footer" id="brand_link" target="_blank">Cloudflare</a></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item">
<select id="lang-selector">
<option value="">Select a Language</option>
<option value="en">English</option>
<option value="es">Español</option>
</select>
</span>
</p>
</div><!-- /.error-footer -->
</div><!-- /#cf-error-details -->
</div><!-- /#cf-wrapper -->
<script type="text/javascript">
  window._cf_translation = {};
  window._cf_translation.locale = 'en';
  window._cf_translation.blobs = {};
</script>
</body>
</html>
<!---
HTTP 1.1
Status code: 403
HTTP headers: {'Expect-CT': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'Content-Encoding': 'gzip', 'Transfer-Encoding': 'chunked', 'Set-Cookie': '__cfduid=dbdf59a280b5a3484e619364439ed71ba1524600007; expires=Wed, 24-Apr-19 20:00:07 GMT; path=/; domain=.gladius.io; HttpOnly; Secure', 'Expires': 'Tue, 24 Apr 2018 20:00:22 GMT', 'Server': 'cloudflare', 'Connection': 'keep-alive', 'Cache-Control': 'max-age=15', 'Date': 'Tue, 24 Apr 2018 20:00:07 GMT', 'X-Frame-Options': 'SAMEORIGIN', 'Content-Type': 'text/html; charset=UTF-8', 'CF-RAY': '410b277bea3a116b-DFW'}
--->
<!DOCTYPE html>

<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
<!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
<!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
<head>
<title>Attention Required! | Cloudflare</title>
<meta charset="utf-8"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta content="IE=Edge,chrome=1" http-equiv="X-UA-Compatible"/>
<meta content="noindex, nofollow" name="robots"/>
<meta content="width=device-width,initial-scale=1,maximum-scale=1" name="viewport"/>
<link href="/cdn-cgi/styles/cf.errors.css" id="cf_styles-css" media="screen,projection" rel="stylesheet" type="text/css"/>
<!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" type="text/css" media="screen,projection" /><![endif]-->
<style type="text/css">body{margin:0;padding:0}</style>
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/zepto.min.js" type="text/javascript"></script><!--<![endif]-->
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/cf.common.js" type="text/javascript"></script><!--<![endif]-->
</head>
<body>
<div id="cf-wrapper">
<div class="cf-alert cf-alert-error cf-cookie-error" data-translate="enable_cookies" id="cookie-alert">Please enable cookies.</div>
<div class="cf-error-details-wrapper" id="cf-error-details">
<div class="cf-wrapper cf-header cf-error-overview">
<h1 data-translate="block_headline">Sorry, you have been blocked</h1>
<h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> gladius.io</h2>
</div><!-- /.header -->
<div class="cf-section cf-highlight">
<div class="cf-wrapper">
<div class="cf-screenshot-container cf-screenshot-full">
<span class="cf-no-screenshot error"></span>
</div>
</div>
</div><!-- /.captcha-container -->
<div class="cf-section cf-wrapper">
<div class="cf-columns two">
<div class="cf-column">
<h2 data-translate="blocked_why_headline">Why have I been blocked?</h2>
<p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p>
</div>
<div class="cf-column">
<h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2>
<p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p>
</div>
</div>
</div><!-- /.section -->
<div class="cf-error-footer cf-wrapper">
<p>
<span class="cf-footer-item">Cloudflare Ray ID: <strong>410b277bea3a116b</strong></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Your IP</span>: 70.167.24.195</span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Performance &amp; security by</span> <a href="https://www.cloudflare.com/5xx-error-landing?utm_source=error_footer" id="brand_link" target="_blank">Cloudflare</a></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item">
<select id="lang-selector">
<option value="">Select a Language</option>
<option value="en">English</option>
<option value="es">Español</option>
</select>
</span>
</p>
</div><!-- /.error-footer -->
</div><!-- /#cf-error-details -->
</div><!-- /#cf-wrapper -->
<script type="text/javascript">
  window._cf_translation = {};
  window._cf_translation.locale = 'en';
  window._cf_translation.blobs = {};
</script>
</body>
</html>
<!---
HTTP 1.1
Status code: 403
HTTP headers: {'Expect-CT': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'Content-Encoding': 'gzip', 'Transfer-Encoding': 'chunked', 'Set-Cookie': '__cfduid=d96492b16a5031d52aa5f9d2f3a57d3d71524600095; expires=Wed, 24-Apr-19 20:01:35 GMT; path=/; domain=.gladius.io; HttpOnly; Secure', 'Expires': 'Tue, 24 Apr 2018 20:01:50 GMT', 'Server': 'cloudflare', 'Connection': 'keep-alive', 'Cache-Control': 'max-age=15', 'Date': 'Tue, 24 Apr 2018 20:01:35 GMT', 'X-Frame-Options': 'SAMEORIGIN', 'Content-Type': 'text/html; charset=UTF-8', 'CF-RAY': '410b29a2dfc81189-DFW'}
--->
<!DOCTYPE html>

<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
<!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
<!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
<head>
<title>Attention Required! | Cloudflare</title>
<meta charset="utf-8"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta content="IE=Edge,chrome=1" http-equiv="X-UA-Compatible"/>
<meta content="noindex, nofollow" name="robots"/>
<meta content="width=device-width,initial-scale=1,maximum-scale=1" name="viewport"/>
<link href="/cdn-cgi/styles/cf.errors.css" id="cf_styles-css" media="screen,projection" rel="stylesheet" type="text/css"/>
<!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" type="text/css" media="screen,projection" /><![endif]-->
<style type="text/css">body{margin:0;padding:0}</style>
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/zepto.min.js" type="text/javascript"></script><!--<![endif]-->
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/cf.common.js" type="text/javascript"></script><!--<![endif]-->
</head>
<body>
<div id="cf-wrapper">
<div class="cf-alert cf-alert-error cf-cookie-error" data-translate="enable_cookies" id="cookie-alert">Please enable cookies.</div>
<div class="cf-error-details-wrapper" id="cf-error-details">
<div class="cf-wrapper cf-header cf-error-overview">
<h1 data-translate="block_headline">Sorry, you have been blocked</h1>
<h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> gladius.io</h2>
</div><!-- /.header -->
<div class="cf-section cf-highlight">
<div class="cf-wrapper">
<div class="cf-screenshot-container cf-screenshot-full">
<span class="cf-no-screenshot error"></span>
</div>
</div>
</div><!-- /.captcha-container -->
<div class="cf-section cf-wrapper">
<div class="cf-columns two">
<div class="cf-column">
<h2 data-translate="blocked_why_headline">Why have I been blocked?</h2>
<p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p>
</div>
<div class="cf-column">
<h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2>
<p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p>
</div>
</div>
</div><!-- /.section -->
<div class="cf-error-footer cf-wrapper">
<p>
<span class="cf-footer-item">Cloudflare Ray ID: <strong>410b29a2dfc81189</strong></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Your IP</span>: 70.167.24.195</span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Performance &amp; security by</span> <a href="https://www.cloudflare.com/5xx-error-landing?utm_source=error_footer" id="brand_link" target="_blank">Cloudflare</a></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item">
<select id="lang-selector">
<option value="">Select a Language</option>
<option value="en">English</option>
<option value="es">Español</option>
</select>
</span>
</p>
</div><!-- /.error-footer -->
</div><!-- /#cf-error-details -->
</div><!-- /#cf-wrapper -->
<script type="text/javascript">
  window._cf_translation = {};
  window._cf_translation.locale = 'en';
  window._cf_translation.blobs = {};
</script>
</body>
</html>

Unknown Firewall (24b9c12d9)

WhatWaf version: 0.4
Running context: ./whatwaf.py -f test.txt --ra --tamper-int 1 --tor --payloads= AND 1=1 UNION ALL SELECT 1,NULL,'<script>alert("XSS")</script>',table_name FROM information_schema.tables WHERE 2>1--/**/; EXEC xp_cmdshell('cat ../../../etc/passwd')#
Fingerprint:

<!---
HTTP 1.1
Status code: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">

<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access /index.php
on this server.<br/>
</p>
<p>Additionally, a 403 Forbidden
error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>

HTTP headers: {'Content-Length': '337', 'Keep-Alive': 'timeout=5, max=100', 'Server': 'Apache', 'Connection': 'Keep-Alive', 'Date': 'Thu, 10 May 2018 17:41:13 GMT', 'Content-Type': 'text/html; charset=iso-8859-1'}
--->
403

Unknown Firewall (a18cca5c7)

WhatWaf version: 0.4.3
Running context: whatwaf.py -f test.txt --ra --payloads= AND 1=1 UNION ALL SELECT 1,NULL,'<script>alert("XSS")</script>',table_name FROM information_schema.tables WHERE 2>1--/**/; EXEC xp_cmdshell('cat ../../../etc/passwd')# --tamper-int 1 --skip -J
Fingerprint:

<!---
HTTP 1.1
Status code: 500
HTTP headers: {'Content-Length': '5350', 'X-AspNet-Version': '4.0.30319', 'X-Powered-By': 'ASP.NET', 'Server': 'Microsoft-IIS/7.0', 'Cache-Control': 'private', 'Date': 'Thu, 10 May 2018 20:57:20 GMT', 'Content-Type': 'text/html; charset=utf-8'}
--->
<!DOCTYPE html>

<html>
<head>
<title>A potentially dangerous Request.QueryString value was detected from the client (url="...T 1,NULL,'&lt;script&gt;alert("XSS")...").</title>
<meta content="width=device-width" name="viewport"/>
<style>
         body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} 
         p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
         b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
         H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
         H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
         pre {font-family:"Consolas","Lucida Console",Monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt}
         .marker {font-weight: bold; color: black;text-decoration: none;}
         .version {color: gray;}
         .error {margin-bottom: 10px;}
         .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
         @media screen and (max-width: 639px) {
          pre { width: 440px; overflow: auto; white-space: pre-wrap; word-wrap: break-word; }
         }
         @media screen and (max-width: 479px) {
          pre { width: 280px; }
         }
        </style>
</head>
<body bgcolor="white">
<span><h1>Server Error in '/' Application.<hr color="silver" size="1" width="100%"/></h1>
<h2> <i>A potentially dangerous Request.QueryString value was detected from the client (url="...T 1,NULL,'&lt;script&gt;alert("XSS")...").</i> </h2></span>
<font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
<b> Description: </b>ASP.NET has detected data in the request that is potentially dangerous because it might include HTML markup or script. The data might represent an attempt to compromise the security of your application, such as a cross-site scripting attack. If this type of input is appropriate in your application, you can include code in a web page to explicitly allow it. For more information, see http://go.microsoft.com/fwlink/?LinkID=212874.
            <br/><br/>
<b> Exception Details: </b>System.Web.HttpRequestValidationException: A potentially dangerous Request.QueryString value was detected from the client (url="...T 1,NULL,'&lt;script&gt;alert("XSS")...").<br/><br/>
<b>Source Error:</b> <br/><br/>
<table bgcolor="#ffffcc" width="100%">
<tr>
<td>
<code>

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.</code>
</td>
</tr>
</table>
<br/>
<b>Stack Trace:</b> <br/><br/>
<table bgcolor="#ffffcc" width="100%">
<tr>
<td>
<code><pre>

[HttpRequestValidationException (0x80004005): A potentially dangerous Request.QueryString value was detected from the client (url="...T 1,NULL,'&lt;script&gt;alert("XSS")...").]
   System.Web.HttpRequest.ValidateString(String value, String collectionKey, RequestValidationSource requestCollection) +528
   System.Web.HttpRequest.ValidateHttpValueCollection(HttpValueCollection collection, RequestValidationSource requestCollection) +253
   System.Web.HttpRequest.get_QueryString() +76
   socolar.Global.Application_BeginRequest(Object sender, EventArgs e) +109
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +182
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously) +165
</pre></code>
</td>
</tr>
</table>
<br/>
<hr color="silver" size="1" width="100%"/>
<b>Version Information:</b> Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18408

            </font>
</body>
</html>
<!-- 
[HttpRequestValidationException]: A potentially dangerous Request.QueryString value was detected from the client (url=&quot;...T 1,NULL,&#39;&lt;script&gt;alert(&quot;XSS&quot;)...&quot;).
   在 System.Web.HttpRequest.ValidateString(String value, String collectionKey, RequestValidationSource requestCollection)
   在 System.Web.HttpRequest.ValidateHttpValueCollection(HttpValueCollection collection, RequestValidationSource requestCollection)
   在 System.Web.HttpRequest.get_QueryString()
   在 socolar.Global.Application_BeginRequest(Object sender, EventArgs e)
   在 System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   在 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
--><!-- 
This error page might contain sensitive information because ASP.NET is configured to show verbose error messages using &lt;customErrors mode="Off"/&gt;. Consider using &lt;customErrors mode="On"/&gt; or &lt;customErrors mode="RemoteOnly"/&gt; in production environments.-->

Unknown Firewall (b9f0668d2)

WhatWaf version: 0.4
Running context: whatwaf.py -f test.txt --ra --payloads= AND 1=1 UNION ALL SELECT 1,NULL,'<script>alert("XSS")</script>',table_name FROM information_schema.tables WHERE 2>1--/**/; EXEC xp_cmdshell('cat ../../../etc/passwd')# --tamper-int 1 --skip
Fingerprint:

<!---
HTTP 1.1
Status code: 200
HTTP headers: {'Content-Length': '3212', 'Content-Type': 'text/html; charset="utf-8"', 'Connection': 'Close'}
--->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>Application Control Violation</title>
<style type="text/css">
        html, body { margin: 0; padding: 0; font-family: Verdana, Arial, sans-serif; font-size: 10pt; }
        h1, h2 { height: 82px; text-indent: -999em; margin: 0; padding: 0; margin: 0; }
        div { margin: 0; padding: 0; }
        div.header { background: url(http://url.fortinet.net:8008/XX/YY/ZZ/CI/MGPGHGPGPFGHCDPFGGOGFGEH) 0 0 repeat-x; height: 82px; }
        div.header h1 { background: url(http://url.fortinet.net:8008/XX/YY/ZZ/CI/MGPGHGPGPFGHCDPFGGHGFHBGCHEGPFBGAHAH) 0 0 no-repeat; }
        div.header h2 { background: url(http://url.fortinet.net:8008/XX/YY/ZZ/CI/MGPGHGPGPFGHCDPFGGOGFGEH) 0 -82px no-repeat; width: 160px; float: right; }
        div.sidebar { width: 195px; height: 200px; float: left; }
        div.main { padding: 5px; margin-left: 195px; }
        div.buttons { margin-top: 30px; text-align: right; }
        div.app-title { background:url(http://www.fortiguard.com/app_logos/large15893.png) no-repeat; margin: 8px 0px; height: 32px; text-indent: 36px; line-height: 20px; font-size: 17px; padding-top:5px; }
        div.app-info { padding-bottom: 5px; text-indent: 18px; }
        h3 { margin: 36px 0; font-size: 16pt; }
        .blocked      h3 { color: #c00; }
        h2.fgd_icon { background: url(http://url.fortinet.net:8008/XX/YY/ZZ/CI/MGPGHGPGPFGHCDPFGGOGFGEH) 0 -166px repeat-x; width: 90px; height: 92px; margin: 48px auto; }
        .blocked      h2.fgd_icon { background-position: 0 -166px; }
        form { width: 300px; margin: 30px 0; }
        label { display: block; width: 300px; margin: 5px 0; line-height: 25px; }
        label input { width: 200px; border: 1px solid #7f9db9; height: 20px; float: right; }
    </style>
</head>
<body class="blocked">
<div class="header">
<h2>Powered By Fortinet</h2>
<h1>FortiGate Application Control</h1>
</div>
<div class="sidebar">
<h2 class="fgd_icon">blocked</h2>
</div>
<div class="main">
<h3>Application Blocked!</h3>
<div class="notice">You have attempted to use an application which is in violation of your internet usage policy.</div>
<div class="app-title">HTTP.BROWSER</div>
<div class="app-info">Category: Web.Client</div>
<div class="app-info">URL: http://www.kbccp.org/hot_events.php?id=3%20AND%201=1%20UNION%20ALL%20SELECT%201,NULL,'%3Cscript%3Ealert(%22XSS%22)%3C/script%3E',table_name%20FROM%20information_schema.tables%20WHERE%202%3E1--/**/;%20EXEC%20xp_cmdshell('cat%20../../../etc/passwd')&amp;Connection=close&amp;User-Agent=Mozilla%2F5.0+%28X11%3B+U%3B+Linux+x86_64%3B+en-GB%3B+rv%3A1.9.0.12%29+Gecko%2F2009070811+Ubuntu%2F9.04+%28jaunty%29+Firefox%2F3.0.12+FirePHP%2F0.3</div>
<div class="app-info">Client IP: </div>
<div class="app-info">Server IP: 103.35.165.78</div>
<div class="app-info">User name: </div>
<div class="app-info">Group name: </div>
<div class="app-info">Policy: 71906366-8337-51e6-7953-57cc5f701438</div>
<div class="app-info">FortiGate Hostname: FGT6HD3916805824</div> </div>
</body>
</html>

Unknown Firewall (8f9e022f2)

WhatWaf version: 0.3.1
Running context: ./whatwaf.py -u ********************************************* --ra
Fingerprint:

<!---

Multiple encodings

Need to make a way for the program to handle multiple encodings. Not entirely sure how I’m going to do this, but whatever

Update comments

The lack of comments is kind of annoying in this code, so commmets and examples would probably be useful

Unknown Firewall (fba3acf91)

WhatWaf version: 0.5.3
Running context: ./whatwaf.py -f test.txt --ra --tamper-int 1 --verify-num 7 --pl payloads.txt -F -J --check-tor --tor --skip
Fingerprint:

<!---
HTTP 1.1
Status code: 400
HTTP headers: {'Date': 'Tue, 15 May 2018 20:56:57 GMT', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Content-Type': 'text/html; charset=UTF-8', 'Server': 'nginx'}
--->
<!DOCTYPE html>

<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Error</title>
<style type="text/css">

::selection { background-color: #E13300; color: white; }
::-moz-selection { background-color: #E13300; color: white; }

body {
	background-color: #fff;
	margin: 40px;
	font: 13px/20px normal Helvetica, Arial, sans-serif;
	color: #4F5155;
}

a {
	color: #003399;
	background-color: transparent;
	font-weight: normal;
}

h1 {
	color: #444;
	background-color: transparent;
	border-bottom: 1px solid #D0D0D0;
	font-size: 19px;
	font-weight: normal;
	margin: 0 0 14px 0;
	padding: 14px 15px 10px 15px;
}

code {
	font-family: Consolas, Monaco, Courier New, Courier, monospace;
	font-size: 12px;
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	color: #002166;
	display: block;
	margin: 14px 0 14px 0;
	padding: 12px 10px 12px 10px;
}

#container {
	margin: 10px;
	border: 1px solid #D0D0D0;
	box-shadow: 0 0 8px #D0D0D0;
}

p {
	margin: 12px 15px 12px 15px;
}
</style>
</head>
<body>
<div id="container">
<h1>An Error Was Encountered</h1>
<p>The URI you submitted has disallowed characters.</p> </div>
</body>
</html>

Unknown Firewall (3b73aa221)

WhatWaf version: 0.5.3
Running context: ./whatwaf.py -f test.txt --ra --tamper-int 1 --verify-num 7 --pl payloads.txt -F -Y --check-tor --tor --skip --fingerprint
Fingerprint:

<!---
HTTP 1.1
Status code: 404
HTTP headers: {'X-Powered-By': 'PHP/5.5.9-1ubuntu4.22', 'Transfer-Encoding': 'chunked', 'Expires': 'Wed, 11 Jan 1984 05:00:00 GMT', 'Server': 'nginx/1.11.3', 'Connection': 'keep-alive', 'Link': '<http://www.fullbellyproject.org/wp-json/>; rel="https://api.w.org/"', 'Cache-Control': 'no-cache, must-revalidate, max-age=0', 'Date': 'Tue, 15 May 2018 20:00:11 GMT', 'Content-Type': 'text/html; charset=UTF-8'}
--->
<!DOCTYPE html>

<html lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8"/>
<meta content="on" name="twitter:widgets:csp"/>
<link href="http://gmpg.org/xfn/11" rel="profile"/>
<link href="http://www.fullbellyproject.org/xmlrpc.php" rel="pingback"/>
<title>Page not found - full belly project</title>
<!-- This site is optimized with the Yoast SEO plugin v7.4.2 - https://yoast.com/wordpress/plugins/seo/ -->
<meta content="noindex,follow" name="robots"/>
<meta content="en_US" property="og:locale"/>
<meta content="object" property="og:type"/>
<meta content="Page not found - full belly project" property="og:title"/>
<meta content="full belly project" property="og:site_name"/>
<meta content="summary_large_image" name="twitter:card"/>
<meta content="Page not found - full belly project" name="twitter:title"/>
<!-- / Yoast SEO plugin. -->
<link href="//fonts.googleapis.com" rel="dns-prefetch"/>
<link href="//s.w.org" rel="dns-prefetch"/>
<link href="http://www.fullbellyproject.org/feed/" rel="alternate" title="full belly project » Feed" type="application/rss+xml"/>
<link href="http://www.fullbellyproject.org/comments/feed/" rel="alternate" title="full belly project » Comments Feed" type="application/rss+xml"/>
<script type="text/javascript">
			window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.4\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.4\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/www.fullbellyproject.org\/wp-includes\/js\/wp-emoji-release.min.js"}};
			!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56692,8205,9792,65039],[55357,56692,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);
		</script>
<style type="text/css">
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
<link href="http://www.fullbellyproject.org/wp-content/themes/kallyas/style.css" id="kallyas-styles-css" media="all" rel="stylesheet" type="text/css"/>
<link href="http://www.fullbellyproject.org/wp-content/themes/kallyas/css/pages/page404.css" id="page404-css-css" media="all" rel="stylesheet" type="text/css"/>
<link href="//fonts.googleapis.com/css?family=Montserrat%3A100%2C200%2C300%2Cregular%2C700&amp;ver=4.9.5" id="zn_all_g_fonts-css" media="all" rel="stylesheet" type="text/css"/>
<link href="http://www.fullbellyproject.org/wp-content/plugins/contact-form-7/includes/css/styles.css" id="contact-form-7-css" media="all" rel="stylesheet" type="text/css"/>
<link href="http://www.fullbellyproject.org/wp-content/plugins/revslider/public/assets/css/settings.css" id="rs-plugin-settings-css" media="all" rel="stylesheet" type="text/css"/>
<style id="rs-plugin-settings-inline-css" type="text/css">
#rs-demo-id {}
</style>
<link href="http://www.fullbellyproject.org/wp-content/plugins/hogash-post-love/assets/frontend/css/plhg-styles.css" id="plhg-main-css-css" media="all" rel="stylesheet" type="text/css"/>
<link href="http://www.fullbellyproject.org/wp-content/themes/kallyas/framework/hogash-mailchimp/assets/css/hg-mailchimp.css" id="hg-mailchimp-styles-css" media="all" rel="stylesheet" type="text/css"/>
<link href="http://www.fullbellyproject.org/wp-content/themes/kallyas/css/bootstrap.min.css" id="th-bootstrap-styles-css" media="all" rel="stylesheet" type="text/css"/>
<link href="http://www.fullbellyproject.org/wp-content/themes/kallyas/css/template.min.css" id="th-theme-template-styles-css" media="all" rel="stylesheet" type="text/css"/>
<link href="http://www.fullbellyproject.org/wp-content/themes/kallyas/framework/zion-builder/assets/css/znb_frontend.css" id="zion-frontend-css" media="all" rel="stylesheet" type="text/css"/>
<link href="http://www.fullbellyproject.org/wp-content/plugins/add-to-any/addtoany.min.css" id="addtoany-css" media="all" rel="stylesheet" type="text/css"/>
<link href="http://www.fullbellyproject.org/wp-content/themes/kallyas/css/vendors/animate.min.css" id="animate.css-css" media="all" rel="stylesheet" type="text/css"/>
<link href="http://www.fullbellyproject.org/wp-content/themes/kallyas/css/print.css" id="th-theme-print-stylesheet-css" media="print" rel="stylesheet" type="text/css"/>
<link href="//www.fullbellyproject.org/wp-content/uploads/zn_dynamic.css" id="th-theme-options-styles-css" media="all" rel="stylesheet" type="text/css"/>
<script src="http://www.fullbellyproject.org/wp-includes/js/jquery/jquery.js" type="text/javascript"></script>
<script src="http://www.fullbellyproject.org/wp-includes/js/jquery/jquery-migrate.min.js" type="text/javascript"></script>
<script src="http://www.fullbellyproject.org/wp-content/plugins/add-to-any/addtoany.min.js" type="text/javascript"></script>
<script src="http://www.fullbellyproject.org/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js" type="text/javascript"></script>
<script src="http://www.fullbellyproject.org/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.revolution.min.js" type="text/javascript"></script>
<script src="http://www.fullbellyproject.org/wp-content/plugins/wplegalpages/js/jquery.cookie.js" type="text/javascript"></script>
<script type="text/javascript">
/* <![CDATA[ */
var plhg_script_vars = {"ajaxurl":"http:\/\/www.fullbellyproject.org\/wp-admin\/admin-ajax.php","nonce":"c46d755849","error_message":"Sorry, there was a problem processing your request."};
/* ]]> */
</script>
<script src="http://www.fullbellyproject.org/wp-content/plugins/hogash-post-love/assets/frontend/js/script.js" type="text/javascript"></script>
<link href="http://www.fullbellyproject.org/wp-json/" rel="https://api.w.org/"/>
<script data-cfasync="false">
window.a2a_config=window.a2a_config||{};a2a_config.callbacks=[];a2a_config.overlays=[];a2a_config.templates={};
(function(d,s,a,b){a=d.createElement(s);b=d.getElementsByTagName(s)[0];a.async=1;a.src="https://static.addtoany.com/menu/page.js";b.parentNode.insertBefore(a,b);})(document,"script");
</script>
<style type="text/css">
       ul.legalfooter li{
        list-style:none;
        float:left;
        padding-right:20px;
       }
       .accept{
        display:none;
        border: 1px solid #000;
        background:#000;
        color:#fff;
        border-radius:3px;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        padding:5px;
       }
            </style>
<meta content="#cd2122" name="theme-color"/>
<meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport">
<!--[if lte IE 8]>
		<script type="text/javascript">
			var $buoop = {
				vs: {i: 10, f: 25, o: 12.1, s: 7, n: 9}
			};

			$buoop.ol = window.onload;

			window.onload = function () {
				try {
					if ($buoop.ol) {
						$buoop.ol()
					}
				}
				catch (e) {
				}

				var e = document.createElement("script");
				e.setAttribute("type", "text/javascript");
				e.setAttribute("src", "http://browser-update.org/update.js");
				document.body.appendChild(e);
			};
		</script>
		<![endif]-->
<!-- for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
		<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
		<![endif]-->
<!-- Fallback for animating in viewport -->
<noscript>
<style media="screen" type="text/css">
			.zn-animateInViewport {visibility: visible;}
		</style>
</noscript>
<meta content="Powered by Slider Revolution 5.4.5.1 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." name="generator"/>
<script type="text/javascript">function setREVStartSize(e){
				try{ var i=jQuery(window).width(),t=9999,r=0,n=0,l=0,f=0,s=0,h=0;					
					if(e.responsiveLevels&&(jQuery.each(e.responsiveLevels,function(e,f){f>i&&(t=r=f,l=e),i>f&&f>r&&(r=f,n=e)}),t>r&&(l=n)),f=e.gridheight[l]||e.gridheight[0]||e.gridheight,s=e.gridwidth[l]||e.gridwidth[0]||e.gridwidth,h=i/s,h=h>1?1:h,f=Math.round(h*f),"fullscreen"==e.sliderLayout){var u=(e.c.width(),jQuery(window).height());if(void 0!=e.fullScreenOffsetContainer){var c=e.fullScreenOffsetContainer.split(",");if (c) jQuery.each(c,function(e,i){u=jQuery(i).length>0?u-jQuery(i).outerHeight(!0):u}),e.fullScreenOffset.split("%").length>1&&void 0!=e.fullScreenOffset&&e.fullScreenOffset.length>0?u-=jQuery(window).height()*parseInt(e.fullScreenOffset,0)/100:void 0!=e.fullScreenOffset&&e.fullScreenOffset.length>0&&(u-=parseInt(e.fullScreenOffset,0))}f=u}else void 0!=e.minHeight&&f<e.minHeight&&(f=e.minHeight);e.c.closest(".rev_slider_wrapper").css({height:f})					
				}catch(d){console.log("Failure at Presize of Slider:"+d)}
			};</script>
</meta></head>
<body class="error404 do-etfw kl-sticky-header kl-skin--light" itemscope="itemscope" itemtype="https://schema.org/WebPage">
<div class="kl-pageLoading--yes_img_persp" id="page-loading"><div class="preloader-perspective-img"><img src="http://www.fullbellyproject.org/wp-content/uploads/2017/08/fullbellyproject.png"/></div></div><div class="login_register_stuff"></div><!-- end login register stuff --> <div id="fb-root"></div>
<script>(function (d, s, id) {
				var js, fjs = d.getElementsByTagName(s)[0];
				if (d.getElementById(id)) return;
				js = d.createElement(s);
				js.id = id;
				js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5";
				fjs.parentNode.insertBefore(js, fjs);
			}(document, 'script', 'facebook-jssdk'));</script>
<div id="page_wrapper">
<header class="site-header style12 header--sticky header--not-sticked sticky-resize headerstyle--image_color site-header--absolute nav-th--light sheader-sh--default" data-original-sticky-textscheme="sh--default" id="header" itemscope="itemscope" itemtype="https://schema.org/WPHeader" role="banner">
<div class="site-header-wrapper sticky-top-area">
<div class="site-header-top-wrapper topbar-style--default sh--default">
<div class="siteheader-container container">
</div>
</div><!-- /.site-header-top-wrapper -->
<div class="kl-top-header site-header-main-wrapper clearfix header-no-top header-no-bottom sh--default">
<div class="container siteheader-container ">
<div class="fxb-col fxb-basis-auto">
<div class="fxb-row site-header-row site-header-main ">
<div class="fxb-col fxb fxb-start-x fxb-center-y fxb-basis-auto fxb-grow-0 fxb-sm-half site-header-col-left site-header-main-left">
<div class="logo-container hasHoverMe logosize--contain zn-original-logo" id="logo-container">
<!-- Logo -->
<h3 class="site-logo logo " id="logo"><a class="site-logo-anch" href="http://www.fullbellyproject.org/"><img alt="full belly project" class="logo-img site-logo-img" src="http://www.fullbellyproject.org/wp-content/uploads/2017/08/fullbellyproject.png" title=""/></a></h3> <!-- InfoCard -->
</div>
</div>
<div class="fxb-col fxb fxb-center-x fxb-center-y fxb-basis-auto fxb-grow-0 site-header-col-center site-header-main-center">
</div>
<div class="fxb-col fxb fxb-end-x fxb-center-y fxb-basis-auto fxb-sm-half site-header-col-right site-header-main-right">
<div class="fxb-col fxb fxb-end-x fxb-center-y fxb-basis-auto fxb-sm-half site-header-main-right-top">
<div class="sh-component main-menu-wrapper" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement" role="navigation">
<div class="zn-res-menuwrapper">
<a class="zn-res-trigger zn-menuBurger zn-menuBurger--1--s zn-menuBurger--anim1 " href="#" id="zn-res-trigger">
<span></span>
<span></span>
<span></span>
</a>
</div><!-- end responsive menu -->
<div class="main-nav mainnav--sidepanel mainnav--active-bg mainnav--pointer-dash nav-mm--light zn_mega_wrapper " id="main-menu"><ul class="main-menu main-menu-nav zn_mega_menu " id="menu-home"><li class="main-menu-item menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-241 main-menu-item-top menu-item-even menu-item-depth-0" id="menu-item-241"><a class=" main-menu-link main-menu-link-top" href="http://www.fullbellyproject.org/"><span>Home</span></a></li>
<li class="main-menu-item menu-item menu-item-type-post_type menu-item-object-page menu-item-242 main-menu-item-top menu-item-even menu-item-depth-0" id="menu-item-242"><a class=" main-menu-link main-menu-link-top" href="http://www.fullbellyproject.org/about-us/"><span>About Us</span></a></li>
<li class="main-menu-item menu-item menu-item-type-post_type menu-item-object-page menu-item-243 main-menu-item-top menu-item-even menu-item-depth-0" id="menu-item-243"><a class=" main-menu-link main-menu-link-top" href="http://www.fullbellyproject.org/external-links-policy/"><span>External Links Policy</span></a></li>
<li class="main-menu-item menu-item menu-item-type-post_type menu-item-object-page menu-item-244 main-menu-item-top menu-item-even menu-item-depth-0" id="menu-item-244"><a class=" main-menu-link main-menu-link-top" href="http://www.fullbellyproject.org/terms-of-use/"><span>Terms of Use</span></a></li>
<li class="main-menu-item menu-item menu-item-type-post_type menu-item-object-page menu-item-245 main-menu-item-top menu-item-even menu-item-depth-0" id="menu-item-245"><a class=" main-menu-link main-menu-link-top" href="http://www.fullbellyproject.org/testimonials-disclosure/"><span>Testimonials Disclosure</span></a></li>
<li class="main-menu-item menu-item menu-item-type-post_type menu-item-object-page menu-item-250 main-menu-item-top menu-item-even menu-item-depth-0" id="menu-item-250"><a class=" main-menu-link main-menu-link-top" href="http://www.fullbellyproject.org/sitemap/"><span>Sitemap</span></a></li>
<li class="main-menu-item menu-item menu-item-type-post_type menu-item-object-page menu-item-251 main-menu-item-top menu-item-even menu-item-depth-0" id="menu-item-251"><a class=" main-menu-link main-menu-link-top" href="http://www.fullbellyproject.org/contact/"><span>Contact</span></a></li>
</ul></div> </div>
<!-- end main_menu -->
</div>
</div>
</div><!-- /.site-header-main -->
</div>
</div><!-- /.siteheader-container -->
</div><!-- /.site-header-main-wrapper -->
</div><!-- /.site-header-wrapper -->
</header>
<div class="page-subheader page-subheader--auto page-subheader--inherit-hp zn_def_header_style psubhead-stheader--absolute sh-tcolor--light" id="page_header">
<div class="bgback"></div>
<div class="th-sparkles"></div>
<!-- DEFAULT HEADER STYLE -->
<div class="ph-content-wrap">
<div class="ph-content-v-center">
<div>
<div class="container">
<div class="row">
<div class="col-sm-6">
<ul class="breadcrumbs fixclear bread-style--black" typeof="BreadcrumbList" vocab="http://schema.org/"><li property="itemListElement" typeof="ListItem"><a href="http://www.fullbellyproject.org" property="item" typeof="WebPage">Home</a></li><li>Error 404 </li></ul><span class="subheader-currentdate hidden-xs" id="current-date">May 15, 2018</span> <div class="clearfix"></div>
</div>
<div class="col-sm-6">
<div class="subheader-titles">
<h2 class="subheader-maintitle" itemprop="headline"></h2> </div>
</div>
</div>
<!-- end row -->
</div>
</div>
</div>
</div>
<div class="zn_header_bottom_style"></div></div>
<div class="error404-page">
<section class="site-content" id="content">
<div class="container">
<div id="mainbody">
<div class="row">
<div class="col-sm-12">
<div class="error404-content">
<h2 class="error404-content-title" itemprop="headline"><span>404</span></h2>
<h3 class="error404-content-msg">The page cannot be found.</h3>
</div>
</div>
<div class="col-sm-12">
<div class="search gensearch__wrapper kl-gensearch--light">
<form action="http://www.fullbellyproject.org/" class="gensearch__form" id="searchform" method="get">
<input class="inputbox gensearch__input" id="s" name="s" placeholder="SEARCH ..." type="text" value=""/>
<button class="gensearch__submit glyphicon glyphicon-search" id="searchsubmit" type="submit" value="go"></button>
</form> </div>
</div>
</div><!-- end row -->
</div><!-- end mainbody -->
</div><!-- end container -->
</section><!-- end #content -->
</div>
<footer class="site-footer" id="footer" itemscope="itemscope" itemtype="https://schema.org/WPFooter" role="contentinfo">
<div class="container">
<div class="row"><div class="col-sm-4"></div><div class="col-sm-4"></div><div class="col-sm-4"></div></div><!-- end row --><div class="row"><div class="col-sm-6"></div><div class="col-sm-6"></div></div><!-- end row -->
<div class="row">
<div class="col-sm-12">
<div class="bottom site-footer-bottom clearfix">
<div class="copyright footer-copyright">
<p class="footer-copyright-text">@ 2017 fullbellyproject.org</p> </div><!-- end copyright -->
</div>
<!-- end bottom -->
</div>
</div>
<!-- end row -->
</div>
</footer>
</div><!-- end page_wrapper -->
<a class="u-trans-all-2s js-scroll-event" data-forch="300" data-visibleclass="on--totop" href="#" id="totop">TOP</a>
<script type="text/javascript">
/* <![CDATA[ */
var wpcf7 = {"apiSettings":{"root":"http:\/\/www.fullbellyproject.org\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"},"recaptcha":{"messages":{"empty":"Please verify that you are not a robot."}}};
/* ]]> */
</script>
<script src="http://www.fullbellyproject.org/wp-content/plugins/contact-form-7/includes/js/scripts.js" type="text/javascript"></script>
<script type="text/javascript">
/* <![CDATA[ */
var hgMailchimpConfig = {"ajaxurl":"\/wp-admin\/admin-ajax.php"};
/* ]]> */
</script>
<script src="http://www.fullbellyproject.org/wp-content/themes/kallyas/framework/hogash-mailchimp/assets/js/hg-mailchimp.js" type="text/javascript"></script>
<script src="http://www.fullbellyproject.org/wp-content/themes/kallyas/js/plugins.min.js" type="text/javascript"></script>
<script src="http://www.fullbellyproject.org/wp-content/themes/kallyas/addons/scrollmagic/scrollmagic.js" type="text/javascript"></script>
<script type="text/javascript">
/* <![CDATA[ */
var zn_do_login = {"ajaxurl":"\/wp-admin\/admin-ajax.php","add_to_cart_text":"Item Added to cart!"};
var ZnThemeAjax = {"ajaxurl":"\/wp-admin\/admin-ajax.php","zn_back_text":"Back","zn_color_theme":"light","res_menu_trigger":"1921","top_offset_tolerance":"","logout_url":"http:\/\/www.fullbellyproject.org\/wp-login.php?action=logout&redirect_to=http%3A%2F%2Fwww.fullbellyproject.org&_wpnonce=c8d2322164"};
var ZnSmoothScroll = {"type":"0.75","touchpadSupport":"no"};
/* ]]> */
</script>
<script src="http://www.fullbellyproject.org/wp-content/themes/kallyas/js/znscript.min.js" type="text/javascript"></script>
<script src="http://www.fullbellyproject.org/wp-content/themes/kallyas/addons/smooth_scroll/SmoothScroll.min.js" type="text/javascript"></script>
<script src="http://www.fullbellyproject.org/wp-content/plugins/easy-twitter-feed-widget/js/twitter-widgets.js" type="text/javascript"></script>
<script src="http://www.fullbellyproject.org/wp-content/themes/kallyas/addons/slick/slick.min.js" type="text/javascript"></script>
<script type="text/javascript">
/* <![CDATA[ */
var q2w3_sidebar_options = [{"sidebar":"defaultsidebar","margin_top":10,"margin_bottom":0,"stop_id":"","screen_max_width":0,"screen_max_height":0,"width_inherit":false,"refresh_interval":1500,"window_load_hook":false,"disable_mo_api":false,"widgets":["widget_sp_image-3","widget_sp_image-2"]}];
/* ]]> */
</script>
<script src="http://www.fullbellyproject.org/wp-content/plugins/q2w3-fixed-widget/js/q2w3-fixed-widget.min.js" type="text/javascript"></script>
<script src="http://www.fullbellyproject.org/wp-content/themes/kallyas/framework/zion-builder/assets/js/editor/zn_frontend.js" type="text/javascript"></script>
<script src="http://www.fullbellyproject.org/wp-includes/js/wp-embed.min.js" type="text/javascript"></script>
<svg style="position: absolute; width: 0; height: 0; overflow: hidden;" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<symbol id="icon-znb_close-thin" viewbox="0 0 100 100">
<path d="m87.801 12.801c-1-1-2.6016-1-3.5 0l-33.801 33.699-34.699-34.801c-1-1-2.6016-1-3.5 0-1 1-1 2.6016 0 3.5l34.699 34.801-34.801 34.801c-1 1-1 2.6016 0 3.5 0.5 0.5 1.1016 0.69922 1.8008 0.69922s1.3008-0.19922 1.8008-0.69922l34.801-34.801 33.699 33.699c0.5 0.5 1.1016 0.69922 1.8008 0.69922 0.69922 0 1.3008-0.19922 1.8008-0.69922 1-1 1-2.6016 0-3.5l-33.801-33.699 33.699-33.699c0.89844-1 0.89844-2.6016 0-3.5z"></path>
</symbol>
<symbol id="icon-znb_play" viewbox="0 0 22 28">
<path d="M21.625 14.484l-20.75 11.531c-0.484 0.266-0.875 0.031-0.875-0.516v-23c0-0.547 0.391-0.781 0.875-0.516l20.75 11.531c0.484 0.266 0.484 0.703 0 0.969z"></path>
</symbol>
</defs>
</svg>
</body>
</html>

Auto issue creation

Hi guys, the account has been flagged for some reason so the issue creation is not working atm. Please be patient while I figure this issue out, I've contacted support, so now it's just the waiting game.

Unknown Firewall (24b9c12d9)

WhatWaf version: 0.4
Running context: ./whatwaf.py -f test.txt --ra --tamper-int 1 --tor --payloads= AND 1=1 UNION ALL SELECT 1,NULL,'<script>alert("XSS")</script>',table_name FROM information_schema.tables WHERE 2>1--/**/; EXEC xp_cmdshell('cat ../../../etc/passwd')#
Fingerprint:

<!---
HTTP 1.1
Status code: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">

<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access /index.php
on this server.<br/>
</p>
<p>Additionally, a 403 Forbidden
error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>

HTTP headers: {'Content-Length': '337', 'Keep-Alive': 'timeout=5, max=100', 'Server': 'Apache', 'Connection': 'Keep-Alive', 'Date': 'Thu, 10 May 2018 17:41:13 GMT', 'Content-Type': 'text/html; charset=iso-8859-1'}
--->
403

Unknown Firewall (39cba151c)

WhatWaf version: 0.4
Running context: whatwaf.py -f test.txt --ra --payloads= AND 1=1 UNION ALL SELECT 1,NULL,'<script>alert("XSS")</script>',table_name FROM information_schema.tables WHERE 2>1--/**/; EXEC xp_cmdshell('cat ../../../etc/passwd')# --tamper-int 1 --skip
Fingerprint:

<!---
HTTP 1.1
Status code: 403
HTTP headers: {'Content-Length': '13426', 'Accept-Ranges': 'bytes', 'Keep-Alive': 'timeout=5, max=100', 'Server': 'Apache', 'Connection': 'Keep-Alive', 'Date': 'Thu, 10 May 2018 18:46:37 GMT', 'Content-Type': 'text/html'}
--->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html>
<head>
<title>DiPinto Electric Guitars &amp; Basses</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<!-- Fireworks MX Dreamweaver MX target.  Created Tue Aug 24 11:59:36 GMT-0400 2004-->
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<style type="text/css">
<!--
-->
</style>
<link href="/styles.css" rel="stylesheet"/>
</head>
<body bgcolor="#ffffff" leftmargin="0" marginheight="0" marginwidth="0" onload="MM_preloadImages('images/header-2_r3_c2.gif','images/header-2_r3_c4.gif','images/header-2_r3_c6.gif','images/header-2_r3_c8.gif','images/header-2_r3_c10.gif','images/side-2_r2_c1.gif','images/side-2_r3_c1.gif','images/side-2_r4_c1.gif','images/side-2_r5_c1.gif','images/side-2_r6_c1.gif','images/side-2_r7_c1.gif','images/side-2_r8_c1.gif','images/side-2_r9_c1.gif','images/side-2_r10_c1.gif')" topmargin="0">
<span class="search"></span>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left" bgcolor="#6699CC" valign="top" width="503"><img alt="" border="0" height="21" name="header1_r1_c1" src="images/header-1_r1_c1.gif" width="503"/></td>
<td align="right" background="images/header-1_r1_c11.gif"> </td>
</tr>
<tr>
<td align="left" background="images/header-1_r2_c11.gif" valign="top" width="503"><img alt="DiPinto Electric Guitars &amp; Basses" border="0" height="72" name="header1_r2_c1" src="images/header-1_r2_c1.gif" width="503"/></td>
<td align="right" background="images/header-1_r2_c11.gif" valign="top"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" height="72" width="189">
<param name="movie" value="images/header.swf"/>
<param name="quality" value="high"/>
<embed height="72" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" src="images/header.swf" type="application/x-shockwave-flash" width="189"/></object>
</td>
</tr>
<tr>
<td align="left" background="images/header-1_r3_c11.gif" valign="top" width="503"><img alt="" border="0" height="21" name="header1_r3_c1" src="images/header-1_r3_c1.gif" width="160"/><a href="/contact.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image29','','images/header-2_r3_c2.gif',1)"><img alt="Contact DiPinto" border="0" height="21" name="Image29" src="images/header-1_r3_c2.gif" width="85"/></a><a href="/about.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image30','','images/header-2_r3_c4.gif',1)"><img alt="" border="0" height="21" name="header1_r3_c3" src="images/header-1_r3_c3.gif" width="7"/><img alt="About Us" border="0" height="21" name="Image30" src="images/header-1_r3_c4.gif" width="55"/></a><img alt="" border="0" height="21" name="header1_r3_c3" src="images/header-1_r3_c3.gif" width="7"/><a href="/list.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image33','','images/header-2_r3_c6.gif',1)"><img alt="Join Mailing List" border="0" height="21" name="Image33" src="images/header-1_r3_c6.gif" width="90"/></a><img alt="" border="0" height="21" name="header1_r3_c3" src="images/header-1_r3_c3.gif" width="7"/><a href="/sitemap.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image35','','images/header-2_r3_c8.gif',1)"><img alt="Site Map" border="0" height="21" name="Image35" src="images/header-1_r3_c8.gif" width="51"/></a><img alt="" border="0" height="21" name="header1_r3_c3" src="images/header-1_r3_c3.gif" width="7"/><a href="/links.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image37','','images/header-2_r3_c10.gif',1)"><img alt="Links" border="0" height="21" name="Image37" src="images/header-1_r3_c10.gif" width="34"/></a></td>
<td align="right" background="images/header-1_r3_c11.gif" valign="top"> </td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left" background="images/side-1_r11_c1.gif" valign="top" width="133"><img alt="" border="0" height="11" name="side1_r1_c1" src="images/side-1_r1_c1.gif" width="134"/><a href="/" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image16','','images/side-2_r2_c1.gif',1)"><img alt="Home" border="0" height="29" name="Image16" src="images/side-1_r2_c1.gif" width="134"/></a><a href="/guitars_main.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image17','','images/side-2_r3_c1.gif',1)"><img alt="Guitars" border="0" height="29" name="Image17" src="images/side-1_r3_c1.gif" width="134"/></a><a href="/basses_main.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image18','','images/side-2_r4_c1.gif',1)"><img alt="Basses" border="0" height="29" name="Image18" src="images/side-1_r4_c1.gif" width="134"/></a><a href="/gallery_main.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image19','','images/side-2_r5_c1.gif',1)"><img alt="Artist Gallery" border="0" height="29" name="Image19" src="images/side-1_r5_c1.gif" width="134"/></a><a href="/accessories.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image20','','images/side-2_r6_c1.gif',1)"><img alt="Accessories" border="0" height="29" name="Image20" src="images/side-1_r6_c1.gif" width="134"/></a><a href="/vintage_main.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image21','','images/side-2_r7_c1.gif',1)"><img alt="DiPinto Vintage" border="0" height="29" name="Image21" src="images/side-1_r7_c1.gif" width="134"/></a><a href="/press_main.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image22','','images/side-2_r8_c1.gif',1)"><img alt="Press/Reviews" border="0" height="29" name="Image22" src="images/side-1_r8_c1.gif" width="134"/></a><a href="/faqs.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image23','','images/side-2_r9_c1.gif',1)"><img alt="FAQs" border="0" height="29" name="Image23" src="images/side-1_r9_c1.gif" width="134"/></a><a href="/dealers_main.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image24','','images/side-2_r10_c1.gif',1)"><img alt="DiPinto Dealers" border="0" height="29" name="Image24" src="images/side-1_r10_c1.gif" width="134"/></a></td>
<td align="left" height="400" valign="top"><table border="0" cellpadding="10" cellspacing="0" width="100%">
<tr>
<td align="right" valign="bottom">
<!-- Atomz Search HTML for DiPinto Guitars -->
<form action="http://search.atomz.com/search/" method="get">
<p class="search">Search the DiPinto Site:   
                <input name="sp-q" size="15"/>
<input type="submit" value="Search"/>
<input name="sp-a" type="hidden" value="sp1000dde8"/>
<input name="sp-p" type="hidden" value="any"/>
<input name="sp-f" type="hidden" value="iso-8859-1"/>
</p>
</form></td>
</tr>
</table>
<table border="0" cellpadding="10" cellspacing="0" width="600">
<tr>
<td class="header" width="1"> </td>
<td align="left" class="header" colspan="2" valign="top">Sorry. The page that you are looking for is unavailable...</td>
</tr>
<tr>
<td class="link" width="1"> </td>
<td align="left" class="text" valign="top" width="49%">
<p><a class="sectiontitle" href="/guitars_main.php">GUITARS</a></p>
<p><a class="sectiontitle" href="/basses_main.php">BASSES</a></p>
<p><a class="sectiontitle" href="/dipintowarranty.pdf">WARRANTY</a> (PDF download)</p>
<p><a class="sectiontitle" href="/dipintopricelist.pdf">PRICELIST</a> (PDF download)</p>
<p><a class="sectiontitle" href="/accessories.php">ACCESSORIES</a></p>
<p><a class="sectiontitle" href="/gallery_main.php">ARTIST GALLERY</a></p>
<p><a class="sectiontitle" href="/faqs.php">FAQs</a></p>
<p><a class="sectiontitle" href="/vintage_main.php">DIPINTO VINTAGE</a></p>
<ul>
<li> <a class="text" href="/vintage/Default.htm">Solid Electrics</a></li>
<li> <a class="text" href="/vintage/Default.htm">Archtops  &amp; Hollowbodies</a></li>
<li> <a class="text" href="/vintage/Default.htm">Acoustics</a></li>
<li> <a class="text" href="/vintage/Default.htm">Amps</a></li>
<li> <a class="text" href="/vintage/Default.htm">Basses</a></li>
<li> <a class="text" href="/vintage/Default.htm">Keyboards</a></li>
<li> <a class="text" href="/vintage/Default.htm">Folk Instruments &amp; Etc.</a></li>
</ul></td>
<td align="left" class="text" valign="top" width="49%">
<p><a class="sectiontitle" href="/press_main.php">PRESS/REVIEWS</a></p>
<ul>
<li><a class="text" href="/press_main.php">Articles</a></li>
<li><a class="text" href="/press_testimonials.php">Customer Testimonials</a></li>
</ul>
<p><a class="sectiontitle" href="/dealers_main.php"> DEALERS</a></p>
<ul>
<li> <a class="text" href="/dealers_main.php">United States</a></li>
<li><a class="text" href="/dealers_main.php"> International</a></li>
<li><a class="text" href="/dealers_request.php">Become a DiPinto Dealer</a></li>
</ul>
<p><a class="sectiontitle" href="/contact.php">CONTACT DIPINTO</a></p>
<ul>
<li><a class="text" href="http://www.mapquest.com/maps/map.adp?country=US&amp;countryid=US&amp;addtohistory=&amp;searchtab=address&amp;searchtype=address&amp;address=631%2BNorth%2B2nd%2BStreet&amp;city=Philadelphia&amp;state=PA&amp;zipcode=&amp;search=%2B%2BSearch%2B%2B" target="_blank">Directions to the Retail Shop</a></li>
</ul>
<p><a class="sectiontitle" href="/list.php">MAILING LIST</a></p>
<ul>
<li><a class="text" href="/list.php">Opt-In</a></li>
<li><a class="text" href="mailto:[email protected]?subject=Request_Remove_From_Mailing_List">Opt-Out</a></li>
</ul></td>
</tr>
<tr>
<td class="link" width="1"> </td>
<td align="left" class="text" valign="top" width="49%"> </td>
<td align="left" class="text" valign="top" width="49%"> </td>
</tr>
</table></td>
</tr>
<tr>
<td align="left" background="images/side-1_r11_c1.gif" valign="top"> </td>
<td align="center" class="footer" height="50" valign="middle"><p><a class="footer" href="/">Home</a> <font color="#FF6600">|</font> 
         <a class="footer" href="/guitars_main.php">Guitars</a> <font color="#FF6600">|</font> 
         <a class="footer" href="/basses_main.php">Basses</a> <font color="#FF6600">|</font> 
         <a class="footer" href="/gallery_main.php">Artist Gallery</a> <font color="#FF6600">|</font> 
         <a class="footer" href="/accessories.php">Accessories</a> <font color="#FF6600">|</font> 
         <a class="footer" href="/vintage_main.php">DiPinto Vintage</a><br/>
<a class="footer" href="/press_main.php">Press/Reviews</a> <font color="#FF6600">|</font> 
         <a class="footer" href="/faqs.php">FAQs</a>  <font color="#FF6600">|</font> 
         <a class="footer" href="/dealers_main.php">DiPinto Dealers</a> <font color="#FF6600">|</font> 
         <a class="footer" href="/contact.php">Contact DiPinto</a> <font color="#FF6600">|</font> 
         <a class="footer" href="/about.php">About Us</a> <font color="#FF6600">|</font> 
         <a class="footer" href="/list.php">Join Mailing List</a> <font color="#FF6600">|</font> 
         <a class="footer" href="/sitemap.php">Site Map</a> <font color="#FF6600">|</font> 
         <a class="footer" href="/links.php">Links</a></p>
<p>© 2004-
		<script type="text/javascript">
		now = new Date
		theYear=now.getYear()
		if (theYear < 1900)
		theYear=theYear+1900
		document.write(theYear)
		</script>
		DiPinto Guitars.</p></td>
</tr>
</table>
</body>
</html>

Unknown Firewall (8f9e022f2)

WhatWaf version: 0.3.1
Running context: ./whatwaf.py -u ********************************************* --ra
Fingerprint:

<!---

Unknown Firewall (683e62936)

WhatWaf version: 0.4
Running context: whatwaf.py -f test.txt --ra --payloads= AND 1=1 UNION ALL SELECT 1,NULL,'<script>alert("XSS")</script>',table_name FROM information_schema.tables WHERE 2>1--/**/; EXEC xp_cmdshell('cat ../../../etc/passwd')# --tamper-int 1
Fingerprint:

<!---
HTTP 1.1
Status code: 503
HTTP headers: {'Content-Length': '299', 'Keep-Alive': 'timeout=15', 'Server': 'Apache', 'Connection': 'keep-alive', 'Date': 'Thu, 10 May 2018 18:42:18 GMT', 'Content-Type': 'text/html; charset=iso-8859-1'}
--->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">

<html><head>
<title>503 Service Unavailable</title>
</head><body>
<h1>Service Unavailable</h1>
<p>The server is temporarily unable to service your
request due to maintenance downtime or capacity
problems. Please try again later.</p>
</body></html>

Unknown Firewall (173ef32ac)

WhatWaf version: 0.4.1
Running context: whatwaf.py -f test.txt --ra --payloads= AND 1=1 UNION ALL SELECT 1,NULL,'<script>alert("XSS")</script>',table_name FROM information_schema.tables WHERE 2>1--/**/; EXEC xp_cmdshell('cat ../../../etc/passwd')# --tamper-int 1 --skip
Fingerprint:

<!---
HTTP 1.1
Status code: 403
HTTP headers: {'Date': 'Thu, 10 May 2018 20:29:35 GMT', 'Content-Length': '397', 'Content-Type': 'text/html; charset=iso-8859-1', 'Connection': 'Keep-Alive', 'Server': 'Europa'}
--->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">

<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access /erasmus_mundus/programme/action2_en.php AND 1=1 UNION ALL SELECT 1,NULL,'&lt;script&gt;alert("XSS")&lt;/script&gt;',table_name FROM information_schema.tables WHERE 2&gt;1--/etc/passwd')
on this server.</p>
</body></html>

Firewalls

To be implemented in the next 10 days if not contacted:

  • Gladius
  • Expression engine
  • Safe3
  • Radware
  • Wallarm

Unknown Firewall (e)

WhatWaf version: 0.1.17
Running context: ./whatwaf.py -u ********************* --skip --ra --verbose
Fingerprint:

HTTP 1.1
Status code: 403
HTTP headers: {'Expect-CT': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'Content-Encoding': 'gzip', 'Transfer-Encoding': 'chunked', 'Set-Cookie': '__cfduid=d5cbcfae4234ca9bdbee749da89f3f4771524599860; expires=Wed, 24-Apr-19 19:57:40 GMT; path=/; domain=.gladius.io; HttpOnly; Secure', 'Expires': 'Tue, 24 Apr 2018 19:57:55 GMT', 'Server': 'cloudflare', 'Connection': 'keep-alive', 'Cache-Control': 'max-age=15', 'Date': 'Tue, 24 Apr 2018 19:57:40 GMT', 'X-Frame-Options': 'SAMEORIGIN', 'Content-Type': 'text/html; charset=UTF-8', 'CF-RAY': '410b23e6d8a71189-DFW'}
--->
<!DOCTYPE html>

<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
<!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
<!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
<head>
<title>Attention Required! | Cloudflare</title>
<meta charset="utf-8"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta content="IE=Edge,chrome=1" http-equiv="X-UA-Compatible"/>
<meta content="noindex, nofollow" name="robots"/>
<meta content="width=device-width,initial-scale=1,maximum-scale=1" name="viewport"/>
<link href="/cdn-cgi/styles/cf.errors.css" id="cf_styles-css" media="screen,projection" rel="stylesheet" type="text/css"/>
<!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" type="text/css" media="screen,projection" /><![endif]-->
<style type="text/css">body{margin:0;padding:0}</style>
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/zepto.min.js" type="text/javascript"></script><!--<![endif]-->
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/cf.common.js" type="text/javascript"></script><!--<![endif]-->
</head>
<body>
<div id="cf-wrapper">
<div class="cf-alert cf-alert-error cf-cookie-error" data-translate="enable_cookies" id="cookie-alert">Please enable cookies.</div>
<div class="cf-error-details-wrapper" id="cf-error-details">
<div class="cf-wrapper cf-header cf-error-overview">
<h1 data-translate="block_headline">Sorry, you have been blocked</h1>
<h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> gladius.io</h2>
</div><!-- /.header -->
<div class="cf-section cf-highlight">
<div class="cf-wrapper">
<div class="cf-screenshot-container cf-screenshot-full">
<span class="cf-no-screenshot error"></span>
</div>
</div>
</div><!-- /.captcha-container -->
<div class="cf-section cf-wrapper">
<div class="cf-columns two">
<div class="cf-column">
<h2 data-translate="blocked_why_headline">Why have I been blocked?</h2>
<p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p>
</div>
<div class="cf-column">
<h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2>
<p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p>
</div>
</div>
</div><!-- /.section -->
<div class="cf-error-footer cf-wrapper">
<p>
<span class="cf-footer-item">Cloudflare Ray ID: <strong>410b23e6d8a71189</strong></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Your IP</span>: 70.167.24.195</span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Performance &amp; security by</span> <a href="https://www.cloudflare.com/5xx-error-landing?utm_source=error_footer" id="brand_link" target="_blank">Cloudflare</a></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item">
<select id="lang-selector">
<option value="">Select a Language</option>
<option value="en">English</option>
<option value="es">Español</option>
</select>
</span>
</p>
</div><!-- /.error-footer -->
</div><!-- /#cf-error-details -->
</div><!-- /#cf-wrapper -->
<script type="text/javascript">
  window._cf_translation = {};
  window._cf_translation.locale = 'en';
  window._cf_translation.blobs = {};
</script>
</body>
</html>
<!---
HTTP 1.1
Status code: 403
HTTP headers: {'Expect-CT': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'Content-Encoding': 'gzip', 'Transfer-Encoding': 'chunked', 'Set-Cookie': '__cfduid=d0eb72d114818876965303757a729dce31524599967; expires=Wed, 24-Apr-19 19:59:27 GMT; path=/; domain=.gladius.io; HttpOnly; Secure', 'Expires': 'Tue, 24 Apr 2018 19:59:42 GMT', 'Server': 'cloudflare', 'Connection': 'keep-alive', 'Cache-Control': 'max-age=15', 'Date': 'Tue, 24 Apr 2018 19:59:27 GMT', 'X-Frame-Options': 'SAMEORIGIN', 'Content-Type': 'text/html; charset=UTF-8', 'CF-RAY': '410b26867d895909-DFW'}
--->
<!DOCTYPE html>

<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
<!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
<!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
<head>
<title>Attention Required! | Cloudflare</title>
<meta charset="utf-8"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta content="IE=Edge,chrome=1" http-equiv="X-UA-Compatible"/>
<meta content="noindex, nofollow" name="robots"/>
<meta content="width=device-width,initial-scale=1,maximum-scale=1" name="viewport"/>
<link href="/cdn-cgi/styles/cf.errors.css" id="cf_styles-css" media="screen,projection" rel="stylesheet" type="text/css"/>
<!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" type="text/css" media="screen,projection" /><![endif]-->
<style type="text/css">body{margin:0;padding:0}</style>
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/zepto.min.js" type="text/javascript"></script><!--<![endif]-->
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/cf.common.js" type="text/javascript"></script><!--<![endif]-->
</head>
<body>
<div id="cf-wrapper">
<div class="cf-alert cf-alert-error cf-cookie-error" data-translate="enable_cookies" id="cookie-alert">Please enable cookies.</div>
<div class="cf-error-details-wrapper" id="cf-error-details">
<div class="cf-wrapper cf-header cf-error-overview">
<h1 data-translate="block_headline">Sorry, you have been blocked</h1>
<h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> gladius.io</h2>
</div><!-- /.header -->
<div class="cf-section cf-highlight">
<div class="cf-wrapper">
<div class="cf-screenshot-container cf-screenshot-full">
<span class="cf-no-screenshot error"></span>
</div>
</div>
</div><!-- /.captcha-container -->
<div class="cf-section cf-wrapper">
<div class="cf-columns two">
<div class="cf-column">
<h2 data-translate="blocked_why_headline">Why have I been blocked?</h2>
<p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p>
</div>
<div class="cf-column">
<h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2>
<p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p>
</div>
</div>
</div><!-- /.section -->
<div class="cf-error-footer cf-wrapper">
<p>
<span class="cf-footer-item">Cloudflare Ray ID: <strong>410b26867d895909</strong></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Your IP</span>: 70.167.24.195</span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Performance &amp; security by</span> <a href="https://www.cloudflare.com/5xx-error-landing?utm_source=error_footer" id="brand_link" target="_blank">Cloudflare</a></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item">
<select id="lang-selector">
<option value="">Select a Language</option>
<option value="en">English</option>
<option value="es">Español</option>
</select>
</span>
</p>
</div><!-- /.error-footer -->
</div><!-- /#cf-error-details -->
</div><!-- /#cf-wrapper -->
<script type="text/javascript">
  window._cf_translation = {};
  window._cf_translation.locale = 'en';
  window._cf_translation.blobs = {};
</script>
</body>
</html>
<!---
HTTP 1.1
Status code: 403
HTTP headers: {'Expect-CT': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'Content-Encoding': 'gzip', 'Transfer-Encoding': 'chunked', 'Set-Cookie': '__cfduid=dbdf59a280b5a3484e619364439ed71ba1524600007; expires=Wed, 24-Apr-19 20:00:07 GMT; path=/; domain=.gladius.io; HttpOnly; Secure', 'Expires': 'Tue, 24 Apr 2018 20:00:22 GMT', 'Server': 'cloudflare', 'Connection': 'keep-alive', 'Cache-Control': 'max-age=15', 'Date': 'Tue, 24 Apr 2018 20:00:07 GMT', 'X-Frame-Options': 'SAMEORIGIN', 'Content-Type': 'text/html; charset=UTF-8', 'CF-RAY': '410b277bea3a116b-DFW'}
--->
<!DOCTYPE html>

<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
<!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
<!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
<head>
<title>Attention Required! | Cloudflare</title>
<meta charset="utf-8"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta content="IE=Edge,chrome=1" http-equiv="X-UA-Compatible"/>
<meta content="noindex, nofollow" name="robots"/>
<meta content="width=device-width,initial-scale=1,maximum-scale=1" name="viewport"/>
<link href="/cdn-cgi/styles/cf.errors.css" id="cf_styles-css" media="screen,projection" rel="stylesheet" type="text/css"/>
<!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" type="text/css" media="screen,projection" /><![endif]-->
<style type="text/css">body{margin:0;padding:0}</style>
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/zepto.min.js" type="text/javascript"></script><!--<![endif]-->
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/cf.common.js" type="text/javascript"></script><!--<![endif]-->
</head>
<body>
<div id="cf-wrapper">
<div class="cf-alert cf-alert-error cf-cookie-error" data-translate="enable_cookies" id="cookie-alert">Please enable cookies.</div>
<div class="cf-error-details-wrapper" id="cf-error-details">
<div class="cf-wrapper cf-header cf-error-overview">
<h1 data-translate="block_headline">Sorry, you have been blocked</h1>
<h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> gladius.io</h2>
</div><!-- /.header -->
<div class="cf-section cf-highlight">
<div class="cf-wrapper">
<div class="cf-screenshot-container cf-screenshot-full">
<span class="cf-no-screenshot error"></span>
</div>
</div>
</div><!-- /.captcha-container -->
<div class="cf-section cf-wrapper">
<div class="cf-columns two">
<div class="cf-column">
<h2 data-translate="blocked_why_headline">Why have I been blocked?</h2>
<p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p>
</div>
<div class="cf-column">
<h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2>
<p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p>
</div>
</div>
</div><!-- /.section -->
<div class="cf-error-footer cf-wrapper">
<p>
<span class="cf-footer-item">Cloudflare Ray ID: <strong>410b277bea3a116b</strong></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Your IP</span>: 70.167.24.195</span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Performance &amp; security by</span> <a href="https://www.cloudflare.com/5xx-error-landing?utm_source=error_footer" id="brand_link" target="_blank">Cloudflare</a></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item">
<select id="lang-selector">
<option value="">Select a Language</option>
<option value="en">English</option>
<option value="es">Español</option>
</select>
</span>
</p>
</div><!-- /.error-footer -->
</div><!-- /#cf-error-details -->
</div><!-- /#cf-wrapper -->
<script type="text/javascript">
  window._cf_translation = {};
  window._cf_translation.locale = 'en';
  window._cf_translation.blobs = {};
</script>
</body>
</html>
<!---
HTTP 1.1
Status code: 403
HTTP headers: {'Expect-CT': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'Content-Encoding': 'gzip', 'Transfer-Encoding': 'chunked', 'Set-Cookie': '__cfduid=d96492b16a5031d52aa5f9d2f3a57d3d71524600095; expires=Wed, 24-Apr-19 20:01:35 GMT; path=/; domain=.gladius.io; HttpOnly; Secure', 'Expires': 'Tue, 24 Apr 2018 20:01:50 GMT', 'Server': 'cloudflare', 'Connection': 'keep-alive', 'Cache-Control': 'max-age=15', 'Date': 'Tue, 24 Apr 2018 20:01:35 GMT', 'X-Frame-Options': 'SAMEORIGIN', 'Content-Type': 'text/html; charset=UTF-8', 'CF-RAY': '410b29a2dfc81189-DFW'}
--->
<!DOCTYPE html>

<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
<!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
<!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
<head>
<title>Attention Required! | Cloudflare</title>
<meta charset="utf-8"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta content="IE=Edge,chrome=1" http-equiv="X-UA-Compatible"/>
<meta content="noindex, nofollow" name="robots"/>
<meta content="width=device-width,initial-scale=1,maximum-scale=1" name="viewport"/>
<link href="/cdn-cgi/styles/cf.errors.css" id="cf_styles-css" media="screen,projection" rel="stylesheet" type="text/css"/>
<!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" type="text/css" media="screen,projection" /><![endif]-->
<style type="text/css">body{margin:0;padding:0}</style>
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/zepto.min.js" type="text/javascript"></script><!--<![endif]-->
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/cf.common.js" type="text/javascript"></script><!--<![endif]-->
</head>
<body>
<div id="cf-wrapper">
<div class="cf-alert cf-alert-error cf-cookie-error" data-translate="enable_cookies" id="cookie-alert">Please enable cookies.</div>
<div class="cf-error-details-wrapper" id="cf-error-details">
<div class="cf-wrapper cf-header cf-error-overview">
<h1 data-translate="block_headline">Sorry, you have been blocked</h1>
<h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> gladius.io</h2>
</div><!-- /.header -->
<div class="cf-section cf-highlight">
<div class="cf-wrapper">
<div class="cf-screenshot-container cf-screenshot-full">
<span class="cf-no-screenshot error"></span>
</div>
</div>
</div><!-- /.captcha-container -->
<div class="cf-section cf-wrapper">
<div class="cf-columns two">
<div class="cf-column">
<h2 data-translate="blocked_why_headline">Why have I been blocked?</h2>
<p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p>
</div>
<div class="cf-column">
<h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2>
<p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p>
</div>
</div>
</div><!-- /.section -->
<div class="cf-error-footer cf-wrapper">
<p>
<span class="cf-footer-item">Cloudflare Ray ID: <strong>410b29a2dfc81189</strong></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Your IP</span>: 70.167.24.195</span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Performance &amp; security by</span> <a href="https://www.cloudflare.com/5xx-error-landing?utm_source=error_footer" id="brand_link" target="_blank">Cloudflare</a></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item">
<select id="lang-selector">
<option value="">Select a Language</option>
<option value="en">English</option>
<option value="es">Español</option>
</select>
</span>
</p>
</div><!-- /.error-footer -->
</div><!-- /#cf-error-details -->
</div><!-- /#cf-wrapper -->
<script type="text/javascript">
  window._cf_translation = {};
  window._cf_translation.locale = 'en';
  window._cf_translation.blobs = {};
</script>
</body>
</html>

Unknown Firewall (a2a57b2cc)

WhatWaf version: 0.5.3
Running context: ./whatwaf.py -f test.txt --ra --tamper-int 1 --verify-num 7 --pl payloads.txt -F -C --check-tor --tor --skip --fingerprint
Fingerprint:

<!---
HTTP 1.1
Status code: 403
HTTP headers: {'Date': 'Tue, 15 May 2018 20:34:50 GMT', 'Content-Length': '162', 'Content-Type': 'text/html', 'Connection': 'keep-alive', 'Server': 'nginx'}
--->
<html>
<head><title>403 Forbidden</title></head>
<body bgcolor="white">
<center><h1>403 Forbidden</h1></center>
<hr/><center>nginx</center>
</body>
</html>

Unknown Firewall (6556c02e4)

WhatWaf version: 0.1.17
Running context: ./whatwaf.py -u ********************* --skip --ra --verbose
Fingerprint:

HTTP 1.1
Status code: 403
HTTP headers: {'Expect-CT': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'Content-Encoding': 'gzip', 'Transfer-Encoding': 'chunked', 'Set-Cookie': '__cfduid=d5cbcfae4234ca9bdbee749da89f3f4771524599860; expires=Wed, 24-Apr-19 19:57:40 GMT; path=/; domain=.gladius.io; HttpOnly; Secure', 'Expires': 'Tue, 24 Apr 2018 19:57:55 GMT', 'Server': 'cloudflare', 'Connection': 'keep-alive', 'Cache-Control': 'max-age=15', 'Date': 'Tue, 24 Apr 2018 19:57:40 GMT', 'X-Frame-Options': 'SAMEORIGIN', 'Content-Type': 'text/html; charset=UTF-8', 'CF-RAY': '410b23e6d8a71189-DFW'}
--->
<!DOCTYPE html>

<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
<!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
<!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
<head>
<title>Attention Required! | Cloudflare</title>
<meta charset="utf-8"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta content="IE=Edge,chrome=1" http-equiv="X-UA-Compatible"/>
<meta content="noindex, nofollow" name="robots"/>
<meta content="width=device-width,initial-scale=1,maximum-scale=1" name="viewport"/>
<link href="/cdn-cgi/styles/cf.errors.css" id="cf_styles-css" media="screen,projection" rel="stylesheet" type="text/css"/>
<!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" type="text/css" media="screen,projection" /><![endif]-->
<style type="text/css">body{margin:0;padding:0}</style>
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/zepto.min.js" type="text/javascript"></script><!--<![endif]-->
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/cf.common.js" type="text/javascript"></script><!--<![endif]-->
</head>
<body>
<div id="cf-wrapper">
<div class="cf-alert cf-alert-error cf-cookie-error" data-translate="enable_cookies" id="cookie-alert">Please enable cookies.</div>
<div class="cf-error-details-wrapper" id="cf-error-details">
<div class="cf-wrapper cf-header cf-error-overview">
<h1 data-translate="block_headline">Sorry, you have been blocked</h1>
<h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> gladius.io</h2>
</div><!-- /.header -->
<div class="cf-section cf-highlight">
<div class="cf-wrapper">
<div class="cf-screenshot-container cf-screenshot-full">
<span class="cf-no-screenshot error"></span>
</div>
</div>
</div><!-- /.captcha-container -->
<div class="cf-section cf-wrapper">
<div class="cf-columns two">
<div class="cf-column">
<h2 data-translate="blocked_why_headline">Why have I been blocked?</h2>
<p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p>
</div>
<div class="cf-column">
<h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2>
<p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p>
</div>
</div>
</div><!-- /.section -->
<div class="cf-error-footer cf-wrapper">
<p>
<span class="cf-footer-item">Cloudflare Ray ID: <strong>410b23e6d8a71189</strong></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Your IP</span>: 70.167.24.195</span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Performance &amp; security by</span> <a href="https://www.cloudflare.com/5xx-error-landing?utm_source=error_footer" id="brand_link" target="_blank">Cloudflare</a></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item">
<select id="lang-selector">
<option value="">Select a Language</option>
<option value="en">English</option>
<option value="es">Español</option>
</select>
</span>
</p>
</div><!-- /.error-footer -->
</div><!-- /#cf-error-details -->
</div><!-- /#cf-wrapper -->
<script type="text/javascript">
  window._cf_translation = {};
  window._cf_translation.locale = 'en';
  window._cf_translation.blobs = {};
</script>
</body>
</html>
<!---
HTTP 1.1
Status code: 403
HTTP headers: {'Expect-CT': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'Content-Encoding': 'gzip', 'Transfer-Encoding': 'chunked', 'Set-Cookie': '__cfduid=d0eb72d114818876965303757a729dce31524599967; expires=Wed, 24-Apr-19 19:59:27 GMT; path=/; domain=.gladius.io; HttpOnly; Secure', 'Expires': 'Tue, 24 Apr 2018 19:59:42 GMT', 'Server': 'cloudflare', 'Connection': 'keep-alive', 'Cache-Control': 'max-age=15', 'Date': 'Tue, 24 Apr 2018 19:59:27 GMT', 'X-Frame-Options': 'SAMEORIGIN', 'Content-Type': 'text/html; charset=UTF-8', 'CF-RAY': '410b26867d895909-DFW'}
--->
<!DOCTYPE html>

<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
<!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
<!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
<head>
<title>Attention Required! | Cloudflare</title>
<meta charset="utf-8"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta content="IE=Edge,chrome=1" http-equiv="X-UA-Compatible"/>
<meta content="noindex, nofollow" name="robots"/>
<meta content="width=device-width,initial-scale=1,maximum-scale=1" name="viewport"/>
<link href="/cdn-cgi/styles/cf.errors.css" id="cf_styles-css" media="screen,projection" rel="stylesheet" type="text/css"/>
<!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" type="text/css" media="screen,projection" /><![endif]-->
<style type="text/css">body{margin:0;padding:0}</style>
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/zepto.min.js" type="text/javascript"></script><!--<![endif]-->
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/cf.common.js" type="text/javascript"></script><!--<![endif]-->
</head>
<body>
<div id="cf-wrapper">
<div class="cf-alert cf-alert-error cf-cookie-error" data-translate="enable_cookies" id="cookie-alert">Please enable cookies.</div>
<div class="cf-error-details-wrapper" id="cf-error-details">
<div class="cf-wrapper cf-header cf-error-overview">
<h1 data-translate="block_headline">Sorry, you have been blocked</h1>
<h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> gladius.io</h2>
</div><!-- /.header -->
<div class="cf-section cf-highlight">
<div class="cf-wrapper">
<div class="cf-screenshot-container cf-screenshot-full">
<span class="cf-no-screenshot error"></span>
</div>
</div>
</div><!-- /.captcha-container -->
<div class="cf-section cf-wrapper">
<div class="cf-columns two">
<div class="cf-column">
<h2 data-translate="blocked_why_headline">Why have I been blocked?</h2>
<p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p>
</div>
<div class="cf-column">
<h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2>
<p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p>
</div>
</div>
</div><!-- /.section -->
<div class="cf-error-footer cf-wrapper">
<p>
<span class="cf-footer-item">Cloudflare Ray ID: <strong>410b26867d895909</strong></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Your IP</span>: 70.167.24.195</span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Performance &amp; security by</span> <a href="https://www.cloudflare.com/5xx-error-landing?utm_source=error_footer" id="brand_link" target="_blank">Cloudflare</a></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item">
<select id="lang-selector">
<option value="">Select a Language</option>
<option value="en">English</option>
<option value="es">Español</option>
</select>
</span>
</p>
</div><!-- /.error-footer -->
</div><!-- /#cf-error-details -->
</div><!-- /#cf-wrapper -->
<script type="text/javascript">
  window._cf_translation = {};
  window._cf_translation.locale = 'en';
  window._cf_translation.blobs = {};
</script>
</body>
</html>
<!---
HTTP 1.1
Status code: 403
HTTP headers: {'Expect-CT': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'Content-Encoding': 'gzip', 'Transfer-Encoding': 'chunked', 'Set-Cookie': '__cfduid=dbdf59a280b5a3484e619364439ed71ba1524600007; expires=Wed, 24-Apr-19 20:00:07 GMT; path=/; domain=.gladius.io; HttpOnly; Secure', 'Expires': 'Tue, 24 Apr 2018 20:00:22 GMT', 'Server': 'cloudflare', 'Connection': 'keep-alive', 'Cache-Control': 'max-age=15', 'Date': 'Tue, 24 Apr 2018 20:00:07 GMT', 'X-Frame-Options': 'SAMEORIGIN', 'Content-Type': 'text/html; charset=UTF-8', 'CF-RAY': '410b277bea3a116b-DFW'}
--->
<!DOCTYPE html>

<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
<!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
<!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
<head>
<title>Attention Required! | Cloudflare</title>
<meta charset="utf-8"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta content="IE=Edge,chrome=1" http-equiv="X-UA-Compatible"/>
<meta content="noindex, nofollow" name="robots"/>
<meta content="width=device-width,initial-scale=1,maximum-scale=1" name="viewport"/>
<link href="/cdn-cgi/styles/cf.errors.css" id="cf_styles-css" media="screen,projection" rel="stylesheet" type="text/css"/>
<!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" type="text/css" media="screen,projection" /><![endif]-->
<style type="text/css">body{margin:0;padding:0}</style>
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/zepto.min.js" type="text/javascript"></script><!--<![endif]-->
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/cf.common.js" type="text/javascript"></script><!--<![endif]-->
</head>
<body>
<div id="cf-wrapper">
<div class="cf-alert cf-alert-error cf-cookie-error" data-translate="enable_cookies" id="cookie-alert">Please enable cookies.</div>
<div class="cf-error-details-wrapper" id="cf-error-details">
<div class="cf-wrapper cf-header cf-error-overview">
<h1 data-translate="block_headline">Sorry, you have been blocked</h1>
<h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> gladius.io</h2>
</div><!-- /.header -->
<div class="cf-section cf-highlight">
<div class="cf-wrapper">
<div class="cf-screenshot-container cf-screenshot-full">
<span class="cf-no-screenshot error"></span>
</div>
</div>
</div><!-- /.captcha-container -->
<div class="cf-section cf-wrapper">
<div class="cf-columns two">
<div class="cf-column">
<h2 data-translate="blocked_why_headline">Why have I been blocked?</h2>
<p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p>
</div>
<div class="cf-column">
<h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2>
<p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p>
</div>
</div>
</div><!-- /.section -->
<div class="cf-error-footer cf-wrapper">
<p>
<span class="cf-footer-item">Cloudflare Ray ID: <strong>410b277bea3a116b</strong></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Your IP</span>: 70.167.24.195</span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Performance &amp; security by</span> <a href="https://www.cloudflare.com/5xx-error-landing?utm_source=error_footer" id="brand_link" target="_blank">Cloudflare</a></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item">
<select id="lang-selector">
<option value="">Select a Language</option>
<option value="en">English</option>
<option value="es">Español</option>
</select>
</span>
</p>
</div><!-- /.error-footer -->
</div><!-- /#cf-error-details -->
</div><!-- /#cf-wrapper -->
<script type="text/javascript">
  window._cf_translation = {};
  window._cf_translation.locale = 'en';
  window._cf_translation.blobs = {};
</script>
</body>
</html>
<!---
HTTP 1.1
Status code: 403
HTTP headers: {'Expect-CT': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'Content-Encoding': 'gzip', 'Transfer-Encoding': 'chunked', 'Set-Cookie': '__cfduid=d96492b16a5031d52aa5f9d2f3a57d3d71524600095; expires=Wed, 24-Apr-19 20:01:35 GMT; path=/; domain=.gladius.io; HttpOnly; Secure', 'Expires': 'Tue, 24 Apr 2018 20:01:50 GMT', 'Server': 'cloudflare', 'Connection': 'keep-alive', 'Cache-Control': 'max-age=15', 'Date': 'Tue, 24 Apr 2018 20:01:35 GMT', 'X-Frame-Options': 'SAMEORIGIN', 'Content-Type': 'text/html; charset=UTF-8', 'CF-RAY': '410b29a2dfc81189-DFW'}
--->
<!DOCTYPE html>

<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
<!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
<!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
<head>
<title>Attention Required! | Cloudflare</title>
<meta charset="utf-8"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta content="IE=Edge,chrome=1" http-equiv="X-UA-Compatible"/>
<meta content="noindex, nofollow" name="robots"/>
<meta content="width=device-width,initial-scale=1,maximum-scale=1" name="viewport"/>
<link href="/cdn-cgi/styles/cf.errors.css" id="cf_styles-css" media="screen,projection" rel="stylesheet" type="text/css"/>
<!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" type="text/css" media="screen,projection" /><![endif]-->
<style type="text/css">body{margin:0;padding:0}</style>
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/zepto.min.js" type="text/javascript"></script><!--<![endif]-->
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/cf.common.js" type="text/javascript"></script><!--<![endif]-->
</head>
<body>
<div id="cf-wrapper">
<div class="cf-alert cf-alert-error cf-cookie-error" data-translate="enable_cookies" id="cookie-alert">Please enable cookies.</div>
<div class="cf-error-details-wrapper" id="cf-error-details">
<div class="cf-wrapper cf-header cf-error-overview">
<h1 data-translate="block_headline">Sorry, you have been blocked</h1>
<h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> gladius.io</h2>
</div><!-- /.header -->
<div class="cf-section cf-highlight">
<div class="cf-wrapper">
<div class="cf-screenshot-container cf-screenshot-full">
<span class="cf-no-screenshot error"></span>
</div>
</div>
</div><!-- /.captcha-container -->
<div class="cf-section cf-wrapper">
<div class="cf-columns two">
<div class="cf-column">
<h2 data-translate="blocked_why_headline">Why have I been blocked?</h2>
<p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p>
</div>
<div class="cf-column">
<h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2>
<p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p>
</div>
</div>
</div><!-- /.section -->
<div class="cf-error-footer cf-wrapper">
<p>
<span class="cf-footer-item">Cloudflare Ray ID: <strong>410b29a2dfc81189</strong></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Your IP</span>: 70.167.24.195</span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Performance &amp; security by</span> <a href="https://www.cloudflare.com/5xx-error-landing?utm_source=error_footer" id="brand_link" target="_blank">Cloudflare</a></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item">
<select id="lang-selector">
<option value="">Select a Language</option>
<option value="en">English</option>
<option value="es">Español</option>
</select>
</span>
</p>
</div><!-- /.error-footer -->
</div><!-- /#cf-error-details -->
</div><!-- /#cf-wrapper -->
<script type="text/javascript">
  window._cf_translation = {};
  window._cf_translation.locale = 'en';
  window._cf_translation.blobs = {};
</script>
</body>
</html>

Unknown Firewall (ba2193b29)

WhatWaf version: 0.4.4
Running context: whatwaf.py -u ****************
Fingerprint:

<!---
HTTP 1.1
Status code: 404
HTTP headers: {'Date': 'Mon, 14 May 2018 05:53:38 GMT', 'Content-Length': '175', 'Content-Type': 'text/html', 'Connection': 'keep-alive', 'Server': 'openresty/1.11.2.5'}
--->
<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr/><center>openresty/1.11.2.5</center>
</body>
</html>

Unknown Firewall (7ba620f97)

WhatWaf version: 0.4.2
Running context: whatwaf.py -f test.txt --ra --payloads= AND 1=1 UNION ALL SELECT 1,NULL,'<script>alert("XSS")</script>',table_name FROM information_schema.tables WHERE 2>1--/**/; EXEC xp_cmdshell('cat ../../../etc/passwd')# --tamper-int 1 --skip
Fingerprint:

<!---
HTTP 1.1
Status code: 404
HTTP headers: {'Date': 'Thu, 10 May 2018 20:43:31 GMT', 'Content-Length': '1738', 'Referrer-Policy': 'no-referrer', 'Content-Type': 'text/html; charset=UTF-8'}
--->
<!DOCTYPE html>

<html lang="en">
<meta charset="utf-8"/>
<meta content="initial-scale=1, minimum-scale=1, width=device-width" name="viewport"/>
<title>Error 404 (Not Found)!!1</title>
<style>
    *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}
  </style>
<a href="//www.google.com/"><span aria-label="Google" id="logo"></span></a>
<p><b>404.</b> <ins>That’s an error.</ins>
<p>The requested URL <code>/%20AND%201=1%20UNION%20ALL%20SELECT%201,NULL,'%3Cscript%3Ealert(%22XSS%22)%3C/script%3E',table_name%20FROM%20information_schema.tables%20WHERE%202%3E1--/etc/passwd')</code> was not found on this server.  <ins>That’s all we know.</ins>
</p></p></html>

Unknown Firewall (8f9e022f2)

WhatWaf version: 0.3.1
Running context: ./whatwaf.py -u ********************************************* --ra
Fingerprint:

<!---

Unknown Firewall (b31175767)

WhatWaf version: 0.5.3
Running context: ./whatwaf.py -f test.txt --ra --tamper-int 1 --verify-num 7 --pl payloads.txt -F -C --check-tor --tor --skip --fingerprint
Fingerprint:

<!---
HTTP 1.1
Status code: 403
HTTP headers: {'Content-Length': '1830', 'Content-Encoding': 'gzip', 'Server': 'nginx', 'Connection': 'keep-alive', 'Date': 'Tue, 15 May 2018 20:36:44 GMT', 'Content-Type': 'text/html'}
--->
<!DOCTYPE html>

<html lang="en">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<title>Access to this page has been denied.</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300" rel="stylesheet"/>
<style>
        html, body {
            margin: 0;
            padding: 0;
            font-family: 'Open Sans', sans-serif;
            color: #000;
        }

        a {
            color: #c5c5c5;
            text-decoration: none;
        }

        .container {
            align-items: center;
            display: flex;
            flex: 1;
            justify-content: space-between;
            flex-direction: column;
            height: 100%;
        }

        .container > div {
            width: 100%;
            display: flex;
            justify-content: center;
        }

        .container > div > div {
            display: flex;
            width: 80%;
        }

        .customer-logo-wrapper {
            padding-top: 2rem;
            flex-grow: 0;
            background-color: #fff;
            visibility: hidden;
        }

        .customer-logo {
            border-bottom: 1px solid #000;
        }

        .customer-logo > img {
            padding-bottom: 1rem;
            max-height: 50px;
            max-width: 100%;
        }

        .page-title-wrapper {
            flex-grow: 2;
        }

        .page-title {
            flex-direction: column-reverse;
        }

        .content-wrapper {
            flex-grow: 5;
        }

        .content {
            flex-direction: column;
        }

        .page-footer-wrapper {
            align-items: center;
            flex-grow: 0.2;
            background-color: #000;
            color: #c5c5c5;
            font-size: 70%;
        }

        @media (min-width: 768px) {
            html, body {
                height: 100%;
            }
        }
    </style>
<!-- Custom CSS -->
<script async="" defer="" src="https://www.google.com/recaptcha/api.js"></script>
</head>
<body>
<section class="container">
<div class="customer-logo-wrapper">
<div class="customer-logo">
<img alt="Logo" src=""/>
</div>
</div>
<div class="page-title-wrapper">
<div class="page-title">
<h1>Please verify you are a human</h1>
</div>
</div>
<div class="content-wrapper">
<div class="content">
<p>
                Please click "I am not a robot" to continue
            </p>
<div class="g-recaptcha" data-callback="handleCaptcha" data-sitekey="6Lcj-R8TAAAAABs3FrRPuQhLMbp5QrHsHufzLf7b" data-theme="dark">
</div>
<p>
                Access to this page has been denied because we believe you are using automation tools to browse the
                website.
            </p>
<p>
                This may happen as a result of the following:
            </p>
<ul>
<li>
                    Javascript is disabled or blocked by an extension (ad blockers for example)
                </li>
<li>
                    Your browser does not support cookies
                </li>
</ul>
<p>
                Please make sure that Javascript and cookies are enabled on your browser and that you are not blocking
                them from loading.
            </p>
<p>
                Reference ID: #ae6ed4b0-587f-11e8-9f35-410711ec2771
            </p>
</div>
</div>
<div class="page-footer-wrapper">
<div class="page-footer">
<p>
                Powered by
                <a href="https://www.perimeterx.com/whywasiblocked">PerimeterX</a>
                , Inc.
            </p>
</div>
</div>
</section>
<!-- Px -->
<script>
    (
            function () {
                window._pxAppId = 'PXzYvFOXaC';
                var p = document.getElementsByTagName("script")[0], s = document.createElement("script");

                s.async = 1;
                s.src = '/zYvFOXaC/init.js';
                p.parentNode.insertBefore(s, p);
                    s.onerror = function() {
                      s = document.createElement('script');
                      s.src = '//client.perimeterx.net/PXzYvFOXaC/main.min.js';
                      p.parentNode.insertBefore(s,p);
                    };
            }()
    );
</script>
<!-- Captcha -->
<script>
    window.px_vid = '';
    function handleCaptcha(response) {
        var vid = '';
        var uuid = 'ae6ed4b0-587f-11e8-9f35-410711ec2771';
        var name = "_pxCaptcha";

        var expiryUtc = new Date(Date.now() + 1000 * 10).toUTCString();

        var cookieParts = [
            name,
            "=",
            btoa(JSON.stringify({r: response, v: vid, u: uuid})),
            "; expires=",
            expiryUtc,
            "; path=/"
        ];

        document.cookie = cookieParts.join("");
        location.reload();
    }
</script>
<!-- Custom Script -->
</body>
</html>

Unknown Firewall (cf0c59c53)

WhatWaf version: 0.3.6
Running context: whatwaf.py -u ******************************************* -J --tamper-int 1000 --skip --ra --tor
Fingerprint:

<!---
<!---
HTTP 1.1
Status code: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">

<html><head>
<title>503 Service Unavailable</title>
</head><body>
<h1>Service Unavailable</h1>
<p>The server is temporarily unable to service your
request due to maintenance downtime or capacity
problems. Please try again later.</p>
</body></html>

HTTP headers: {'Content-Length': '299', 'Keep-Alive': 'timeout=15', 'Server': 'Apache', 'Connection': 'keep-alive', 'Date': 'Thu, 10 May 2018 16:44:33 GMT', 'Content-Type': 'text/html; charset=iso-8859-1'}
--->
503

Unknown Firewall (8f9e022f2)

WhatWaf version: 0.3.2
Running context: ./whatwaf.py -u ********************************************* --ra
Fingerprint:

<!---

Unknown Firewall (9423d1e9c)

WhatWaf version: 0.4
Running context: ./whatwaf.py -f test.txt --ra --tamper-int 1 --tor --payloads= AND 1=1 UNION ALL SELECT 1,NULL,'<script>alert("XSS")</script>',table_name FROM information_schema.tables WHERE 2>1--/**/; EXEC xp_cmdshell('cat ../../../etc/passwd')#
Fingerprint:

<!---
HTTP 1.1
Status code: 403
HTTP headers: {'Content-Length': '337', 'Keep-Alive': 'timeout=5, max=100', 'Server': 'Apache', 'Connection': 'Keep-Alive', 'Date': 'Thu, 10 May 2018 17:51:05 GMT', 'Content-Type': 'text/html; charset=iso-8859-1'}
--->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">

<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access /index.php
on this server.<br/>
</p>
<p>Additionally, a 403 Forbidden
error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>

Unknown Firewall (15c954de2)

WhatWaf version: 0.4
Running context: whatwaf.py -f test.txt --ra --payloads= AND 1=1 UNION ALL SELECT 1,NULL,'<script>alert("XSS")</script>',table_name FROM information_schema.tables WHERE 2>1--/**/; EXEC xp_cmdshell('cat ../../../etc/passwd')# --tamper-int 1 --skip
Fingerprint:

<!---
HTTP 1.1
Status code: 406
HTTP headers: {'Content-Length': '13', 'Keep-Alive': 'timeout=1, max=100', 'Server': 'Apache', 'Connection': 'Keep-Alive', 'Date': 'Thu, 10 May 2018 19:48:32 GMT', 'Content-Type': 'text/html; charset=iso-8859-1'}
--->
Not Permitted

Unknown Firewall (c)

WhatWaf version: 0.1.17
Running context: ./whatwaf.py -u ********************* --skip --ra --verbose
Fingerprint:

Status code: 403
HTTP headers: {'Expect-CT': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'Content-Encoding': 'gzip', 'Transfer-Encoding': 'chunked', 'Set-Cookie': '__cfduid=d5cbcfae4234ca9bdbee749da89f3f4771524599860; expires=Wed, 24-Apr-19 19:57:40 GMT; path=/; domain=.gladius.io; HttpOnly; Secure', 'Expires': 'Tue, 24 Apr 2018 19:57:55 GMT', 'Server': 'cloudflare', 'Connection': 'keep-alive', 'Cache-Control': 'max-age=15', 'Date': 'Tue, 24 Apr 2018 19:57:40 GMT', 'X-Frame-Options': 'SAMEORIGIN', 'Content-Type': 'text/html; charset=UTF-8', 'CF-RAY': '410b23e6d8a71189-DFW'}
--->
<!DOCTYPE html>

<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
<!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
<!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
<head>
<title>Attention Required! | Cloudflare</title>
<meta charset="utf-8"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta content="IE=Edge,chrome=1" http-equiv="X-UA-Compatible"/>
<meta content="noindex, nofollow" name="robots"/>
<meta content="width=device-width,initial-scale=1,maximum-scale=1" name="viewport"/>
<link href="/cdn-cgi/styles/cf.errors.css" id="cf_styles-css" media="screen,projection" rel="stylesheet" type="text/css"/>
<!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" type="text/css" media="screen,projection" /><![endif]-->
<style type="text/css">body{margin:0;padding:0}</style>
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/zepto.min.js" type="text/javascript"></script><!--<![endif]-->
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/cf.common.js" type="text/javascript"></script><!--<![endif]-->
</head>
<body>
<div id="cf-wrapper">
<div class="cf-alert cf-alert-error cf-cookie-error" data-translate="enable_cookies" id="cookie-alert">Please enable cookies.</div>
<div class="cf-error-details-wrapper" id="cf-error-details">
<div class="cf-wrapper cf-header cf-error-overview">
<h1 data-translate="block_headline">Sorry, you have been blocked</h1>
<h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> gladius.io</h2>
</div><!-- /.header -->
<div class="cf-section cf-highlight">
<div class="cf-wrapper">
<div class="cf-screenshot-container cf-screenshot-full">
<span class="cf-no-screenshot error"></span>
</div>
</div>
</div><!-- /.captcha-container -->
<div class="cf-section cf-wrapper">
<div class="cf-columns two">
<div class="cf-column">
<h2 data-translate="blocked_why_headline">Why have I been blocked?</h2>
<p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p>
</div>
<div class="cf-column">
<h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2>
<p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p>
</div>
</div>
</div><!-- /.section -->
<div class="cf-error-footer cf-wrapper">
<p>
<span class="cf-footer-item">Cloudflare Ray ID: <strong>410b23e6d8a71189</strong></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Your IP</span>: 70.167.24.195</span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Performance &amp; security by</span> <a href="https://www.cloudflare.com/5xx-error-landing?utm_source=error_footer" id="brand_link" target="_blank">Cloudflare</a></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item">
<select id="lang-selector">
<option value="">Select a Language</option>
<option value="en">English</option>
<option value="es">Español</option>
</select>
</span>
</p>
</div><!-- /.error-footer -->
</div><!-- /#cf-error-details -->
</div><!-- /#cf-wrapper -->
<script type="text/javascript">
  window._cf_translation = {};
  window._cf_translation.locale = 'en';
  window._cf_translation.blobs = {};
</script>
</body>
</html>
<!---
HTTP 1.1
Status code: 403
HTTP headers: {'Expect-CT': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'Content-Encoding': 'gzip', 'Transfer-Encoding': 'chunked', 'Set-Cookie': '__cfduid=d0eb72d114818876965303757a729dce31524599967; expires=Wed, 24-Apr-19 19:59:27 GMT; path=/; domain=.gladius.io; HttpOnly; Secure', 'Expires': 'Tue, 24 Apr 2018 19:59:42 GMT', 'Server': 'cloudflare', 'Connection': 'keep-alive', 'Cache-Control': 'max-age=15', 'Date': 'Tue, 24 Apr 2018 19:59:27 GMT', 'X-Frame-Options': 'SAMEORIGIN', 'Content-Type': 'text/html; charset=UTF-8', 'CF-RAY': '410b26867d895909-DFW'}
--->
<!DOCTYPE html>

<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
<!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
<!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
<head>
<title>Attention Required! | Cloudflare</title>
<meta charset="utf-8"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta content="IE=Edge,chrome=1" http-equiv="X-UA-Compatible"/>
<meta content="noindex, nofollow" name="robots"/>
<meta content="width=device-width,initial-scale=1,maximum-scale=1" name="viewport"/>
<link href="/cdn-cgi/styles/cf.errors.css" id="cf_styles-css" media="screen,projection" rel="stylesheet" type="text/css"/>
<!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" type="text/css" media="screen,projection" /><![endif]-->
<style type="text/css">body{margin:0;padding:0}</style>
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/zepto.min.js" type="text/javascript"></script><!--<![endif]-->
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/cf.common.js" type="text/javascript"></script><!--<![endif]-->
</head>
<body>
<div id="cf-wrapper">
<div class="cf-alert cf-alert-error cf-cookie-error" data-translate="enable_cookies" id="cookie-alert">Please enable cookies.</div>
<div class="cf-error-details-wrapper" id="cf-error-details">
<div class="cf-wrapper cf-header cf-error-overview">
<h1 data-translate="block_headline">Sorry, you have been blocked</h1>
<h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> gladius.io</h2>
</div><!-- /.header -->
<div class="cf-section cf-highlight">
<div class="cf-wrapper">
<div class="cf-screenshot-container cf-screenshot-full">
<span class="cf-no-screenshot error"></span>
</div>
</div>
</div><!-- /.captcha-container -->
<div class="cf-section cf-wrapper">
<div class="cf-columns two">
<div class="cf-column">
<h2 data-translate="blocked_why_headline">Why have I been blocked?</h2>
<p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p>
</div>
<div class="cf-column">
<h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2>
<p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p>
</div>
</div>
</div><!-- /.section -->
<div class="cf-error-footer cf-wrapper">
<p>
<span class="cf-footer-item">Cloudflare Ray ID: <strong>410b26867d895909</strong></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Your IP</span>: 70.167.24.195</span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Performance &amp; security by</span> <a href="https://www.cloudflare.com/5xx-error-landing?utm_source=error_footer" id="brand_link" target="_blank">Cloudflare</a></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item">
<select id="lang-selector">
<option value="">Select a Language</option>
<option value="en">English</option>
<option value="es">Español</option>
</select>
</span>
</p>
</div><!-- /.error-footer -->
</div><!-- /#cf-error-details -->
</div><!-- /#cf-wrapper -->
<script type="text/javascript">
  window._cf_translation = {};
  window._cf_translation.locale = 'en';
  window._cf_translation.blobs = {};
</script>
</body>
</html>
<!---
HTTP 1.1
Status code: 403
HTTP headers: {'Expect-CT': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'Content-Encoding': 'gzip', 'Transfer-Encoding': 'chunked', 'Set-Cookie': '__cfduid=dbdf59a280b5a3484e619364439ed71ba1524600007; expires=Wed, 24-Apr-19 20:00:07 GMT; path=/; domain=.gladius.io; HttpOnly; Secure', 'Expires': 'Tue, 24 Apr 2018 20:00:22 GMT', 'Server': 'cloudflare', 'Connection': 'keep-alive', 'Cache-Control': 'max-age=15', 'Date': 'Tue, 24 Apr 2018 20:00:07 GMT', 'X-Frame-Options': 'SAMEORIGIN', 'Content-Type': 'text/html; charset=UTF-8', 'CF-RAY': '410b277bea3a116b-DFW'}
--->
<!DOCTYPE html>

<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
<!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
<!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
<head>
<title>Attention Required! | Cloudflare</title>
<meta charset="utf-8"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta content="IE=Edge,chrome=1" http-equiv="X-UA-Compatible"/>
<meta content="noindex, nofollow" name="robots"/>
<meta content="width=device-width,initial-scale=1,maximum-scale=1" name="viewport"/>
<link href="/cdn-cgi/styles/cf.errors.css" id="cf_styles-css" media="screen,projection" rel="stylesheet" type="text/css"/>
<!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" type="text/css" media="screen,projection" /><![endif]-->
<style type="text/css">body{margin:0;padding:0}</style>
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/zepto.min.js" type="text/javascript"></script><!--<![endif]-->
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/cf.common.js" type="text/javascript"></script><!--<![endif]-->
</head>
<body>
<div id="cf-wrapper">
<div class="cf-alert cf-alert-error cf-cookie-error" data-translate="enable_cookies" id="cookie-alert">Please enable cookies.</div>
<div class="cf-error-details-wrapper" id="cf-error-details">
<div class="cf-wrapper cf-header cf-error-overview">
<h1 data-translate="block_headline">Sorry, you have been blocked</h1>
<h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> gladius.io</h2>
</div><!-- /.header -->
<div class="cf-section cf-highlight">
<div class="cf-wrapper">
<div class="cf-screenshot-container cf-screenshot-full">
<span class="cf-no-screenshot error"></span>
</div>
</div>
</div><!-- /.captcha-container -->
<div class="cf-section cf-wrapper">
<div class="cf-columns two">
<div class="cf-column">
<h2 data-translate="blocked_why_headline">Why have I been blocked?</h2>
<p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p>
</div>
<div class="cf-column">
<h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2>
<p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p>
</div>
</div>
</div><!-- /.section -->
<div class="cf-error-footer cf-wrapper">
<p>
<span class="cf-footer-item">Cloudflare Ray ID: <strong>410b277bea3a116b</strong></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Your IP</span>: 70.167.24.195</span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Performance &amp; security by</span> <a href="https://www.cloudflare.com/5xx-error-landing?utm_source=error_footer" id="brand_link" target="_blank">Cloudflare</a></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item">
<select id="lang-selector">
<option value="">Select a Language</option>
<option value="en">English</option>
<option value="es">Español</option>
</select>
</span>
</p>
</div><!-- /.error-footer -->
</div><!-- /#cf-error-details -->
</div><!-- /#cf-wrapper -->
<script type="text/javascript">
  window._cf_translation = {};
  window._cf_translation.locale = 'en';
  window._cf_translation.blobs = {};
</script>
</body>
</html>
<!---
HTTP 1.1
Status code: 403
HTTP headers: {'Expect-CT': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'Content-Encoding': 'gzip', 'Transfer-Encoding': 'chunked', 'Set-Cookie': '__cfduid=d96492b16a5031d52aa5f9d2f3a57d3d71524600095; expires=Wed, 24-Apr-19 20:01:35 GMT; path=/; domain=.gladius.io; HttpOnly; Secure', 'Expires': 'Tue, 24 Apr 2018 20:01:50 GMT', 'Server': 'cloudflare', 'Connection': 'keep-alive', 'Cache-Control': 'max-age=15', 'Date': 'Tue, 24 Apr 2018 20:01:35 GMT', 'X-Frame-Options': 'SAMEORIGIN', 'Content-Type': 'text/html; charset=UTF-8', 'CF-RAY': '410b29a2dfc81189-DFW'}
--->
<!DOCTYPE html>

<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
<!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
<!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
<head>
<title>Attention Required! | Cloudflare</title>
<meta charset="utf-8"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta content="IE=Edge,chrome=1" http-equiv="X-UA-Compatible"/>
<meta content="noindex, nofollow" name="robots"/>
<meta content="width=device-width,initial-scale=1,maximum-scale=1" name="viewport"/>
<link href="/cdn-cgi/styles/cf.errors.css" id="cf_styles-css" media="screen,projection" rel="stylesheet" type="text/css"/>
<!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" type="text/css" media="screen,projection" /><![endif]-->
<style type="text/css">body{margin:0;padding:0}</style>
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/zepto.min.js" type="text/javascript"></script><!--<![endif]-->
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/cf.common.js" type="text/javascript"></script><!--<![endif]-->
</head>
<body>
<div id="cf-wrapper">
<div class="cf-alert cf-alert-error cf-cookie-error" data-translate="enable_cookies" id="cookie-alert">Please enable cookies.</div>
<div class="cf-error-details-wrapper" id="cf-error-details">
<div class="cf-wrapper cf-header cf-error-overview">
<h1 data-translate="block_headline">Sorry, you have been blocked</h1>
<h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> gladius.io</h2>
</div><!-- /.header -->
<div class="cf-section cf-highlight">
<div class="cf-wrapper">
<div class="cf-screenshot-container cf-screenshot-full">
<span class="cf-no-screenshot error"></span>
</div>
</div>
</div><!-- /.captcha-container -->
<div class="cf-section cf-wrapper">
<div class="cf-columns two">
<div class="cf-column">
<h2 data-translate="blocked_why_headline">Why have I been blocked?</h2>
<p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p>
</div>
<div class="cf-column">
<h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2>
<p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p>
</div>
</div>
</div><!-- /.section -->
<div class="cf-error-footer cf-wrapper">
<p>
<span class="cf-footer-item">Cloudflare Ray ID: <strong>410b29a2dfc81189</strong></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Your IP</span>: 70.167.24.195</span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Performance &amp; security by</span> <a href="https://www.cloudflare.com/5xx-error-landing?utm_source=error_footer" id="brand_link" target="_blank">Cloudflare</a></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item">
<select id="lang-selector">
<option value="">Select a Language</option>
<option value="en">English</option>
<option value="es">Español</option>
</select>
</span>
</p>
</div><!-- /.error-footer -->
</div><!-- /#cf-error-details -->
</div><!-- /#cf-wrapper -->
<script type="text/javascript">
  window._cf_translation = {};
  window._cf_translation.locale = 'en';
  window._cf_translation.blobs = {};
</script>
</body>
</html>```

Unknown Firewall (6556c02e4)

WhatWaf version: 0.1.17
Running context: ./whatwaf.py -u ********************* --skip --ra --verbose
Fingerprint:

HTTP 1.1
Status code: 403
HTTP headers: {'Expect-CT': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'Content-Encoding': 'gzip', 'Transfer-Encoding': 'chunked', 'Set-Cookie': '__cfduid=d5cbcfae4234ca9bdbee749da89f3f4771524599860; expires=Wed, 24-Apr-19 19:57:40 GMT; path=/; domain=.gladius.io; HttpOnly; Secure', 'Expires': 'Tue, 24 Apr 2018 19:57:55 GMT', 'Server': 'cloudflare', 'Connection': 'keep-alive', 'Cache-Control': 'max-age=15', 'Date': 'Tue, 24 Apr 2018 19:57:40 GMT', 'X-Frame-Options': 'SAMEORIGIN', 'Content-Type': 'text/html; charset=UTF-8', 'CF-RAY': '410b23e6d8a71189-DFW'}
--->
<!DOCTYPE html>

<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
<!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
<!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
<head>
<title>Attention Required! | Cloudflare</title>
<meta charset="utf-8"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta content="IE=Edge,chrome=1" http-equiv="X-UA-Compatible"/>
<meta content="noindex, nofollow" name="robots"/>
<meta content="width=device-width,initial-scale=1,maximum-scale=1" name="viewport"/>
<link href="/cdn-cgi/styles/cf.errors.css" id="cf_styles-css" media="screen,projection" rel="stylesheet" type="text/css"/>
<!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" type="text/css" media="screen,projection" /><![endif]-->
<style type="text/css">body{margin:0;padding:0}</style>
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/zepto.min.js" type="text/javascript"></script><!--<![endif]-->
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/cf.common.js" type="text/javascript"></script><!--<![endif]-->
</head>
<body>
<div id="cf-wrapper">
<div class="cf-alert cf-alert-error cf-cookie-error" data-translate="enable_cookies" id="cookie-alert">Please enable cookies.</div>
<div class="cf-error-details-wrapper" id="cf-error-details">
<div class="cf-wrapper cf-header cf-error-overview">
<h1 data-translate="block_headline">Sorry, you have been blocked</h1>
<h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> gladius.io</h2>
</div><!-- /.header -->
<div class="cf-section cf-highlight">
<div class="cf-wrapper">
<div class="cf-screenshot-container cf-screenshot-full">
<span class="cf-no-screenshot error"></span>
</div>
</div>
</div><!-- /.captcha-container -->
<div class="cf-section cf-wrapper">
<div class="cf-columns two">
<div class="cf-column">
<h2 data-translate="blocked_why_headline">Why have I been blocked?</h2>
<p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p>
</div>
<div class="cf-column">
<h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2>
<p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p>
</div>
</div>
</div><!-- /.section -->
<div class="cf-error-footer cf-wrapper">
<p>
<span class="cf-footer-item">Cloudflare Ray ID: <strong>410b23e6d8a71189</strong></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Your IP</span>: 70.167.24.195</span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Performance &amp; security by</span> <a href="https://www.cloudflare.com/5xx-error-landing?utm_source=error_footer" id="brand_link" target="_blank">Cloudflare</a></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item">
<select id="lang-selector">
<option value="">Select a Language</option>
<option value="en">English</option>
<option value="es">Español</option>
</select>
</span>
</p>
</div><!-- /.error-footer -->
</div><!-- /#cf-error-details -->
</div><!-- /#cf-wrapper -->
<script type="text/javascript">
  window._cf_translation = {};
  window._cf_translation.locale = 'en';
  window._cf_translation.blobs = {};
</script>
</body>
</html>
<!---
HTTP 1.1
Status code: 403
HTTP headers: {'Expect-CT': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'Content-Encoding': 'gzip', 'Transfer-Encoding': 'chunked', 'Set-Cookie': '__cfduid=d0eb72d114818876965303757a729dce31524599967; expires=Wed, 24-Apr-19 19:59:27 GMT; path=/; domain=.gladius.io; HttpOnly; Secure', 'Expires': 'Tue, 24 Apr 2018 19:59:42 GMT', 'Server': 'cloudflare', 'Connection': 'keep-alive', 'Cache-Control': 'max-age=15', 'Date': 'Tue, 24 Apr 2018 19:59:27 GMT', 'X-Frame-Options': 'SAMEORIGIN', 'Content-Type': 'text/html; charset=UTF-8', 'CF-RAY': '410b26867d895909-DFW'}
--->
<!DOCTYPE html>

<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
<!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
<!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
<head>
<title>Attention Required! | Cloudflare</title>
<meta charset="utf-8"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta content="IE=Edge,chrome=1" http-equiv="X-UA-Compatible"/>
<meta content="noindex, nofollow" name="robots"/>
<meta content="width=device-width,initial-scale=1,maximum-scale=1" name="viewport"/>
<link href="/cdn-cgi/styles/cf.errors.css" id="cf_styles-css" media="screen,projection" rel="stylesheet" type="text/css"/>
<!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" type="text/css" media="screen,projection" /><![endif]-->
<style type="text/css">body{margin:0;padding:0}</style>
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/zepto.min.js" type="text/javascript"></script><!--<![endif]-->
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/cf.common.js" type="text/javascript"></script><!--<![endif]-->
</head>
<body>
<div id="cf-wrapper">
<div class="cf-alert cf-alert-error cf-cookie-error" data-translate="enable_cookies" id="cookie-alert">Please enable cookies.</div>
<div class="cf-error-details-wrapper" id="cf-error-details">
<div class="cf-wrapper cf-header cf-error-overview">
<h1 data-translate="block_headline">Sorry, you have been blocked</h1>
<h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> gladius.io</h2>
</div><!-- /.header -->
<div class="cf-section cf-highlight">
<div class="cf-wrapper">
<div class="cf-screenshot-container cf-screenshot-full">
<span class="cf-no-screenshot error"></span>
</div>
</div>
</div><!-- /.captcha-container -->
<div class="cf-section cf-wrapper">
<div class="cf-columns two">
<div class="cf-column">
<h2 data-translate="blocked_why_headline">Why have I been blocked?</h2>
<p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p>
</div>
<div class="cf-column">
<h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2>
<p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p>
</div>
</div>
</div><!-- /.section -->
<div class="cf-error-footer cf-wrapper">
<p>
<span class="cf-footer-item">Cloudflare Ray ID: <strong>410b26867d895909</strong></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Your IP</span>: 70.167.24.195</span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Performance &amp; security by</span> <a href="https://www.cloudflare.com/5xx-error-landing?utm_source=error_footer" id="brand_link" target="_blank">Cloudflare</a></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item">
<select id="lang-selector">
<option value="">Select a Language</option>
<option value="en">English</option>
<option value="es">Español</option>
</select>
</span>
</p>
</div><!-- /.error-footer -->
</div><!-- /#cf-error-details -->
</div><!-- /#cf-wrapper -->
<script type="text/javascript">
  window._cf_translation = {};
  window._cf_translation.locale = 'en';
  window._cf_translation.blobs = {};
</script>
</body>
</html>
<!---
HTTP 1.1
Status code: 403
HTTP headers: {'Expect-CT': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'Content-Encoding': 'gzip', 'Transfer-Encoding': 'chunked', 'Set-Cookie': '__cfduid=dbdf59a280b5a3484e619364439ed71ba1524600007; expires=Wed, 24-Apr-19 20:00:07 GMT; path=/; domain=.gladius.io; HttpOnly; Secure', 'Expires': 'Tue, 24 Apr 2018 20:00:22 GMT', 'Server': 'cloudflare', 'Connection': 'keep-alive', 'Cache-Control': 'max-age=15', 'Date': 'Tue, 24 Apr 2018 20:00:07 GMT', 'X-Frame-Options': 'SAMEORIGIN', 'Content-Type': 'text/html; charset=UTF-8', 'CF-RAY': '410b277bea3a116b-DFW'}
--->
<!DOCTYPE html>

<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
<!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
<!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
<head>
<title>Attention Required! | Cloudflare</title>
<meta charset="utf-8"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta content="IE=Edge,chrome=1" http-equiv="X-UA-Compatible"/>
<meta content="noindex, nofollow" name="robots"/>
<meta content="width=device-width,initial-scale=1,maximum-scale=1" name="viewport"/>
<link href="/cdn-cgi/styles/cf.errors.css" id="cf_styles-css" media="screen,projection" rel="stylesheet" type="text/css"/>
<!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" type="text/css" media="screen,projection" /><![endif]-->
<style type="text/css">body{margin:0;padding:0}</style>
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/zepto.min.js" type="text/javascript"></script><!--<![endif]-->
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/cf.common.js" type="text/javascript"></script><!--<![endif]-->
</head>
<body>
<div id="cf-wrapper">
<div class="cf-alert cf-alert-error cf-cookie-error" data-translate="enable_cookies" id="cookie-alert">Please enable cookies.</div>
<div class="cf-error-details-wrapper" id="cf-error-details">
<div class="cf-wrapper cf-header cf-error-overview">
<h1 data-translate="block_headline">Sorry, you have been blocked</h1>
<h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> gladius.io</h2>
</div><!-- /.header -->
<div class="cf-section cf-highlight">
<div class="cf-wrapper">
<div class="cf-screenshot-container cf-screenshot-full">
<span class="cf-no-screenshot error"></span>
</div>
</div>
</div><!-- /.captcha-container -->
<div class="cf-section cf-wrapper">
<div class="cf-columns two">
<div class="cf-column">
<h2 data-translate="blocked_why_headline">Why have I been blocked?</h2>
<p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p>
</div>
<div class="cf-column">
<h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2>
<p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p>
</div>
</div>
</div><!-- /.section -->
<div class="cf-error-footer cf-wrapper">
<p>
<span class="cf-footer-item">Cloudflare Ray ID: <strong>410b277bea3a116b</strong></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Your IP</span>: 70.167.24.195</span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Performance &amp; security by</span> <a href="https://www.cloudflare.com/5xx-error-landing?utm_source=error_footer" id="brand_link" target="_blank">Cloudflare</a></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item">
<select id="lang-selector">
<option value="">Select a Language</option>
<option value="en">English</option>
<option value="es">Español</option>
</select>
</span>
</p>
</div><!-- /.error-footer -->
</div><!-- /#cf-error-details -->
</div><!-- /#cf-wrapper -->
<script type="text/javascript">
  window._cf_translation = {};
  window._cf_translation.locale = 'en';
  window._cf_translation.blobs = {};
</script>
</body>
</html>
<!---
HTTP 1.1
Status code: 403
HTTP headers: {'Expect-CT': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"', 'Content-Encoding': 'gzip', 'Transfer-Encoding': 'chunked', 'Set-Cookie': '__cfduid=d96492b16a5031d52aa5f9d2f3a57d3d71524600095; expires=Wed, 24-Apr-19 20:01:35 GMT; path=/; domain=.gladius.io; HttpOnly; Secure', 'Expires': 'Tue, 24 Apr 2018 20:01:50 GMT', 'Server': 'cloudflare', 'Connection': 'keep-alive', 'Cache-Control': 'max-age=15', 'Date': 'Tue, 24 Apr 2018 20:01:35 GMT', 'X-Frame-Options': 'SAMEORIGIN', 'Content-Type': 'text/html; charset=UTF-8', 'CF-RAY': '410b29a2dfc81189-DFW'}
--->
<!DOCTYPE html>

<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
<!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
<!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
<head>
<title>Attention Required! | Cloudflare</title>
<meta charset="utf-8"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta content="IE=Edge,chrome=1" http-equiv="X-UA-Compatible"/>
<meta content="noindex, nofollow" name="robots"/>
<meta content="width=device-width,initial-scale=1,maximum-scale=1" name="viewport"/>
<link href="/cdn-cgi/styles/cf.errors.css" id="cf_styles-css" media="screen,projection" rel="stylesheet" type="text/css"/>
<!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" type="text/css" media="screen,projection" /><![endif]-->
<style type="text/css">body{margin:0;padding:0}</style>
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/zepto.min.js" type="text/javascript"></script><!--<![endif]-->
<!--[if gte IE 10]><!--><script src="/cdn-cgi/scripts/cf.common.js" type="text/javascript"></script><!--<![endif]-->
</head>
<body>
<div id="cf-wrapper">
<div class="cf-alert cf-alert-error cf-cookie-error" data-translate="enable_cookies" id="cookie-alert">Please enable cookies.</div>
<div class="cf-error-details-wrapper" id="cf-error-details">
<div class="cf-wrapper cf-header cf-error-overview">
<h1 data-translate="block_headline">Sorry, you have been blocked</h1>
<h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> gladius.io</h2>
</div><!-- /.header -->
<div class="cf-section cf-highlight">
<div class="cf-wrapper">
<div class="cf-screenshot-container cf-screenshot-full">
<span class="cf-no-screenshot error"></span>
</div>
</div>
</div><!-- /.captcha-container -->
<div class="cf-section cf-wrapper">
<div class="cf-columns two">
<div class="cf-column">
<h2 data-translate="blocked_why_headline">Why have I been blocked?</h2>
<p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p>
</div>
<div class="cf-column">
<h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2>
<p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p>
</div>
</div>
</div><!-- /.section -->
<div class="cf-error-footer cf-wrapper">
<p>
<span class="cf-footer-item">Cloudflare Ray ID: <strong>410b29a2dfc81189</strong></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Your IP</span>: 70.167.24.195</span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item"><span>Performance &amp; security by</span> <a href="https://www.cloudflare.com/5xx-error-landing?utm_source=error_footer" id="brand_link" target="_blank">Cloudflare</a></span>
<span class="cf-footer-separator">•</span>
<span class="cf-footer-item">
<select id="lang-selector">
<option value="">Select a Language</option>
<option value="en">English</option>
<option value="es">Español</option>
</select>
</span>
</p>
</div><!-- /.error-footer -->
</div><!-- /#cf-error-details -->
</div><!-- /#cf-wrapper -->
<script type="text/javascript">
  window._cf_translation = {};
  window._cf_translation.locale = 'en';
  window._cf_translation.blobs = {};
</script>
</body>
</html>

Threading

add threading the requests, this should be pretty simple since all the requests are made at once

Unknown Firewall (74a7520d0)

WhatWaf version: 0.4.3
Running context: whatwaf.py -f test.txt --tor --ra --skip -p AND 1=1 UNION ALL SELECT 1,NULL,'<script>alert("XSS")</script>',table_name FROM information_schema.tables WHERE 2>1--/**/; EXEC xp_cmdshell('cat ../../../etc/passwd')#
Fingerprint:

<!---
HTTP 1.1
Status code: 403
HTTP headers: {'Content-type': 'text/html'}
--->
<u></u><head>
<title>Unauthorized Access</title>
</head>
<body>
<img src="csf_small.png"/>
<h1>Your connection to this server has been blocked in this server's firewall.</h1>
<p>You need to contact Your Hosting Provider for further information.</p>
<p>Your blocked IP address is <b>193.15.16.4</b></p>
<p>This server's hostname is <b>chi-rs29.websitehostserver.net</b></p>
</body>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.