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

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!

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