File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ private static void Help()
3131install_clr - create assembly and procedure
3232uninstall_clr - drop clr
3333clr_dumplsass - dumplsass by clr
34+ clr_getav - get anti-virus software on this machin by clr
3435clr_adduser {user} {pass} - add user by clr
3536clr_download {url} {path} - download file from url by clr
3637clr_scloader {code} {key} - Encrypt Shellcode by Encrypt.py (only supports x64 shellcode.bin)
@@ -332,6 +333,9 @@ static void interactive(string[] args)
332333 case "clr_dumplsass" :
333334 clr_exec ( "clr_dumplsass" ) ;
334335 break ;
336+ case "clr_getav" :
337+ clr_exec ( "clr_getav" ) ;
338+ break ;
335339 case "clr_adduser" :
336340 {
337341 String s = String . Empty ;
@@ -474,6 +478,9 @@ static void Noninteractive(string[] args)
474478 case "clr_dumplsass" :
475479 clr_exec ( "clr_dumplsass" ) ;
476480 break ;
481+ case "clr_getav" :
482+ clr_exec ( "clr_getav" ) ;
483+ break ;
477484 case "clr_adduser" :
478485 {
479486 String s = String . Empty ;
You can’t perform that action at this time.
0 commit comments