Skip to content
View J053's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report J053

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. The tool extracts related domains fr... The tool extracts related domains from the “Overlap Attribute Domains” section of BuiltWith, identifying sites that share tracking code and analytics, which is useful for security investigations in Bug Bounty.
    1
    #!/usr/bin/env python
    2
    
                  
    3
    # This tool is inspired by m4ll0k's getrelationship.py in the BBTz (Bug Bounty Tools) repository.
    4
    
                  
    5
    import argparse