OSripper

Screenshot

CodeFactor

OSripper is a fully undetectable Backdoor generator and Crypter which specialises in OSX M1 malware. Even though it specialises in OSX malware it also works well for generating windows malware. It now not only generates normal unix executables but also .apps.

Description

OSripper not only generates backdoors but also obfuscates and compiles them. This also includes apple M1 backdoors. Take a closer look at the Roadmap to see how close we are to achieving our goal of total evasion but the results so far are extremely good. In the future i will definetly develop some more specialised and sophisticated Backdoors.

Here are example backdoors which were generated with OSRipper

Screenshot)

Screenshot)

Getting Started

Dependencies

You need python. If you do not wish to download python you can download a compiled release.
The python dependencies are specified in the requirements.txt file.

Since Version 1.4 you will need metasploit installed and on path so that it can handle the meterpreter listeners.

Installing

Linux

apt install git python -y
git clone https://github.com/3subs/OSRipper.git
cd OSRipper
pip3 install -r requirements.txt

Windows

git clone https://github.com/3subs/OSRipper.git
cd OSRipper
pip3 install -r requirements.txt

or download the latest release from https://github.com/3subs/OSRipper/releases/tag/v0.1.6

Executing program

Only this

python3 main.py

Contributing

Please feel free to fork and open pull repuests. Suggestions/critisizm are appreciated as well

Roadmap

v0.1

  • Get down detection to 0/26 on antiscan.me
  • Add Changelog
  • Daemonise Backdoor
  • Add Crypter
  • Add More Backdoor templates
  • Get down detection to at least 0/68 on VT (for mac malware)

v0.2

  • Add Token Logger
  • Add KeyLogger
  • Add some new evasion options
  • Add SilentMiner
  • Make proper C2 server

Help

Just open a issue and ill make sure to get back to you

Changelog

  • 0.1.6
    • Proccess will now trojanise itself as com.apple.system.monitor and drop to /Users/Shared
  • 0.1.5
    • Added Crypter
  • 0.1.4
    • Added 4th Module
  • 0.1.3
    • Got detection on VT down to 0. Made the Proccess invisible
  • 0.1.2
    • Added 3rd module and listener
  • 0.1.1
    • Initial Release

License

Creative Commons Zero v1.0 Universal

Acknowledgments

Inspiration, code snippets, etc.

GitHub

View Github