# bbot
[bbot](https://github.com/blacklanternsecurity/bbot) "is a multipurpose scanner inspired by Spiderfoot, built to automate your Recon, Bug Bounties, and ASM!"

## Install (stable version)
```
pipx install bbot
```

## Enumerate subdomains, email, cloud stuff, and take screenshots

```
sudo ./bbot-docker.sh -t domain.com -p subdomain-enum email-enum cloud-enum web-screenshots 
```

:::tip
To install any dependencies you might need on the fly, add `--force-deps`
:::

## Run dockerized (stable) version
An example to run bbot and do subdomain-enum, email-enum, cloud-enum and grab Web screenshots
```
docker run -it blacklanternsecurity/bbot:stable -t yourdomain.com -p subdomain-enum email-enum cloud-enum web-screenshots
```

### Grab the files you need out of stopped containers
