11/16/2020
>● How to bypass antivirus on Android?
Many neglect the protection of the Android operating system, mainly due to the installation of the necessary software from PlayMarket. However, even it contains infected applications. For example, last year, Trend Micro found fifty similar ones.
Such a protection bypass is achieved by high-quality masking of the program logic, which is called obfuscation. This can be done using the AVPass tool.
Installation
Download the repository from github
git clone https://github.com/sslab-gatech/avpass
Run the installer with the command
/install-dep.sh
Using
Next, we need a generated build of a virus for Android. This could be, for example, the RAT from AhMyth. For basic disguise, you just need to write
Also do not forget that credits goes to trojans telegram group
python gen_disguise.py -i individual
The generated apk file is not detected by most antiviruses (perhaps one), and its system requirements are hidden from the user during installation.
Tool for leaking and bypassing Android malware detection system - sslab-gatech/avpass