https://github.com/th3xace/config_killer
Script written in bash to identify and dump services config files
https://github.com/th3xace/config_killer
Last synced: 11 months ago
JSON representation
Script written in bash to identify and dump services config files
- Host: GitHub
- URL: https://github.com/th3xace/config_killer
- Owner: TH3xACE
- Created: 2018-12-07T22:03:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-09T18:34:38.000Z (over 7 years ago)
- Last Synced: 2025-04-04T18:47:14.148Z (about 1 year ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CONFIG_KILLER
This script was written to retrive the configuration files of the following services on a linux system :
Currently in progress:
- Apache (htaccess, htpasswd,...)
To-do list
- mongodb
- mysql
- nginx
- OpenLDAP
- OpenVPN
- Oracle
- WebLogic
- PHP
- Postfix
- Postgresql
- Tomcat
This sometimes might contains some loot :) , yes low hanging fruits isn't it ????
# What does the script do
- Looks for default directories of the different services
- List the directories (ls)
- Dump the config + compressed and put them in /tmp/{service}
- Create a text files with the different files that the compressed files contains
- Look for the config files of the different services in non-default directories
# Disclaimer
This script is for Educational purpose ONLY. Do not use it without permission. The usual disclaimer applies, especially the fact that me (TH3xACE) is not liable for any damages caused by direct or indirect use of the information or functionality provided by these programs. The author or any Internet provider bears NO responsibility for content or misuse of these programs or any derivatives thereof. By using these programs you accept the fact that any damage (dataloss, system crash, system compromise, etc.) caused by the use of the script is not my responsibility.