SecLists
SecLists copied to clipboard
Inconsistent leading slashes in Discovery/Web-Content wordlists
Some wordlists in Web-Content include a leading slash, some do not. This leads to an additional step being required before using some wordlists (since some webservers treat /index.html
and //index.html
differently).
It would be handy if all of these wordlists could follow the same pattern, either with or without the leading slash. Happy to make these changes and send a pull request, my preference would be no leading slash.
Here are some examples:
doi@DESKTOP-43210-1:~/tools/SecLists/Discovery/Web-Content$ head aem2.txt
{0}.1.json
.1.json
.1.xml
.4.2.1...json
a.css
admin
adminui
aem/apps.html/content/phonegap
aem/forms.html/content/dam/formsanddocuments
aem/publications.html/content/publications
doi@DESKTOP-43210-1:~/tools/SecLists/Discovery/Web-Content$ head AdobeCQ-AEM.txt
/libs/granite/core/content/login.html
/libs/cq/core/content/login.html
/crx/explorer/index.jsp
/crx/packmgr/index.jsp
/bin/querybuilder.json?type=rep:User&p.hits=selective&p.properties=rep:principalName%20rep:password&p.limit=100
/.json
/.1.json
/.tidy.6.json
/.tidy.infinity.json
/bin.tidy.infinity.json
doi@DESKTOP-43210-1:~/tools/SecLists/Discovery/Web-Content$ head quickhits.txt
/!.gitignore
/!.htaccess
/!.htpasswd
/%3f/
/%ff/
/.7z
/.access
/.addressbook
/.adm
/.admin
doi@DESKTOP-43210-1:~/tools/SecLists/Discovery/Web-Content$ head common.txt
.bash_history
.bashrc
.cache
.config
.cvs
.cvsignore
.forward
.git
.git-rewrite
.git/HEAD
Totally agree with this ! I use quickhits.txt wordlist a lot and it always makes me crazy when I forget that it has leading slashes. Can help with unification as well !
Looks like the pull request got, err, unmerged... somehow...
@g0tmi1k this issue needs to be re-opened
Looks like the pull request got, err, unmerged... somehow...
@g0tmi1k this issue needs to be re-opened
What makes you say that?
Pull #791 was merged back in August, but if you take a look at https://github.com/danielmiessler/SecLists/blob/master/Discovery/Web-Content/quickhits.txt it's not in the commit history and the leading slashes have returned.
Did someone maybe force-push master recently?
Oh you're right, someone messed up. @g0tmi1k did you force-push?
@g0tmi1k please run git reflog
and share the output here so we can diagnose how this happened. I've looked everywhere else, and it just looks as if that Pull Request had never been merged, but every other change before and after that is fine. It's very strange.
@g0tmi1k any updates? Looks like the PR is still missing in the current HEAD. I can re-do the pull request if that'll help?
@g0tmi1k any updates? Looks like the PR is still missing in the current HEAD. I can re-do the pull request if that'll help?
g0tmik comes here once every blue moon, so don't worry, that's just his regular schedule 😂
Haha, no problem. @ me if we need to do some kind of summoning ritual at some point 😹