The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

Error in burp intruder

Suprodip | Last updated: Mar 09, 2023 05:13AM UTC

I was trying to do brute force attack on the authentication bypass lab using turbo intruder and i got the following error:- Starting attack... There was an error executing your Python script. This is probably due to a flaw in your script, rather than a bug in Turbo Intruder :) If you think it is a Turbo Intruder issue, try out this script: https://raw.githubusercontent.com/PortSwigger/turbo-intruder/master/resources/examples/debug.py For your convenience, here's the full stack trace: SyntaxError: ("no viable alternative at input 'qaz2wsx'", ('<string>', 27, 1, '1qaz2wsx\n')) at org.python.core.ParserFacade.fixParseError(ParserFacade.java:95) at org.python.core.ParserFacade.parse(ParserFacade.java:205) at org.python.core.Py.compile_flags(Py.java:1976) at org.python.util.PythonInterpreter.exec(PythonInterpreter.java:267) at burp.Fast_httpKt.evalJython(fast-http.kt:55) at burp.TurboIntruderFrame$actionPerformed$1$ToggleAttack$actionPerformed$1.invoke(fast-http.kt:326) at burp.TurboIntruderFrame$actionPerformed$1$ToggleAttack$actionPerformed$1.invoke(fast-http.kt:276) at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:30)

Ben, PortSwigger Agent | Last updated: Mar 09, 2023 11:41AM UTC