Skip to content

lowlevel01/AMSI-Ninja

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AMSI-Ninja

A project that encompasses various aspects of dealing with AMSI

Usage

Usage: amsininja.exe <command> <file_path>


Commands:

[+] scanfile : check if file's content contains malicious signatures or not
[+] findflagged : find exact parts in the file that are statically flagged by Defender

Features

  • Scan file's content via AMSI
  • Find exact parts in the file that are statically flagged by Defender

TODO

  • Optimize search function over all substrings of the payload.

How to contribute

the file utils.cpp contains the functions for each feature. Implement every function there and invoke it in amsininja.cpp

About

A project that encompasses various aspects of dealing with AMSI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages