s0md3v / Bolt

CSRF Scanner
GNU General Public License v3.0
548 stars 123 forks source link

a bug in photon .py #21

Open LuckVd opened 2 years ago

LuckVd commented 2 years ago

in photon .py

url = getUrl(url, '', True) params = getParams(url, '', True)

params will never get the right value

LuckVd commented 2 years ago

also if '=' in url: always be false

nrathaus commented 4 months ago

I fixed your mentioned bug - https://github.com/s0md3v/Bolt/pull/24