Cleanup: BunnyTap: Add new header to payload.
parent
49b157156d
commit
e86e64c21c
|
@ -1,8 +1,16 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# Title: BunnyTap
|
||||
# Author: Whistle Master
|
||||
# Version: 1.0
|
||||
# Title: BunnyTap
|
||||
# Version: 1.0
|
||||
# Author: Whistle Master
|
||||
# Props: Samy Kamkar
|
||||
# Description:
|
||||
# PoisonTap for the BashBunny
|
||||
#
|
||||
# LEDS:
|
||||
# White Blinking: No DNSSpoof found
|
||||
# Green Blinking: Starting Attack
|
||||
# Blue: Started Attack
|
||||
|
||||
# Enable Ethernet (RNDIS = Windows, ECM = mac/*nix)
|
||||
#ATTACKMODE RNDIS_ETHERNET
|
||||
|
@ -35,4 +43,4 @@ fi
|
|||
LED G 200
|
||||
setupNetworking
|
||||
startBunnyTap
|
||||
LED B 0
|
||||
LED B 0
|
||||
|
|
Loading…
Reference in New Issue