STEPS
-
Click on Help menu
-
Select Enter License
-
Then paste given KEY given at bottom
-
Finally click on Use License
STEPS
Click on Help menu
Select Enter License
Then paste given KEY given at bottom
Finally click on Use License
| var DEBUG = false | |
| // Create xss object that will be used to track XSS information | |
| var xss = new Object(); | |
| xss.value = 0; | |
| xss.msg = ""; | |
| /** | |
| * parse incoming HTTP responses that are provided via BURP intruder. | |
| * data is base64 encoded to prevent issues passing via HTTP. |