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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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 120 19

  2. burp-probe burp-probe Public

    HTML 9

  3. recon-ng recon-ng Public

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

    Python 5.5k 857

  4. honeybadger honeybadger Public

    Python 238 80

  5. pyscripter-er pyscripter-er Public

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

    Python 92 22

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