SecLists
SecLists copied to clipboard
Split country codes
In this pr country codes are separated into two files. The original source file is still kept as is.
Im not sure what value it brings having the same content just in upper and lower case? That to me, feels overkill?
@g0tmi1k What I did was to seperate an already existing file into two variants.
There was an environment where an app only takes lowercase for one field and upper case for another, so splitting them makes life easier during fuzzing.