Skip to content
View lanmaster53's full-sized avatar

Block or report lanmaster53

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. practisec/pwnedhub practisec/pwnedhub Public

    JavaScript 102 19

  2. burp-probe burp-probe Public

    HTML 5

  3. recon-ng recon-ng Public

    Open Source Intelligence gathering tool aimed at reducing the time spent harvesting information from open sources.

    Python 3.9k 624

  4. honeybadger honeybadger Public

    Python 224 74

  5. pyscripter-er pyscripter-er Public

    A framework built on top of Burp's Python Scripter extension.

    Python 80 20

  6. Collection of Burp Suite Pro custom ... Collection of Burp Suite Pro custom column snippets.
    1
    ### Display the `Server` header from the response:
    2
    
                  
    3
    ```
    4
    HttpResponse resp = requestResponse.response();
    5
    if (resp != null) {