summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index e6b8987..1959bd1 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
## The oneliner
The collector answers the fundamental question constantly posed by all
-SOC personnel ever: Can I go for lunch now?
+SOC staff ever: Can we have lunch now?
## The elevator pitch
@@ -11,11 +11,11 @@ Your're working as a Security Operations Center engineer and your job
is to, one, know when any part of your infrastructure is vulnerable
and, two, if it is, do something smart about it.
-The collector compiles data from vulnerability scanners and stores it
-in a database. You query the collector for the current vulnerability
-status of your network infrastructure.
+The collector compiles data from vulnerability scanners and stores the
+data in a database. You query the collector for the current
+vulnerability status of your network infrastructure.
-Without a summary of your vulnerability status and ability to quickly
+Without a summary of your vulnerability status and the ability to quickly
deepen your knowledge of a given system, your chances of ever eating
lunch with a clear conscience are slim.
@@ -42,13 +42,13 @@ the full text.
## How to test it out
The collector has been tested on Debian 10 (Buster). Other Unix
-systems should be possible to host it as well.
+systems should also be capable of hosting it.
Clone the repository.
- git clone -b main https://git.sunet.se/soc_collector.git
+ git clone https://git.sunet.se/soc_collector.git
-On a Debian system, first install the dependencies.
+Install dependencies (Debian).
sudo apt install python3 python3-pip python3-leveldb
pip3 install falcon