https://github.com/billythegoat356/Specter
A Python3 tool allowing you to obfuscate your script and camouflate the obfuscation.
https://github.com/billythegoat356/Specter
bytecode camouflate compiled marshal obf obfuscate pyc
Last synced: 21 days ago
JSON representation
A Python3 tool allowing you to obfuscate your script and camouflate the obfuscation.
- Host: GitHub
- URL: https://github.com/billythegoat356/Specter
- Owner: billythegoat356
- License: epl-2.0
- Created: 2022-03-27T21:19:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-22T20:54:18.000Z (over 1 year ago)
- Last Synced: 2025-04-02T14:21:43.871Z (22 days ago)
- Topics: bytecode, camouflate, compiled, marshal, obf, obfuscate, pyc
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 73
- Watchers: 1
- Forks: 12
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-python-re - Specter
README
-----
![]()
-----
###
👻 Specter 👻
First of all, if you're looking for the BEST fully Python obfuscator, you should check Hyperion!
Specter is another Python3 obfuscator using a special technique to make your code even harder to deobfuscate.
It is going to add multiple layers, with a final layer allowing the user to camouflate his code so the obfuscate code looks like a normal one.
-----
###
⭐ Features ⭐
+ This time you can be sure skids won't be able to get your code
+ Very fast execution
+ Very good obfuscation
+ Can be compiled to .EXE
![]()
- You have around 1/10 chance for your obfuscated code to cause an error (I don't know why). If it does, please obfuscate it again
- Isn't compatible with all Python versions. You have to try it yourself to see-----
###
🎯 Levels 🎯
This section shows the "levels" of this project, from 0/5 ⚪ to 5/5 ⚫!
⚪🟢🔵🔴🟣⚫
* Time: 🔴
* Complexity: 🔴
* Service: ⚫-----
###
💡 Ideas 💡
Feel free to make a pull request on this repository to submit any idea!
* Add more layers :)
-----
###🎨 Credits 🎨
* [Bleu-No](https://github.com/Bleu-No) | Explained me how to use marshal module
* [svenskithesource](https://github.com/Svenskithesource) | Helped me to understand how .PYC files work
-----###
📌 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