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

GAP doesn't collect words properly with "-" #20

Closed bebiksior closed 1 year ago

bebiksior commented 1 year ago

Hello :-)

I've noticed that GAP doesn't collect words properly from URL paths that look like this: /api/custom-polls/home/pending-draft-polls-count

Right now it collects only the following words: api,custom,pools,home,pending,draft,polls,count

I think it should collect the following words: api,custom-pools,custom,pools,home,pending-draft-polls-count,pending,draft,count

For some reason, it ignores words with "-". Is this intentional?

xnl-h4ck3r commented 1 year ago

Hi @bebiksior, thanks for raising the issue!