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

Fixing Custom Profile #8

Closed Xenov-X closed 2 years ago

Xenov-X commented 2 years ago

Custom profiles seemed a bit misaligned

Using profile option 8 used:

        baseuri = "//"

Ignoring custom uri. Updated to correct this.

        baseuri = "" + customuri + ""