Posts

Showing posts from July, 2016

AntiVirus ByPass using Python

Image
In this article we will try to bypass Antivirus program using Python.But before we start our attack let's check if we have this programs in our VM network.For this attack i use 3 VMs: Windows 7 (Victim) Windows XP SP2 (PyInstaller) Backtrack 5r3 (Metasploit) Windows XP SP2 (PyInstaller) Python version 2.7 ( https://www.python.org/ftp/python/2.7.12/python-2.7.12.msi ) PyInstaller -2.1 ( https://github.com/pyinstaller/pyinstaller/releases/download/v2.1/PyInstaller-2.1.zip ) Pywin32 ( https://sourceforge.net/projects/pywin32/files/pywin32/Build/220/ ) pastebin.com/index/rrhcGeHh (Copy the script into a text editor and save the file with *.py extension)