From 6f7e96100824d6ccf5b1d7a33b16ecfb4ba692f7 Mon Sep 17 00:00:00 2001 From: Nicholas O'Brien Date: Sun, 14 Apr 2019 23:20:38 -0400 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index cf56e02..9e31b41 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ Configuring ----------- You can hard code values at the top of watershell.c or you can use command line arguments when you launch it. There are three options: - PORT: this defines the port to check for, -p flag, default 12345 -- IFACE: the interface to sniff on, -l flag, default eth0 - PROMISC: whether to sniff all traffic or not, -p flag, default false If promiscuous mode is on any traffic that goes over the network that is UDP and matches the spectfied port will trigger the program, for example sending UDP traffic with a payload of run:reboot to 8.8.8.8 will reboot the listening machine if it is on the same network as the originator. This is useful if you don't want to make direct contact with the machine but still want to send it commands. The status reply will have a spoofed source of the destination host you specified.