This tool is designed to scan any executable files, images, URLs, or other files and provide their MD5 and SHA-256 hash values as well as a reputation check on VirusTotal.
To use this tool, you'll need to have Python 3.x and the requests library installed on your system.
-
Clone this repository to your local machine using the command:
git clone https://github.com/karankohale/AnoScann.git -
Navigate to the directory of the cloned repository using the command:
cd <your-repository> -
Provide the executable permission:
chmod +x AnoScann.pyReplace
<filename>with the name of the file you want to scan.For example, to scan a file called "sample.exe" in the current directory, run:
python AnoScann.pyCreated By Karan Kohale
Enter the path of the file you want to scan:
MD5 Hash: bd3af0ad4bbe9def1d6bb2e189e1b4e5 SHA-256 Hash: 822ac152bd7c2d9770b87c1feea03f22f2349a91b94481b268c739493a260f0b
Enter your VirusTotal API key:
VirusTotal Reputation: 0. This file seems to be safe.
You will be prompted to enter your VirusTotal API key. If you don't have an API key, you can get one by signing up at https://www.virustotal.com/gui/join-us.
-
The script will then display the hash values and the reputation check result for the file in an ASCII art style with the name "Karan Kohale" at the top. If the reputation check result is 1 or greater, a message in red color will be displayed with a link to the VirusTotal graph for the file.