Module burp
GDS Burp Suite API
* Burp and Burp Suite are trademarks of PortSwigger Ltd. Copyright
2008 PortSwigger Ltd. All rights reserved. See http://portswigger.net for
license terms.
Copyright (c) 2009-2010 Marcin Wielgoszewski
<marcinw@gdssecurity.com> Gotham Digital Science
This file is part of GDS Burp API.
GDS Burp API is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by the
Free Software Foundation, either version 3 of the License, or (at your
option) any later version.
GDS Burp API is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
Public License for more details.
You should have received a copy of the GNU General Public License
along with GDS Burp API. If not, see
<http://www.gnu.org/licenses/>
|
Burp
This is our main Burp class that contains a single request and an
optional response.
|
|
Scanner
|
|
LOGGER = logging.getLogger(__name__)
|
|
__package__ = ' gds.pub.burp '
|
Imports:
urljoin,
urlparse,
parse_headers,
parse_parameters,
copy,
logging