32 Commits

Author SHA1 Message Date
Mo Langning
fba6764444 import the files from trickest 2023-11-26 02:19:22 +08:00
DoI
82438ac31c Standardize leading slases in web conent
Added bonus of moving ispsystem_billmanager_api.txt from CRLF to LF line
endings.
2023-05-18 23:55:53 +12:00
Ignacio J. Perez Portal
62a2ec98c2 chore: sort'ed and uniq'ed wordpress.fuzz.txt 2023-03-17 04:04:55 -03:00
Ignacio J. Perez Portal
fbfe8d8da5 fix: Removed irrelevant/unjustified entries from wordpress.fuzz.txt 2023-03-17 04:03:57 -03:00
sean
07e50c34d3 Adding wordlist for DotNetNuke resources 2022-12-20 14:18:21 -06:00
g0tmi1k
7575cbdf93
Merge pull request #828 from CountablyInfinite/master
Added content discovery for Liferay DXP default portlets
2022-11-22 12:24:31 +00:00
g0tmi1k
ca9d413d7e
Merge pull request #813 from abhishekmorla/master
added new backupfiles in wordpress fuzz list

Source: https://www.linkedin.com/feed/update/urn:li:activity:6979486318774923264/
2022-11-22 12:14:19 +00:00
CountablyInfinite
59ca9892ba added content discovery for liferay dxp portlets 2022-11-17 20:19:41 +01:00
abhishekmorla
6f8c6e9226 added new backupfiles in wordpress fuzz list 2022-09-25 23:08:54 +05:30
Fernando Mendoza
62a7e2bf18 add site-editor and mail-masta 2022-09-15 04:06:39 +02:00
g0tmi1k
eea747817d
Merge pull request #628 from Anon-Exploiter/patch-1
Added ga-google-analytics in wp-plugins.txt

Source https://wordpress.org/plugins/ga-google-analytics/
2021-08-27 21:12:25 +01:00
Afaq
0e6d80b6d9
added a critical endpoint
added a critical endpoint which contains critical DB information.
2021-07-27 17:39:44 +05:00
Syed Umar Arfeen
da169ef5d0
Added ga-google-analytics in wp-plugins.txt
From: https://wordpress.org/plugins/ga-google-analytics/

```
Plugin Name: GA Google Analytics
Plugin URI: https://perishablepress.com/google-analytics-plugin/
Description: Adds your Google Analytics Tracking Code to your WordPress site.
Tags: analytics, ga, google, google analytics, tracking, statistics, stats
Author: Jeff Starr
Author URI: https://plugin-planet.com/
Donate link: https://monzillamedia.com/donate.html
Contributors: specialk
Requires at least: 4.1
Tested up to: 5.3
Stable tag: 20191109
Version: 20191109
Requires PHP: 5.6.20
Text Domain: ga-google-analytics
Domain Path: /languages
License: GPL v2 or later
```
2021-07-16 16:38:36 +05:00
Vaibhaw
6c1044b617 Merge branch 'danielmiessler:master' into master 2021-06-10 15:35:56 +05:30
Vaibhaw
4bd0b23411
Update wordpress.fuzz.txt 2021-06-10 15:12:47 +05:30
Vaibhaw
ed37faca0b
Update wordpress.fuzz.txt 2021-06-10 15:11:27 +05:30
Renan Silva
3670ebf929
Update wordpress.fuzz.txt
add the file wp-config.php
2021-04-30 02:49:01 +00:00
slicin
c3c8518831
Update wp-plugins.fuzz.txt
Adding broken-link-manager to find:
CVE-2015-9453
CVE-2015-9467
CVE-2015-9468
2021-03-19 17:12:59 -04:00
Karim Kanso
607c3293b4 strip trailing whitespace 2020-05-27 14:26:51 +01:00
Karim Kanso
a3416ba706 standardisze line endings 2020-05-27 14:10:50 +01:00
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