Und3rf10w / Aggressor-scripts

Aggressor scripts I've made for Cobalt Strike

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix the "Browse..." button in ebowla-interop.cna

Und3rf10w opened this issue · comments

The "Browse..." button in ebowla-interop.cna currently does not function. However, if a valid path is entered in the text box, everything will function as normal.

Whatever fix is done for this should simply replace the value in $textFieldPayloadInput using

[$textFieldPayloadInput setText: /path/to/input/payload];

Fixed by 41babb4