SecLists-Express is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more.
This is attempt n3 trying to fix the line-ending normalization issue present in the Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-10000.txt wordlist.
This PR attempts to fix the issue by specifying lf for the top-10000.txt file in .gitattributes.
This is attempt n3 trying to fix the line-ending normalization issue present in the Discovery/Web-Content/trickest-robots-disallowed-wordlists/top-10000.txt wordlist.
This PR attempts to fix the issue by specifying
lf
for thetop-10000.txt
file in.gitattributes
.