# fingerprinting WAF demo http-settings set userAgent 'Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; .NET CLR 1.0.3705)' set timeout 14 back plugins output console,textFile output config textFile set fileName output-w3af.txt set verbose True back output config console set verbose False back discovery fingerprint_WAF back target #set target http://www.bancohipotecario.com.ar/ set target http://localhost/ back start assert len(kb.kb.getData('fingerprint_WAF','URLScan')) == 0 exit