diff --git a/payloads/library/credentials/Bunnyhound/payload.txt b/payloads/library/credentials/Bunnyhound/payload.txt index 33c787ca..5ab67828 100644 --- a/payloads/library/credentials/Bunnyhound/payload.txt +++ b/payloads/library/credentials/Bunnyhound/payload.txt @@ -1,17 +1,24 @@ #!/bin/bash # -# Title: Bunnyhound -# Author: golem445 -# Version: 1.0 -# Dependencies: Impacket, gohttp -# Runtime: Dependent on domain size -# +# Title: Bunnyhound +# Author: golem445 +# Version: 1.0 +# Dependencies: Impacket, gohttp +# Runtime: Dependent on domain size # +# Description: # Sets up Ethernet and HID keyboard interfaces simultaneously, # then uses HID to import Sharphound into memory via local # web server and execute the attack. Results are exported # to the loot directory via SMB. - +# +# LEDS: +# Magenta: Setup +# Yellow Blinking: Attack Phase 1 +# Yellow Double Blinking: Attack Phase 2 +# White Rapid Blinking: Cleaning Up +# Green: Attack Finished +# # Start Setup LED SETUP @@ -61,4 +68,4 @@ rm -rf /loot/smb/* sync # Complete -LED FINISH \ No newline at end of file +LED FINISH