Advertisement
TVT618

Metasploit AV Evasion

Aug 1st, 2018
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. Metasploit AV Evasion - Create Metasploit payload can bypass Anti-Virus
  2.  
  3. Metasploit AV Evasion
  4. Metasploit payload generator that avoids most Anti-Virus products.
  5. Released as open source by NCC Group Plc - https://www.nccgroup.trust/us/
  6.  
  7. Developed by Daniel Compton at https://www.nccgroup.trust/us/
  8. Released under AGPL see LICENSE for more information
  9.  
  10. Removed Deprecated Commands in favor of MsfVenom
  11. Updated 12/2015
  12.  
  13. Removed use of ifconfig for more Distro Compatibility, Using "ip route" for ip Detection.
  14. Added gcc compiler use condition for use in Arch Based Distros.
  15. Using "msfconsole -x" for auto Listener launching instead of resource file.
  16. Code Cleanup.
  17. Tested on Kali Linux.
  18.  
  19. Website: www.jsitech.com
  20. GitHubhttps://github.com/jsitech
  21. Twitter: @JsiTech
  22.  
  23. Install and Run:
  24. sudo apt update
  25. sudo apt install metasploit-framework
  26. git clone https://github.com/nccgroup/metasploitavevasion avoid
  27. cd avoid
  28. bash avoid.sh
  29.  
  30. Features:
  31. * Easily generate a Metasploit executable payload to bypass Anti-Virus detection
  32. * Local or remote listener generation
  33. * Disguises the executable file with a PDF icon
  34. * Executable opens minimised on the victims computer
  35. * Automatically creates AutoRun files for CDROM exploitation
  36.  
  37. Screenshots:
  38.  
  39. Download Metasploit AV Evasion: https://github.com/nccgroup/metasploitavevasion
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement