Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
View sebr-dev's full-sized avatar

Block or report sebr-dev

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 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. attacksurge/ax attacksurge/ax Public

    Forked from pry0cc/axiom

    The Distributed Scanning Framework for Everybody! Control Your Infrastructure, Scale Your Scanning-On Your Terms. Easily distribute arbitrary binaries and scripts using any of our nine supported cl…

    Shell 684 73

  2. Havoc-C2-SSRF-to-RCE Havoc-C2-SSRF-to-RCE Public

    This is a modified version of the CVE-2024-41570 SSRF PoC from @chebuya chained with the auth RCE exploit from @hyperreality. This exploit executes code remotely to a target due to multiple vulnera…

    Python 8 3

  3. crt.sh PostgreSQL database subdomain... crt.sh PostgreSQL database subdomain query updated
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    # Usage: ./crtsh-subdomains-v2.sh domain.com
    4
    
                  
    5
    query="SELECT cai.NAME_VALUE AS NAME_VALUE FROM certificate_and_identities cai WHERE plainto_tsquery('certwatch', '${1}') @@ identities(cai.CERTIFICATE) AND reverse(lower(cai.NAME_VALUE)) LIKE reverse(lower('%.${1}'));"