From c86bcacd0d8bf83205a9d895fd70f67c8176313c Mon Sep 17 00:00:00 2001 From: Giovanni Tommasini Date: Wed, 23 Dec 2020 16:44:54 +0100 Subject: [PATCH] Update README.md "--mt" instead of "-mt" in some example on README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd04c3f..99c8a1d 100755 --- a/README.md +++ b/README.md @@ -126,14 +126,14 @@ NOTE-3: Default message type (--mt) is _subscribe_, if not given. **SIP-DAS Usage:** \ By using scapy library (IP spoofing is supported) ``` -python3 mr.sip.py --das -mt=invite -c --tn= -r +python3 mr.sip.py --das --mt=invite -c --tn= -r python3 mr.sip.py --das --mt=invite -c --tn= -s python3 mr.sip.py --das --mt=invite -c --tn= -m --il=ip_list.txt ``` By using socket library (but doesn't support IP spoofing) ``` -python3 mr.sip.py --das -mt=invite -c --tn= -r -l +python3 mr.sip.py --das --mt=invite -c --tn= -r -l python3 mr.sip.py --das --mt=invite -c --tn= -s -l python3 mr.sip.py --das --mt=invite -c --tn= -m --il=ip_list.txt -l ```