it seems when I'm using an ampersand in an argument, the check is not working and I get an EOF error.
This is in $ARG1$:
Code: Select all
-e 200 -u '/energieboekhouding/erbisweb.dll?topage=index2.htm' --post='inputuser=ADMIN&inputpassword=blabla' --useragent='Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36' -r 'Ongeldige' --invert-regexCode: Select all
(No output on stdout) stderr: /bin/sh: -c: line 0: unexpected EOF while looking for matching `''
/bin/sh: -c: line 1: syntax error: unexpected end of fileI tried escaping the ampersand, but it didn't work.
Any suggestions so I can use ampersand & in my ARGs?
Grtz
Willem