mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-10-29 16:58:25 +00:00
Fixed RNDIS typo in Win93 Prank (#259)
This commit is contained in:
committed by
Sebastian Kinne
parent
01dd281e4f
commit
c0ab8d3e88
@@ -24,7 +24,7 @@ if [ -z "${TARGET_IP}" ]; then
|
|||||||
echo "No target IP, checking if it's a windows host" >> $LOOTDIR/win93.log
|
echo "No target IP, checking if it's a windows host" >> $LOOTDIR/win93.log
|
||||||
DEFAULT_OS='WIN'
|
DEFAULT_OS='WIN'
|
||||||
LED SPECIAL
|
LED SPECIAL
|
||||||
ATTACKMODE RDNIS_ETHERNET
|
ATTACKMODE RNDIS_ETHERNET
|
||||||
sleep 3
|
sleep 3
|
||||||
GET TARGET_IP
|
GET TARGET_IP
|
||||||
if [ -z "${TARGET_IP}" ]; then
|
if [ -z "${TARGET_IP}" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user