Search bar offers the following options:
+foo bar -baz
foo*
+qname:twisted.mail.* +search
Possible fields: 'name', 'qname' (fully qualified name), 'docstring', and 'kind'. Last two fields are only applicable if "search in docstrings" is enabled.
foo~1
Results provided by Lunr.js
BurpaError
__init__
records
burpa
__version__
__main__
_api_base
_burp_commander
_burp_rest_api_client
_burpa
_error
_utils
Burpa
BurpCommander
BurpRestApiClient
burpa.BurpaError
class BurpaError(Exception): (source)
Constructor: BurpaError(msg, records)
BurpaError(msg, records)
View In Hierarchy
Exception raised when there is an error in a burpa command.
str
Optional[List[ScanRecord]]
Undocumented
If the burp scan ended in a failed state, this attribute will old a list of scan records. They can still contain some valuable informations.