BBOT (Bighuge BLS OSINT Tool) - TheTechromancer (Joel Moore) & Paul Mueller

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • number6
    404 Image not found
    • Apr 2019
    • 2172

    #1

    BBOT (Bighuge BLS OSINT Tool) - TheTechromancer (Joel Moore) & Paul Mueller

    BBOT (Bighuge BLS OSINT Tool)

    Saturday August 12, 12:00 – 13:55, Accord Boardroom, Forum

    TheTechromancer (Joel Moore) & Paul Mueller

    BBOT (Bighuge BLS OSINT Tool) is a new recursive OSINT scanner inspired by Spiderfoot, but designed and optimized for bigger targets and faster scan times. BBOT is open-source and written in Python. Its 80+ modules range in function from subdomain enumeration to cryptographic exploitation. BBOT can map the attack surface of an organization (and sometimes get you RCE) in a single command.
    Features include:
    - multiple targets
    - automatic dependencies w/ ansible
    - python API
    - subdomain enumeration
    - email enumeration
    - cloud bucket enumeration
    - port scanning
    - web service enumeration
    - web screenshots
    - web spidering
    - vulnerability scanning (with nuclei and more)

    TheTechromancer is a hacker at Black Lantern Security (BLS). He loves coding in Python, and is the creator of several security tools including ManSpider, TrevorSpray, and BBOT (Bighuge BLS OSINT Tool). He has also made contributions to other open-source projects such as Spiderfoot.

    Paul Mueller is a Principal Operator at Black Lantern Security (BLS). He specializes in web application testing and application security. He loves finding complex hard-to-find web bugs, especially when they involve cryptography. He is also one of the developers for the BLS tools Writehat and BBOT (Bighuge BLS OSINT Tool). Prior to working with BLS, he spent over a decade as a DoD contractor providing both penetration testing and security analysis/incident handling. He got his start in the field as a systems administrator and later as a Signals Intelligence Analyst with the US Marine Corps.

    Audience - BBOT is useful to both Offensive (for automating recon / bug bounties) and Defensive (for attack surface mapping).


    Starts
    August 12, 2023 12:00
    Ends
    August 12, 2023 13:55
    Location
    Accord Boardroom, Forum
  • TheTechromancer
    Never Mind Electric Reign
    • Jul 2023
    • 1

    #2
    Greetings DEF CON.

    Can't wait to share BBOT with you all. Note that the tool is already live on github, and we are hard at work on a new release which you can find right now in the dev branch. The curious among you may also care to dip your toe in the documentation.

    Don't hold back! Pit it against your favorite OSINT tools and tell us how you feel! See below on how to install the dev preview.

    If using pip:
    Code:
    pip install --pre bbot


    If using pipx:
    Code:
    pipx install --pip-args '\--pre' bbot
    Docker:
    Code:
    docker run blacklanternsecurity/bbot --help
    Last edited by TheTechromancer; July 9, 2023, 14:47.
    Never Mind the Electric Reign​

    Comment

    Working...