| Module | Parser |
| In: |
lib/Parser/burpparser.rb
|
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