|
Re: Security tool for monitoring HTTP headers?: msg#00062security.web-applications
patrick@xxxxxxxxxxxxxxxxxxxxx wrote: Does anyone know of a security tool for modifying HTTP headers directly? Give cURL a try: http://curl.haxx.se/ ... If you want something simpler, have a look at this Perl script: http://cvs.sourceforge.net/viewcvs.py/*checkout*/mod-security/mod_security/tests/run-test.pl?rev=1.1.1.1 You simply create a file with a request and tell the script where to send it. If you put comments on top of the file and include a three digits number the script will assume that's the status code you expect, and check the response for it. For example: ---------------------- # 18 Keyword in POST only (500) # POST /cgi-bin/modsec-test.pl HTTP/1.0 Content-Type: application/x-www-form-urlencoded Content-Length: 5 p=333 ---------------------- -- ModSecurity (http://www.modsecurity.org) [ Open source IDS for Web applications ] |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Security tool for monitoring HTTP headers?: 00062, Keith W. McCammon |
|---|---|
| Next by Date: | Re: Security tool for monitoring HTTP headers?: 00062, znndrp |
| Previous by Thread: | Re: Security tool for monitoring HTTP headers?i: 00062, Keith W. McCammon |
| Next by Thread: | Re: Security tool for monitoring HTTP headers?: 00062, znndrp |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |