Skip to content

Commit

Permalink
Format README
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGroundZero authored Nov 18, 2021
1 parent 0299699 commit b155814
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,14 @@ This currently has some issues (see #4)

## Filtering options

### The -n/-N/-r/-R/-e/-E options will read a file with one option per line. Networks accepts CIDRs, IP Ranges or IPs. Regex accept any valid regex expression and will be case insensitive matched against the name of the vulnerability. CVEs are inserted in the CVE-YYYY-nnnnn format.

### The -c option will read a .yml file with all configurations. If the -c option is used, any other options but input and output filenames are ignored. There is a sample of a configuration file in the docs/ folder
The `-n`/`-N`/`-r`/`-R`/`-e`/`-E` options will read a file with one option per line.
Networks accepts CIDRs, IP Ranges or IPs.
Regex accept any valid regex expression and will be case insensitive matched against the name of the vulnerability.
CVEs are inserted in the `CVE-YYYY-nnnnn` format.

The `-c` option will read a .yml file with all configurations.
If the `-c` option is used, any other options but input and output filenames are ignored.
There is a sample of a configuration file in the `docs/` folder

## Examples

Expand Down

0 comments on commit b155814

Please sign in to comment.