mirror of
https://github.com/aljazceru/recon-pipeline.git
synced 2025-12-21 16:24:26 +01:00
Added tools command asciicast
This commit is contained in:
@@ -58,6 +58,8 @@ pipenv install
|
||||
pipenv shell
|
||||
```
|
||||
|
||||
[](https://asciinema.org/a/318395)
|
||||
|
||||
After installing the python dependencies, the `recon-pipeline` shell provides its own [tools](https://recon-pipeline.readthedocs.io/en/latest/api/commands.html#tools) command (seen below). A simple `tools install all` will handle all additional installation steps.
|
||||
|
||||
> Ubuntu Note (and newer kali versions): You may consider running `sudo -v` prior to running `./recon-pipeline.py`. `sudo -v` will refresh your creds, and the underlying subprocess calls during installation won't prompt you for your password. It'll work either way though.
|
||||
@@ -67,7 +69,7 @@ up the pipeline.
|
||||
|
||||
The installer maintains a (naive) list of installed tools at `~/.local/recon-pipeline/tools/.tool-dict.pkl`. The installer in no way attempts to be a package manager. It knows how to execute the steps necessary to install and remove its tools. Beyond that, it's like Jon Snow, **it knows nothing**.
|
||||
|
||||
[](https://asciinema.org/a/318395)
|
||||
[](https://asciinema.org/a/343745)
|
||||
|
||||
## Defining a Scan's Scope
|
||||
|
||||
|
||||
Reference in New Issue
Block a user