Good afternoon!!!
I read about the nativeBridge.dbgCmd function and it sounds awesome!
I tried to use it in a waf, to kill it from inside itself but I didn't manage to make it work!
I used this:
PHP Code:
<form id="killWAF" action="" method="get" align="center" style="display: block;">
<input type="button" name="buttonKillWAF" value="->Kill WAF<-" onClick="nativeBridge.dbgCmd('killall wafapp');">
</form
Thanks a lot!!!