* feat(README.md): add CLI and InfluxDB Simple Table sections
* feat(img): add influxdb.png image to the repository
This commit is contained in:
parent
747ad486ee
commit
f928bf0632
2 changed files with 9 additions and 0 deletions
|
@ -80,8 +80,17 @@ example execution below.
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
|
### CLI
|
||||||
|
|
||||||
<img src="img/bb_execution.png" alt="command line execution of bronzeburner showing various open ports and details for an ip address">
|
<img src="img/bb_execution.png" alt="command line execution of bronzeburner showing various open ports and details for an ip address">
|
||||||
|
|
||||||
|
### InfluxDB Simple Table
|
||||||
|
|
||||||
|
Below is an example of the data inserted into InfluxDB by bronzeburner. Grafana can be integrated with InfluxDB to plot timelines of ports
|
||||||
|
for each host or to alert on newly observed hosts or ports.
|
||||||
|
|
||||||
|
<img src="img/influxdb.png" alt="influxdb interface showing port information imported into a time series database format for querying">
|
||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
|
|
||||||
**This scans all ports? Isn't that slow?**
|
**This scans all ports? Isn't that slow?**
|
||||||
|
|
BIN
img/influxdb.png
Normal file
BIN
img/influxdb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 130 KiB |
Loading…
Reference in a new issue