Bytescanner API

As a penetration tester , sometimes we have to test our payload against different AV , so we can know that during actual test it can not detected by AV. Most of people are using virus total , but as we know virus total distribute their result with AV companies , so after sometimes our payload is detected by more AV.

Bytescanner is same as virus total , but they don`t share  their result with AV companies.  They also provide  python,c,Delphi,API,java,c#,php API.

(1)Signup at Bytescanner

(2)Confirm your email address.

(3)Download API from SDK menu. i `m going to use python API, you can use other API.

(5)Now open python file & at line number 12 &13 replace  youremailaddress@bytescanner.com and yourbytescannerpassword with   your email address & password respectively.

(6)Compile it and make it executable.

chmod +x bsPython.py

python bsPython.py

(7)Now enter path of file to scan.

bytescanner-python-api

Byte scanner python api