Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/billythegoat356/jawbreaker
- Owner: billythegoat356
- License: epl-2.0
- Created: 2021-08-15T16:44:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-01T01:38:53.000Z (over 2 years ago)
- Last Synced: 2023-03-05T19:58:34.283Z (almost 2 years ago)
- Topics: b64, base64, hastebin, http, obfuscation, pastebin, poc, python, requests
- Language: Python
- Homepage:
- Size: 92.8 KB
- Stars: 52
- Watchers: 1
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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