Skip to content

nullsection/Sneaky-DLL-Stager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Sneaky-DLL-Stager

Moderately stealthy shellcode stager.

                                    ******,,,******                             
                               .***    ......      .**,                         
                             **,   ...........         **                       
                           **  ,.............            **                     
                         **  (...............           . .**                   
,                      ,*, *(..................          (  **             .    
       ***********,,,,**  (*................              *  **              **,
    .******,      .,***  (,............                    *  *********.        
   ******           **  (,....(...                          ( .*. .******       
******.            *,  (/..(,..                              , **    *******,   
****              ,*. /(/(..                                 ( .*.      ********
**,               **  ((..                                   (  *,        ******
**              ,*,  (/..                                    .  **        .*****
       .       ,*.  (..       .@&...                         (/ ,*. .      *****
      *       .*.  (..         ..&@@@&.         .....#@.      (  ,*  *          
    *         **  (..             ....        .@@@@@%.         (  **  **        
   *.        ,*  /(..                                          (  ,*    ,*      
   *         **  ((..       *                                   ,  **    ,      
  .          **  /(..       .*                       .,        .   **    .      
        ,*****,   /(..        *                     *          (  ,*            
   ***,     /((...   (,.       .                  *.         /(  ,***.          
**.    (((...........    *                                 (,  ,,     ,***  ****
   (((,.................                               .    .......((/    ,*****
(((........................ ..                          ..............,((*   .**
*............................... ..               ........................((/   
........................................       .............................((( 
....... ... .............  ................. .............. ................../(
......... .  ..............     ........................ ......................(
..........   ..................  .................... ................  ........
...........   .......................................................   ........
............    ....................................................   .........


This is a very simple shellcode stager. Dynamic function loading, function name obfuscation and in memory shellcode execution. Nothing crazy fance but it works.

Instrutions

  1. Simply generate your own shellcode using msfvenom, donut, powershellempire etc.
  2. Insert your routable ip within the cpp file . You can also change the function name exported too optionally.
  3. Compile the DLL
  4. Server your shellcode on your webserver
  5. rundll32.exe stager.dll,update

Detections

image

About

Reasonably undetected shellcode stager and executer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages