diff --git a/LICENSE b/LICENSE index 8cb89a4..958cccf 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 bonjourmalware +Copyright (c) 2020 ma111e Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 5655f56..09c5293 100644 --- a/README.md +++ b/README.md @@ -4,17 +4,17 @@

Monitor the Internet's background noise

- Go Report Card - Coverage Status - Docker build status - Docker image size + Go Report Card + Coverage Status + Docker build status + Docker image size

- Latest release - Documentation - Installation - Quickstart + Latest release + Documentation + Installation + Quickstart Go Report Card

@@ -78,16 +78,16 @@ There is a lot of rom for improvement though, so here are some features that I'd # Preview

- - + +

# Quickstart -[Quickstart details.](https://bonjourmalware.github.io/melody/installation) +[Quickstart details.](https://ma111e.github.io/melody/installation) ## TL;DR ### Release -Get the latest release at `/~https://github.com/bonjourmalware/melody/releases`. +Get the latest release at `/~https://github.com/ma111e/melody/releases`. ```bash make install # Set default outfacing interface @@ -115,7 +115,7 @@ tail -f /opt/melody/logs/melody.ndjson # | jq ### From source ```bash -git clone /~https://github.com/bonjourmalware/melody /opt/melody +git clone /~https://github.com/ma111e/melody /opt/melody cd /opt/melody make build ``` @@ -130,7 +130,7 @@ make enable_all_rules # Enable the default rules mkdir -p /opt/melody/logs cd /opt/melody/ -docker pull bonjourmalware/melody:latest +docker pull ma111e/melody:latest MELODY_CLI="" # Put your CLI options here. Example : export MELODY_CLI="-s -i 'lo' -F 'dst port 5555' -o 'server.http.port: 5555'" @@ -142,14 +142,14 @@ docker run \ --mount type=bind,source="$(pwd)/var",target=/app/var,readonly \ --mount type=bind,source="$(pwd)/rules",target=/app/rules,readonly \ --mount type=bind,source="$(pwd)/logs",target=/app/logs/ \ - bonjourmalware/melody + ma111e/melody ``` The logs should start to pile up in `/opt/melody/logs/melody.ndjson`. # Rules -[Rule syntax details.](https://bonjourmalware.github.io/melody/installation) +[Rule syntax details.](https://ma111e.github.io/melody/installation) ## Example @@ -183,7 +183,7 @@ CVE-2020-14882 Oracle Weblogic Server RCE: # Logs -[Logs content details.](https://bonjourmalware.github.io/melody/layers) +[Logs content details.](https://ma111e.github.io/melody/layers) ## Example