12 Commits

Author SHA1 Message Date
pbafe
888cdaa13a
Create Django.txt
Updated on April 20th, the contents include all the files of Django between version 3.0.5 and 2.1
2020-05-09 10:53:35 +02:00
pbafe
5a8df75c4b
Create Drupal.txt 2020-04-16 20:33:25 +02:00
socketz
c51120382e
Added wp-content/debug.log 2020-03-30 15:18:48 +02:00
Alexandre ZANNI
220d997033 fix architecture
fix https://github.com/danielmiessler/SecLists/issues/398
2020-03-16 14:44:20 +01:00
draguntsow
ddb5adf3d5
Create a wordlist of Modx Revolution CMS packages
The list of plugins is collected from the info provided on the official site.
2019-09-27 15:38:49 +03:00
Alexander Bridges
c5c705134f
Sitecore CMS endpoints
#### Sources:

Sitecore CMS:  https://www.sitecore.com/

Sensitive endpoints: https://doc.sitecore.com/developers/90/platform-administration-and-architecture/en/deny-anonymous-users-access-to-a-folder.html

Sitecore docs:  
https://doc.sitecore.com/legacy-docs/SC72/sitecore-web-service-sc65-a4.pdf
https://doc.sitecore.com/SdnArchive/upload/sitecore7/75/sitecore_security_hardening_guide-sc75-usletter.pdf
2019-07-05 19:14:54 +03:00
g0tmi1k
a65f6bd665 Close #291 - Fix encoding issues
$ for x in $( find . -type f ); do iconv -f utf-8 -t utf-8 -c ${x} | sed '/^$/d' > tmp; mv tmp ${x}; done
2019-05-08 11:04:00 +01:00
toxydose
ea352ed2ce - sorted alphabetically
- removed duplicates
- merged unique with "ColdFusion.fuzz2.txt"
- deleted "ColdFusion.fuzz2.txt"
2018-12-07 16:22:34 +02:00
Alexander Bridges
dbfa5e2b1e
Add some WP rest API endpoints
reference: http://v2.wp-api.org/
2018-10-31 23:19:31 +02:00
Alexander Bridges
5a88be0c4f
Add Shopware common sensitive files wordlist.
Shopware is open source e-commerce software 
https://github.com/shopware/shopware 
Shopware wordlist was not presented in this directory. The file should be improved and expanded
2018-10-17 17:19:53 +03:00
g0tmi1k
08f12147a3 Add "-" to split up words, moved files since PR accepted
- PRs: #122, #123, #125, #126, #136, #146, #149, #162, #174, #176
2018-03-05 10:30:27 +00:00
g0tmi1k
25d4ac447e rename 's/_/-/g' 2017-08-23 14:55:06 +01:00