View Issue Details

IDProjectCategoryView StatusLast Update
0009398Kali LinuxNew Tool Requestspublic2025-11-12 17:09
Reporternoahoksuz Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0009398: new tool Osripper
Description

Summary - OSRipper: Advanced cross-platform payload generator and crypter with FUD capabilities for penetration testing and red team operations.
[Name] - OSRipper
[Version] - 0.3.2
[Homepage] - https://github.com/NoahOksuz/OSRipper
[Download] - https://github.com/NoahOksuz/OSRipper/releases (or clone from the repo)
[Author] - NoahOksuz
[Licence] - MIT License
[Description] - Advanced payload generator and crypter for creating FUD backdoors. Generates bind shells, reverse TCP meterpreter payloads, and custom encrypted payloads with multi-layer obfuscation, anti-VM detection, and evasion techniques. Supports compilation to standalone binaries and includes ngrok integration for easy remote access. Has been getting 0 detections on all major AV platforms for years (and antiscan and VT) and i therefore think it would be a valuable addition to the kali preinstalled tools. Has been getting a lot of attention in the past few years and would certainly be beneficial for red teamers as well as blue teamers to learn more about advanced backdoor obfuscation.
[Dependencies] -
Nuitka>=1.8.0
tinyaes>=1.0.0
pprintpp>=0.4.0
zstandard>=0.19.0
sandboxed>=0.1.0
pyinstaller>=5.0
ngrok-api>=0.4.0
pyngrok>=6.0.0
ordered-set>=4.1.0
requests>=2.28.0
psutil>=5.9.0
colorama>=0.4.6
rich>=13.0.0
click>=8.1.0
pyyaml>=6.0
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-mock>=3.11.0

[Similar tools] - Veil-Evasion, TheFatRat, msfvenom (but with enhanced FUD capabilities and obfuscation and gets no detections as opposed to those tools.)
[Activity] - Project started in early 2022, actively maintained with growing community interest. Recent updates and ongoing development.
[How to install] - Standard Python package: pip install -e . from source, or install from a tagged release. Requires Python 3.6+ and the dependencies listed in requirements.txt.
[How to use] - CLI: osripper-cli reverse -H <IP> -p <PORT> --obfuscate --compile --delay --enhanced for a reverse shell, or osripper-cli bind -p 4444 for a bind backdoor. Interactive mode: osripper or osripper-cli interactive.
[Packaged] - Not yet packaged for Debian but will do it if approved

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-11-12 17:09 noahoksuz New Issue