User Schtasks Persistence Dialog Menu

Logging
Harley Lebeau 2017-05-03 08:58:18 -04:00 committed by GitHub
parent 10c5618d97
commit a8cb9fa820
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@
sub persistUserSchtasks {
$bid = $1;
$dialog = dialog("User Schtasks Persistence", %(taskname => "Evil Task Name..", targetpath => "Target Path..", payloadfile => "Select.."), lambda({
if ("$3['taskname']" ismatch 'Evil Task Name..' || "$3['targetpath']" ismatch 'Target Path..' || "$3['payloadfile']" ismatch 'Select..') {
berror($bid, "\c4Please enter a valid Task Name, Target Path, and a valid Payload File.");