Updated Payload File to DLL

Logging
Harley Lebeau 2017-05-03 10:35:22 -04:00 committed by GitHub
parent 1b946271b2
commit 214c6e060d
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ sub persistUserSchtasks {
drow_text($dialog, "targetpath", "Target Path:");
drow_file($dialog, "payloadfile", "DLL Payload:");
dbutton_action($dialog, "Ok");
dbutton_action($dialog, "Create");
dialog_show($dialog);
}