Malware Probe is a pretty simple and basic malware analysis tool developed in Python.
Requirements:
- python
- Internet connection
- valid VirusTotal api key
It can be run from the Linux terminal by using the following steps:
- Clone this GitHub repository
- Navigate to the directory on which it is downloaded
- Open the file in the nano text editor and replace "YOUR_VIRUSTOTAL_API_KEY" with your VirusTotal api key
- Run the tool using the command: python3 MalwareProbe.py
You can also create an executable file for the tool using the command: pyinstaller --onefile --windowed MalwareProbe.py