Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Xib3rR4dAr/e396b21a814b35be60020b9b5689d7e9 to your computer and use it in GitHub Desktop.
Save Xib3rR4dAr/e396b21a814b35be60020b9b5689d7e9 to your computer and use it in GitHub Desktop.
Burp Intruder all printable ASCII characters list

Mod of https://gist.github.com/alexlauerman/8569945

Includes space charcter also, works for Intruder -> Bruteforcer

0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
0
1
2
3
4
5
6
7
8
9
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
 
!
"
#
$
%
&
'
(
)
*
+
,
-
.
/
:
;
<
=
>
?
@
[
\
]
^
_
`
{
|
}
~
@ynyyn
Copy link

ynyyn commented Apr 11, 2025

Note that the single-line version accidentally misses \.

@Xib3rR4dAr
Copy link
Author

Note that the single-line version accidentally misses \.

Nice catch. Thanks, updated. \ can break alot of stuff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment