cleanup: BunnyHound: Add new payload header
parent
e86e64c21c
commit
125a5fff62
|
@ -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
|
||||
LED FINISH
|
||||
|
|
Loading…
Reference in New Issue