Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am coolpup on github.
  • I am coolpup (https://keybase.io/coolpup) on keybase.
  • I have a public key ASDGs8jP9vfp9KKYn2nganCQ0leu0Ko9o02zDWazbeAV5go

To claim this, I am signing this object:

@coolpup
coolpup / pyscripter_utils.py
Created September 25, 2017 19:05 — forked from lanmaster53/pyscripter-snippets.py
Burp Python Scripter scripts
from burp import IScanIssue
class CustomIssue(IScanIssue):
def __init__(self, BasePair, Confidence='Certain', IssueBackground=None, IssueDetail=None, IssueName='Python Scripter generated issue', RemediationBackground=None, RemediationDetail=None, Severity='High'):
self.HttpMessages=[BasePair] # list of HTTP Messages
self.HttpService=BasePair.getHttpService() # HTTP Service
self.Url=BasePair.getUrl() # Java URL
self.Confidence = Confidence # "Certain", "Firm" or "Tentative"
self.IssueBackground = IssueBackground # String or None
self.IssueDetail = IssueDetail # String or None