diff options
author | Linus Nordberg <linus@nordberg.se> | 2021-09-15 06:20:53 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2021-09-15 06:20:53 +0200 |
commit | 6cccfe8cb27fc58f373c069e53f1c8773427d173 (patch) | |
tree | 3f64809db047280ce587373db43186982e14ecc3 | |
parent | 3ed4af1c8fe361aa364d9f51f4d6a517165f8f77 (diff) |
update README wording slightly
-rw-r--r-- | README.md | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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 |