Skip to content

rosetscmite/Python-AV-Evasion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-AV-Evasion

Execute shellcode and evade AV detection with python.

Some old and unmantained (but still working, it seems) python scripts to execute a shellcode (shell.py and winshell.py) and evade AVs.

  1. shell and winshell do straightforward shellcode execution on Linux and Windows respectively.
  2. cryptshell is the first try at executing an Hyperion like crypted shellcode.
  3. generate.py does instead generate python scripts (similar to the former ones) from a given shellcode (read from a file or piped in by msfpayload/msfvenom), optionally adding an Hyperion/Veil/SympleCrypter like AV evasion. The generated script could be very well used with PyInstaller or similar, automation for this is not implemented though.

For real world usage DES is probably totally outdated, it should be replaced with AES (or 3DES at least). Don't mind it, it's already using AES, I was confusing it with SimpleCrypter

About

Execute shellcode and evade AV detection with python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%