| Path: | lib/Parser/burpparser.rb |
| Last Update: | Sun Oct 14 18:55:29 +1000 2007 |
This class parsers burp log files - portswigger.net/proxy/.
require 'parser'
bp = Parser::BurpParser.new('test_data.burp')
bp.requests.each { |r| pp r }
Copyright (c) 2005 O‘Reilly Media, Inc. All rights reserved. Network Security Tools By Justin Clarke, Nitesh Dhanjani
Copyright (c) 2007 by Security Technology Science Pty Ltd. All rights reserved. Licensed under the same terms as GNU GPL v2