You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Burp Suite Pro does not start in Headless mode and shows error as Deleting temporary files - please wait ... Failed to delete temp directory: C:\Users\ue\AppData\Local\Temp\burp3660195510523471222.tmp
#27
Open
anupkrish opened this issue
Apr 30, 2020
· 2 comments
and sometimes it shows a blank screen continuously (without any error) until I stop.
I have used the below command:
java -Xmx1G -Djava.awt.headless=true -classpath headless-burp-scanner-master-SNAPSHOT-jar-with-dependencies.jar;burpsuite_pro.jar burp.StartBurp --unpause-spider-and-scanner --project-file=test.burp -c config.xml -v
The text was updated successfully, but these errors were encountered:
Hey guys have you solved your issue: if yes can you help me with my issue
I have Burp pro version with headless burp extension, I saw the documentation and downloaded code and build and copied the snapshot jar file to burp installation directory. Using the below command and getting the error:
D:\Installer>"C:\Program Files\BurpSuitePro\jre\bin\java.exe" -Xmx4G -Djava.awt.headless=true -classpath headless-burp-proxy-master-SNAPSHOT-jar-with-dependencies.jar:burpsuite_pro.jar burp.StartBurp --project-file=web-scan.burp -c config.xml -v
Error: Could not find or load main class burp.StartBurp
Caused by: java.lang.ClassNotFoundException: burp.StartBurp
Using below command as mentioned in documentation but it is stuck.
D:\Installer>"C:\Program Files\BurpSuitePro\jre\bin\java.exe" -Xmx4G -Djava.awt.headless=true -classpath burpsuite_pro.jar burp.StartBurp --project-file=web-scan.burp -c config.xml -v
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by burp.b2w (file:/D:/Installer/burpsuite_pro.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int)
WARNING: Please consider reporting this to the maintainers of burp.b2w
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Hi,
Burp Suite Professional (v2020.2.1) does not start in Headless mode and showing error as below:
Deleting temporary files - please wait ... Failed to delete temp directory: C:\Users\ue\AppData\Local\Temp\burp3660195510523471222.tmp
and sometimes it shows a blank screen continuously (without any error) until I stop.
I have used the below command:
java -Xmx1G -Djava.awt.headless=true -classpath headless-burp-scanner-master-SNAPSHOT-jar-with-dependencies.jar;burpsuite_pro.jar burp.StartBurp --unpause-spider-and-scanner --project-file=test.burp -c config.xml -v
The text was updated successfully, but these errors were encountered: