8000 GitHub - looCiprian/encryption_1: AV evasion for SharpSploit
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

looCiprian/encryption_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Encryption_1

What is it?

Encryption_1 is a program that can be useful in post exploitation operations in order to silently load SharpSploit. Moreover, can ben used to load and execute standalone powershell script.

How does it work?

Encryption_1 works in two phases:

  1. On the attacher machine:
    1. Use Encryption_1 to encrypt SharpSploit.dll with aes symmetric encryption and save aes key and aes iv files.
  2. On the target machine:
    1. Upload Encryption_1, SharpSploit.dll.enc, aes key and aes iv
    2. Run Encryption_1 to load the encrypted dll in RAM

The work flow of the application can be found here:

Work flow

Why does it not detected by AV?

Sharpsploit dll cannot be detected by "standard" AV because the file is encrypted and cannot be parsed from the antivirus.

Which program can detect it?

The only way to detect Sharpsploit is using a RAM inspector antivirus.

Why does the Encryption_1's code not available?

The Encryption_1's code is not available because it is simple to write, anyone can write it. Moreover, in this way there will be less submissions of the same code on Virustotal :)

About

AV evasion for SharpSploit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0