Skip to content
forked from Raffy27/Antiscan

Antiscan.me automatization script

Notifications You must be signed in to change notification settings

Lencof/Antiscan-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Antiscan

This script makes use of the Antiscan.me service, a site that allows you to scan your binaries with multiple antivirus engines without distributing them. It is meant to make the scanning process easier and more convenient.

Requirements

Required packages:

requests
colorama
beautifulsoup4

You also need a working Antiscan.me API Key to perform scans.

Usage

usage: scan.py [-h] [-f FILE] [-img] key

Antiscan.me automatization script

positional arguments:
  key                   Your Antiscan.me API Key

optional arguments:
  -h, --help            show this help message and exit
  -f FILE, --file FILE  File to scan
  -img, --image         Save the scan result as an image

Supported file types

Antiscan.me supports the following file types:

Extension Description
exe Executable files
dll Dynamic Link Libraries
bin Binary files
msi Windows Installer Packages
doc, docx Microsoft Word Documents
rtf Rich Text Format files
xls, xlsx Microsoft Excel Spreadsheets
pdf Printable Document Format Files
js JavaScript files
vbs, vbe VBScript files
ico Icon files

If you want to scan files of a different type, rename them (*.bin) before scanning.

Notes

All credit for the scanning service goes to Antiscan.me.

Free daily scans are not currently supported.

This script uses the AVCHECK API.

About

Antiscan.me automatization script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%