Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@anupkrish
Copy link

anupkrish commented Apr 30, 2020

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

@hardikrana437
Copy link

Facing same with 2020.5
@anandsudhir any workaround this? is this because of changed scan and spider functionality of burp?

@rsinghmdp
Copy link

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

Kindly help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants