Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/billythegoat356/jawbreaker

A Python obfuscator using HTTP Requests and Hastebin.
https://github.com/billythegoat356/jawbreaker

b64 base64 hastebin http obfuscation pastebin poc python requests

Last synced: 3 months ago
JSON representation

A Python obfuscator using HTTP Requests and Hastebin.

Awesome Lists containing this project

README

        

-----



-----

###

🔨 Jawbreaker 🔨






First of all, if you're looking for the BEST fully Python obfuscator, you should check Hyperion!



Jawbreaker is a Python obfuscator written in Python3, using double encoding in



base16, base32, base64, HTTP requests and the Hastebin API.



-----

###

⭐ Features ⭐




+ Good obfuscation, skids won't be able to see your code


+ Very fast execution


+ File size will always be 49kb, no matter your code's length





- Using a third-party HTTP server (the Hastebin API)


- Using HTTP requests


- The obfuscation is working only 1 month, since Hastebin is stocking the data for only one month.

-----

###

💡 Ideas 💡

Feel free to make a pull request on this repository to submit any idea!




* Host the HTTP server on Replit or a VPS/Raspberry PI


-----

###

🪓 Deobfuscators 🪓



I did not check the code of the following repositories, use them at your own risks.




* [Jawbreaked](https://github.com/HideakiAtsuyo/Jawbreaked) by [HideakiAtsuyo](https://github.com/HideakiAtsuyo) | C#
* [De-Jawbreaker](https://github.com/Noderyos/De-Jawbreaker) by [Noderyos](https://github.com/Noderyos) | Python3
* [Jawfixer](https://github.com/NSDCode/Jawfixer) by [NSDCode](https://github.com/NSDCode) | C#
* [Jawbreaker-Deobfuscator](https://github.com/Bleu-No/jawbreaker-Deobfuscator) by [Bleu-No](https://github.com/Bleu-No) | Python3




-----

###

📌 Disclaimer 📌




* ***Please use this program only for educational purposes.***
* ***It is not meant to be used in any malicious way, and I decline any responsibility for what you do with it.***


-----

###

billythegoat356