* feat(README.md): update bronzeburner description

* fix(README.md): move bronzeburner logo to img directory
This commit is contained in:
Darryl Nixon 2023-09-06 19:31:24 -07:00
parent e3072150d9
commit 329fce6ccb
2 changed files with 12 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<div align="center">
<img src="bronzeburner.png" alt="bronzeburner logo">
<img src="img/bronzeburner.png" alt="bronzeburner logo">
# bronzeburner
@ -16,7 +16,17 @@ use it to monitor your enterprise's ports over time<br/>
## About
*bronzeburner* words
*bronzeburner* is a utility for any sized corporation to help manage exposed services and ports against threats both internal and exterinal.
As firewalls are modified or replaced, rules can be misconfigured so that addresses or ports are available externally that perhaps shouldn't be.
Initially, bronzeburner was going to be a passive perimeter monitor using nfqueue (and alternatively, XDP) to inspect communications. After
implementing this, I realized it did not meet the requirements for the assignment which requires a proactive approach. bronzeburner was rewritten
as a classic network scanner which instruments `rustscan`, expertly parses its output, and inserts it into a time series database most information
security workers should be familiar with.
This instrumentation approach is a bit more basic but enables users to customize their querying, alerting, and filtering requirements themselves using
InfluxDB, Grafana, or any other data sink. As a traditional scanner, it can be run from any location within a network or even from outside, perhaps from a remote
cloud VM.
## Installation

View file

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB