Closed sudouday closed 1 year ago
Hi @sudouday the templates contains only single matcher , it just looks for status code 200
, so it will lead to a lot of false positive
Hi @sudouday Due to the weak matcher and inactivity of the issue, we are closing this 😄
Thank you
Template Information:
This template can be used to detect hidden files within web applications, which may be overlooked by traditional scanning techniques. Hidden files may include sensitive data or configuration files that can be exploited by attackers to gain unauthorized access or control over the application.
The template will send a series of HTTP requests to the target URL, looking for hidden files such as backup files, configuration files, or files that are typically hidden from view in the web server directory. If any files are detected, the template will generate a report detailing the files found.
reference: https://www.freecodecamp.org/news/how-to-fuzz-hidden-directories-files-with-ffuf/
How to use: nuclei -u -t webapp-hidden-files.yaml
Nuclei Template:
[INF] Using Nuclei Engine 2.9.0 (outdated) [INF] Using Nuclei Templates 9.4.1 (latest) [INF] Templates added in last update: 69 [INF] Templates loaded for scan: 1 [INF] Targets loaded for scan: 1 [hiddenfiles] [http] [medium] https://www.airtel.in/images/home1.jpg [hiddenfiles] [http] [medium] https://www.airtel.in/?tesref=true [hiddenfiles] [http] [medium] https://www.airtel.in/admin/_logs/error.log [hiddenfiles] [http] [medium] https://www.airtel.in/admin/_logs/error_log [hiddenfiles] [http] [medium] https://www.airtel.in/admin/_logs/login.txt [hiddenfiles] [http] [medium] https://www.airtel.in/admin/mysql/ [hiddenfiles] [http] [medium] https://www.airtel.in/admin/uploads.php [hiddenfiles] [http] [medium] https://www.airtel.in/admin/user_count.txt
[INF] Using Nuclei Engine 2.9.0 (outdated) [INF] Using Nuclei Templates 9.4.1 (latest) [INF] Templates added in last update: 69 [INF] Templates loaded for scan: 1 [INF] Targets loaded for scan: 1 [hiddenfiles] [http] [medium] https://www.airtel.in/admin/logs/err.log [hiddenfiles] [http] [medium] https://www.airtel.in/admin/logs/error-log [hiddenfiles] [http] [medium] https://www.airtel.in/admin/logs/error.log [hiddenfiles] [http] [medium] https://www.airtel.in/admin/logs/error_log [hiddenfiles] [http] [medium] https://www.airtel.in/admin/logs/login.txt [hiddenfiles] [http] [medium] https://www.airtel.in/admin/logs/access-log [hiddenfiles] [http] [medium] https://www.airtel.in/admin/logs/access.log
I deleted some lines code in the template because github is showing comment is too long. so i attached the yaml file in the txt format. webapp-hidden-files.txt