GoSecure is a command-line tool developed in Golang for cloud-based anti-malware analysis. It allows users to scan their data using open-source cloud-based anti-malicious systems directly from their terminal.
- Cloud-Based Scanning: Utilizes cloud-based anti-malicious systems for efficient and up-to-date malware analysis. ☁️🛡️
- Command-Line Interface: User-friendly CLI powered by Cobra, offering commands for seamless operation. 💻✨
- Easy Integration: Built with resty for straightforward integration with RESTful APIs of cloud anti-malware services. 🔗⚙️
To install GoSecure, follow these steps:
$ git clone [ https://github.com/Er-Sadiq/Go-Secure.git ]
$ cd GoSecure
$ go build
Then move the built executable to your system's binary directory:
$ sudo mv go-secure /usr/local/bin
$ ./go-secure
Enter your Name: <Your-Name>
Enter Your API Key: <API Key>
Enter Your File Path: <File-Path>
Yes, it requires an API key from VirusTotal for now. More functionality will be added as development progresses.
Contributions are welcome! Fork the repo and submit a pull request with your enhancements. 🙌
This project is licensed under the MIT License. See the LICENSE file for details.
If you find GoSecure useful, please leave a like on my repository! 👍 Your support helps me improve and expand the tool. ❤️