mirror of
https://github.com/danielmiessler/SecLists
synced 2026-05-09 05:39:43 +02:00
Added scientific notation entries
This commit is contained in:
parent
4626422418
commit
cf1ca8ec62
1 changed files with 8 additions and 0 deletions
|
|
@ -89,3 +89,11 @@ eval("while(1);")
|
||||||
null
|
null
|
||||||
true
|
true
|
||||||
false
|
false
|
||||||
|
1e2
|
||||||
|
1e0
|
||||||
|
0e2
|
||||||
|
0e0
|
||||||
|
"1e2"
|
||||||
|
"1e0"
|
||||||
|
"0e2"
|
||||||
|
"0e0"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue