blacklanternsecurity / bbot

A recursive internet scanner for hackers.
https://www.blacklanternsecurity.com/bbot/
GNU General Public License v3.0
4.59k stars 415 forks source link

Better README #863

Closed TheTechromancer closed 8 months ago

TheTechromancer commented 10 months ago

Instead of presenting BBOT as a "recursive OSINT framework", we should be presenting it first as the one-stop-shop, the last tool you'll ever need.

Approaching BBOT from this angle puts it in better context. So far we've been marketing it like amass or subfinder, and this is exactly how it is being used -- people are running it in addition to all their other tools when they would be getting better value by running it instead of them.

The biggest feature should still be the recursion, but this should support the "one-stop-shop" idea, and encourage the use of BBOT as the center hub where you plug in all your other tools.

Hyperland's readme also has some cool features:

image

Alternatively, OneForAll has expandable sections that are really nice:

image

This works like this:

<details>
<summary><b>🐍Installation requirements</b></summary>

OneForAll is developed and tested based on [Python 3.6.0](https://www.python.org/downloads/release/python-360/), OneForAll needs to be higher than Python 3.6.0 to run.
For more information on installing the Python environment, please read [Python 3 Installation Guide](https://pythonguidecn.readthedocs.io/zh/latest/starting/installation.html#python-3).

After installation python, run the following command to check the Python and pip3 versions:
```bash
python -V
pip3 -V
```
If you see the following output, there is no problem with the Python environment:
```bash
Python 3.6.0
pip 19.2.2 from C:\Users\shmilylty\AppData\Roaming\Python\Python36\site-packages\pip (python 3.6)
```
</details>
TheTechromancer commented 8 months ago

Added in https://github.com/blacklanternsecurity/bbot/pull/971.