Daily Shaarli
October 29, 2019
“Some MySQL tricks to break some #WAFs out there.
SELECT-1e1FROMtest
SELECT~1.FROMtest
SELECT\NFROMtest
SELECT@^1.FROMtest
SELECT-id-1.FROMtest
My personal blog. Nowadays I focus a lot on accessibility but I also write about CSS layout, architecure, and performance.
TIL 22 : If an input element has the attribute value autocomplete="new-password", browsers can suggest securely-generated passwords.
-> Cool !