mirror of
https://github.com/danielmiessler/SecLists
synced 2025-12-26 10:43:18 +01:00
Add files via upload
This commit is contained in:
parent
4bb5a37a56
commit
42f91f6679
1 changed files with 16 additions and 0 deletions
16
Discovery/Web-Content/CMS/cms-configuration-files.txt
Normal file
16
Discovery/Web-Content/CMS/cms-configuration-files.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# This dict list the path to configuration files of different CMS
|
||||
# Drupal
|
||||
sites/default/settings.php
|
||||
sites/default/default.settings.php
|
||||
# Typo3
|
||||
config/system/settings.php
|
||||
config/system/additional.php
|
||||
typo3conf/system/settings.php
|
||||
typo3conf/system/additional.php
|
||||
# WorpPress
|
||||
wp-config.php
|
||||
# Joomla
|
||||
configuration.php
|
||||
# Magento
|
||||
app/etc/env.php
|
||||
app/etc/local.xml
|
||||
Loading…
Reference in a new issue