mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-18 21:25:46 +00:00
typo fix
This commit is contained in:
@@ -90,7 +90,7 @@ for i in gfg_exts:
|
|||||||
|
|
||||||
exts=list(dict.fromkeys(exts))
|
exts=list(dict.fromkeys(exts))
|
||||||
|
|
||||||
open("./Fuzzing/file-ext.txt","w").write("\n".join(exts))
|
open("../Fuzzing/file-ext.txt","w").write("\n".join(exts))
|
||||||
|
|
||||||
mutated_exts=[]
|
mutated_exts=[]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user