Tylous / SourcePoint

SourcePoint is a C2 profile generator for Cobalt Strike command and control servers designed to ensure evasion.
1.01k stars 150 forks source link

Fix incorrect array reference #3

Closed Xenov-X closed 3 years ago

Xenov-X commented 3 years ago

Array for GeneratePE function without beacon_PE arg specified incorrectly referenced the Post_EX_Process_Name array,

Corrected to Peclone_list - In line with the PEclone_list array queried when beacon_PE arg is specified.

Tylous commented 3 years ago

Good catch! As you can tell it's a large codebase.