Skip to content

Commit

Permalink
update readme, pipx command
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechromancer committed Jul 9, 2023
1 parent e772525 commit 744f3b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ For more installation methods including [Docker](https://hub.docker.com/r/blackl
pipx install bbot

# bleeding edge (dev branch)
pipx install --pip-args pre bbot
pipx install --pip-args '\--pre' bbot

bbot --help
```
Expand Down Expand Up @@ -159,5 +159,3 @@ Special thanks to the following people who made BBOT possible:
- Steve Micallef (@smicallef) for creating Spiderfoot
- @kerrymilan for his Neo4j and Ansible expertise
- Aleksei Kornev (@alekseiko) for allowing us ownership of the bbot Pypi repository <3

See also: [Release History](https://github.com/blacklanternsecurity/bbot/wiki/Release-History)
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ BBOT offers multiple methods of installation, including **pipx** and **Docker**.
pipx install bbot

# bleeding edge (dev branch)
pipx install --pip-args pre bbot
pipx install --pip-args '\--pre' bbot

# execute bbot command
bbot --help
Expand Down
2 changes: 1 addition & 1 deletion docs/scanning/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Scope distance continues to increase the further out you get. Most modules (e.g.

#### Displaying Out-of-scope Events

By default, BBOT only displayed in-scope events (with a few exceptions such as `STORAGE_BUCKET`s). If you want to see more, you must increase the [config](./configuration/) value of `scope_report_distance`:
By default, BBOT only displays in-scope events (with a few exceptions such as `STORAGE_BUCKET`s). If you want to see more, you must increase the [config](./configuration/) value of `scope_report_distance`:

```bash
# display out-of-scope events up to one hop away from the main scope
Expand Down

0 comments on commit 744f3b1

Please sign in to comment.