From 4af298f1d8cdbc25e8f1d19ef45ad8e42cf6dafb Mon Sep 17 00:00:00 2001 From: serxoz Date: Wed, 17 Apr 2024 13:43:46 +0200 Subject: [PATCH] some aclarations on README --- Makefile | 2 +- README.md | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 93b12ce..1c7a050 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,6 @@ docker-build: docker-run: docker run --rm --name $(NAME) \ - --expose 5060/udp -p 5063:5060/udp \ + --expose 5060/udp -p 5060:5060/udp \ --mount type=bind,source="$(PWD)"/config.toml,target=/app/config.toml,readonly \ $(NAME):$(VERSION) diff --git a/README.md b/README.md index 486bf0d..e00754b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,17 @@ Could be defined as a slow honeypot... Initially will be designed against a sipvicious attacker. -## Answer to OPTIONS +## SIP features: +- Answer to OPTIONS This way will be mapped in the network +- Answer to REGISTER +This way attacker will be entertained for some time... :D +## Use +- Docker: simply do make docker-build && make docker-run +- Install: enter installation directory and run install.sh + +## Configure +Read config.toml and adapt it to your preferences. Keep in mind that for docker +use you want to keep log_file="CONSOLE".