Skip to content

karankohale/AnoScann

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Usage

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.

  1. Clone this repository to your local machine using the command:

    git clone https://github.com/karankohale/AnoScann.git
    
  2. Navigate to the directory of the cloned repository using the command:

    cd <your-repository>
    
  3. Provide the executable permission:

    chmod +x AnoScann.py
    

    Replace <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.py                                            
    

    Created 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.

  4. 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.

Note: This tool is provided for educational and research purposes only. The author is not responsible for any damage or harm caused by the misuse of this tool. Use at your own risk.

About

This tool will help you to scan any file/application/exe/url/etc. The will give you the Md5 and Sha256 hash value of the provided and it will perform a VirusTotal Reputation check and provide the report accordingly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages