Skip to content
Fuzzing101 B

FuzzDB Integer Overflows

Boundary integer values (signed/unsigned 32-bit limits in decimal and hex) for testing integer-overflow and off-by-one conditions in numeric parameters.

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

Preview

First 12 entries. Download or copy the full list (101 B) using the buttons above.

>head integer-overflows-fuzzdb.txt101 B
-1
0
0x100
0x1000
0x3fffffff
0x7ffffffe
0x7fffffff
0x80000000
0xfffffffe
0xffffffff
0x10000
0x100000

Boundary integer values (signed/unsigned 32-bit limits in decimal and hex) for testing integer-overflow and off-by-one conditions in numeric parameters.

This list is geared toward input fuzzing and vulnerability discovery. It contains roughly 101 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.