Coder Social home page Coder Social logo

autobb's Introduction

autobb

It's my solution for bugbounty automation

Fix for "nf_conntrack: table full, dropping packet"

echo "net.netfilter.nf_conntrack_max=1048576" >> /etc/sysctl.conf

sysctl -p

install docker

sudo apt-get update && sudo apt install -y docker.io

sudo usermod -aG docker $USER

install mongo

docker run --restart=always --name bbmongodb -d mongo:latest

get mongodb ip

docker container inspect bbmongodb | grep "IPAddress"

clone with github token

git clone https://github.com/rivalsec/autobb.git

cd autobb

cp config.dist.yaml config.yaml

edit config

mkdir wordlists

cp ~/SecLists/Discovery/DNS/* ./wordlists/

build

docker build -t autobb .

install dnsvalidator

git clone https://github.com/vortexau/dnsvalidator.git

docker build -t dnsvalidator ./dnsvalidator

run dnsvalidator (add to cron)

docker run --rm -v /tmp:/dnsout -t dnsvalidator -threads 20 -o /dnsout/resolvers.txt && mv /tmp/resolvers.txt ./autobb/resolvers

run autobb container

docker run --rm -v $(pwd):/autobb autobb --ports --ports-olds --dns-brute --dns-alts --workflow-olds --nuclei

export assets from the database

docker run --rm -v $(pwd):/autobb --entrypoint python autobb ./export.py -h

usage: export.py [-h] [-g {scopes,domains,ports,http_probes}] [-s SCOPE]
                 [-l LAST_ALIVE] [-p PRINT_FIELD]

exporter

options:
  -h, --help            show this help message and exit
  -g {scopes,domains,ports,http_probes}, --get {scopes,domains,ports,http_probes}
                        get one of (default: None)
  -s SCOPE, --scope SCOPE
                        scope to get, if not - all scopes (default: None)
  -l LAST_ALIVE, --last-alive LAST_ALIVE
                        days then last time was alive (default: 30)
  -p PRINT_FIELD, --print-field PRINT_FIELD
                        object field to print, object json if not set
                        (default: None)

autobb's People

Contributors

rivalsec avatar

Stargazers

Ilya Sidelnikov avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.