Fixed RNDIS typo in Win93 Prank (#259)

This commit is contained in:
Darren Kitchen 2017-09-28 00:38:47 -07:00 committed by Sebastian Kinne
parent 01dd281e4f
commit c0ab8d3e88

View File

@ -24,7 +24,7 @@ if [ -z "${TARGET_IP}" ]; then
echo "No target IP, checking if it's a windows host" >> $LOOTDIR/win93.log
DEFAULT_OS='WIN'
LED SPECIAL
ATTACKMODE RDNIS_ETHERNET
ATTACKMODE RNDIS_ETHERNET
sleep 3
GET TARGET_IP
if [ -z "${TARGET_IP}" ]; then