Skip to content

Commit

Permalink
button fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechromancer committed Jul 6, 2023
1 parent b1ff5c2 commit f8ed4ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ _A BBOT scan in real-time - visualization with [VivaGraphJS](https://github.com/

!!! info "Supported Platforms"

Only **Linux** is supported at this time. **Windows** and **macOS** are *not* supported! If you use one of these platforms, considering using [Docker](#Docker).
Only **Linux** is supported at this time. **Windows** and **macOS** are *not* supported. If you use one of these platforms, consider using [Docker](#Docker).

BBOT offers multiple methods of installation, including **pipx** and **Docker**. If you plan to dev on BBOT, see [Installation (Poetry)](https://www.blacklanternsecurity.com/bbot/contribution#installation-poetry).

Expand Down Expand Up @@ -114,4 +114,4 @@ bbot -t evilcorp.com -f subdomain-enum -c modules.shodan_dns.api_key=deadbeef mo

For more information, see [Configuration](./scanning/configuration/). For a full list of modules, including which ones require API keys, see [List of Modules](./scanning/list_of_modules).

[Next Up: Scanning](./scanning/){ .md-button .md-button--primary }
[Next Up: Scanning -->](./scanning/){ .md-button .md-button--primary }
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ plugins:
- extra-sass

markdown_extensions:
- attr_list
- admonition
- pymdownx.details
- pymdownx.superfences
Expand Down

0 comments on commit f8ed4ce

Please sign in to comment.