BurpSuite¶
Parser¶
synopsis: | Specialized ptp.libptp.parser.AbstractParser classes for the tool BurpSuite. |
---|
-
class
ptp.tools.burpsuite.parser.
BurpXMLParser
(pathname='./', filename='*.xml', **kwargs)[source]¶ BurpSuite XML specialized parser.
-
__tool__
= 'burpsuite'¶
-
__format__
= 'xml'¶
-
__version__
= '1\\.[0-9]+[\\.[0-9]+]?'¶
-
classmethod
is_mine
(pathname, filename='*.xml', light=False, first=True)[source]¶ Check if it can handle the report file.
Parameters: Returns: True if it supports the report, False otherwise.
Return type:
-