Bypassing anti-virus software
We use anti-virus software to prevent or detect any harmful software or virus and protect our system from getting attacked. Even they are made to keep a computer safe, bypassing them isn't too difficult.
Veil-evasion is a tool used to generate payloads that are undetectable to antivirus and can be used to bypass common anti-virus solutions.
Image credit - securityintelligence.com
How to use veil
To install veil, open a terminal in Kali Linux and run -
Apt-get-y install git clone https://github.com/Veil-Framework/
Veil-Evasion.git
cd Veil-Evasion/
cd setup
Setup.sh-v
After installing, open terminal and navigate to veil framework directory. Then look for available payloads in a veil using the list command.
Image credit - www.crushaderstech.com
Set a payload among the available default payload.
Set phyrion encryptor to yes ''SET USE_PHYRION Y'' using the SET command.
Type generate the payload and use msfvenom by default and use the default handler.
Fill the values for LHOST and LPORT
After the payload is successfully generated, the payload generated location and handler file for msg will be shown. Type:
#msfconsole -r/usr/share/veil-output/handlers/payload_handler.rc
Move the payload to execute on any anti-virus of choice
Thanks mr hacker keep positng this type of helpful article
ReplyDelete