Please turn JavaScript on

Recent Commits to sqlmap:master

Subscribe in seconds and receive Recent Commits to sqlmap:master's news feed updates in your inbox, on your phone or even read them from your own news page here on follow.it.

You can select the updates using tags or topics and you can add as many websites to your feed as you like.

And the service is entirely free!

Follow Recent Commits to sqlmap:master: GitHub · Change is constant. GitHub keeps you ahead. · GitHub

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  4.52 / day

Message History

Fixes #6105

Read full story
Fixes #6104

Read full story
Update of docus

Read full story
Salvaging (verified) what's useful from #6103

Read full story
Do not crash on a JWT with a non-base64url signature (fixes #6101) (#6102) JWT_REGEX accepts a signature segment of any length and parseJWT only validates the header/payload, so a value that matches the JWT pattern but carries a malformed/truncated signature (e.g. 41 base64url characters, which is length % 4 == 1 and thus impossible base64) reached crackHMAC. There decodeBase64...

Read full story