Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typo #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions cmd/collect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Description

The collection server decrypts messages adressed to itself from the agents, and writes them to the file system.
The collection server decrypts messages addressed to itself from the agents, and writes them to the file system.

Read more about this tool in the documentation: https://docs.netcap.io

Expand Down Expand Up @@ -46,10 +46,10 @@ Start the server:
$ net collect -privkey priv.key -addr 127.0.0.1:4200
$ net collect -gen-keypair

-addr="127.0.0.1:1335": specify an adress and port to listen for incoming traffic
-addr="127.0.0.1:1335": specify an address and port to listen for incoming traffic
-config="": read configuration from file at path
-gen-config=false: generate config
-gen-keypair=false: generate keypair
-membuf-size=10485760: set size for membuf
-privkey="": path to the hex encoded server private key
-version=false: print netcap package version and exit
-version=false: print netcap package version and exit
2 changes: 1 addition & 1 deletion docs/resolvers.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ To determine the geolocation for a given host, the MaxMind GeoLite database is u

{% embed url="https://dev.maxmind.com/geoip/geoip2/geolite2/" caption="GeoLite2 MaxMind" %}

Geolocation lookups can provide the Country, City and ASN where an ip adress is registered.
Geolocation lookups can provide the Country, City and ASN where an ip address is registered.

Download the databases and move them into the database path.

Expand Down