xnl-h4ck3r / GAP-Burp-Extension

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

Parsing Entire Domain no longer works #28

Closed zwink2 closed 9 months ago

zwink2 commented 9 months ago

If a specific .JS file is sent to the GAP extension, it is parsed fine, but if an entire domain (EG: www.something.com) from the target pane is sent to GAP, now it always finds no files to parse. Using latest version of GAP on latest version of Burp. Any ideas?

xnl-h4ck3r commented 9 months ago

Hi @zwink2 . Have you got scope set? If you call from the Site Map, scope needs to be set for it to work properly there. Sorry if that wasn't clear

zwink2 commented 9 months ago

Well that does make sense! Thanks for the reply!