xnl-h4ck3r / GAP-Burp-Extension

Burp Extension to find potential endpoints, parameters, and generate a custom target wordlist
1.2k stars 131 forks source link

Extension not showing up in Burpsuite after installing #37

Closed hackeyz closed 4 weeks ago

hackeyz commented 1 month ago

I have attempted both methods of installing GAP. While the extension successfully installs and loads. it does now show as a tab in Burpsuite, neither does it open when I send a request to it.

image

secxue commented 4 weeks ago

I encountered the same problem The version I am currently using is Burp Suite Professional v2024.5.5

hackeyz commented 4 weeks ago

I was able to fix that by running burp as root. either as sudo or from your root terminal. It seems running as non-root does not give java enough permissions to properly run packages.

secxue commented 4 weeks ago

Thank you for your answer, it is indeed a privilege issue. I gave maximum permission to all the files related to BurpSuite, which also solved my problem sudo chmod -R 777 ./BurpSuitePro/

hackeyz commented 3 weeks ago

Another awesome way to fix the issue. Great job man

xnl-h4ck3r commented 3 weeks ago

Thanks @hackeyz and @secxue for the solutions to this issue