https://github.com/billythegoat356/scarecrow
Protect your programs from being analysed with a traffic debugger!
https://github.com/billythegoat356/scarecrow
antidebug debug kill process python python3 secure
Last synced: about 1 year ago
JSON representation
Protect your programs from being analysed with a traffic debugger!
- Host: GitHub
- URL: https://github.com/billythegoat356/scarecrow
- Owner: billythegoat356
- License: epl-2.0
- Created: 2021-11-13T00:54:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-07T19:45:30.000Z (over 4 years ago)
- Last Synced: 2023-03-05T19:58:40.491Z (over 3 years ago)
- Topics: antidebug, debug, kill, process, python, python3, secure
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 33
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
-----
-----
###
🕷️ Scarecrow 🕷️
Scarecrow is a tool written in Python3 allowing you to protect your Python3 scripts.
It looks for processes with specific names to verify if the traffic is analysed by other processes, and if it does, it stops them.
If you want to add processes names to be stopped, make a pull request!
-----
###
⭐ Features ⭐
+ Doesn't need extra libraries
+ Doesn't affect performance
- Can be bypassed by renaming the processes
-----
###
🎯 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 processes names to be analysed
-----
###
📌 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