Skip to content

A python based webshell discovery and decoder for static packet captures. Designed to be extended for easy identification and decoding of many webshell families.

License

Notifications You must be signed in to change notification settings

fredflinch/mothra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mothra

A python based webshell discovery and decoder tool supporting, static packet captures, filesystem analysis (TODO) and linux process memory. Designed to be extended for easy identification and decoding of many webshell families.


BASIC USAGE:

To parse out the commands run by the webshell if a compatable parser is found

./mothra.py --infile <input pcap> --yaras <path to .yar or yara directory> --mode parse (OPTIONAL) --outfile <path to output file location (csv by default)>

To search the pcap for evidence of webshell based on yara

./mothra.py --infile <input pcap> --yaras <path to .yar or yara directory> --mode search

To search process memory

./mothra.py --pid <proc id of webserver/process to inspect> --yaras <path to .yar or yara directory> --mode memscan (OPTIONAL) --outfile <directory to dump proc mem>


Mothra utilises pre-written YARA rules for identification of uploaded webshells and a module based decoding structure to allow for easy creation and integration of custom decoders for all sorts of webshells

Currently Supported Webshells

  • Godzilla in PHP mode B64 XOR mode

TODO:

  • Add YARA scan to filesystem for on-disk webshell identification
  • Extend HTTP mode scanning to support TLS/SSL given keys
  • Add more webshells (particually the rest of the Godzilla suite)

About

A python based webshell discovery and decoder for static packet captures. Designed to be extended for easy identification and decoding of many webshell families.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published