Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sitecore CMS Detection #6953

Merged
merged 5 commits into from
Mar 28, 2023
Merged

Sitecore CMS Detection #6953

merged 5 commits into from
Mar 28, 2023

Conversation

RootUp
Copy link
Contributor

@RootUp RootUp commented Mar 24, 2023

This template will detect Sitecore Content Management System (CMS) websites based on a redirect from the sitecore media handler URL pattern to the notfound.aspx page.

RAW:

 ./nuclei -t sitecore_cms_detection.yaml -u https://[REDCATED] -debug

                     __     _
   ____  __  _______/ /__  (_)
  / __ \/ / / / ___/ / _ \/ /
 / / / / /_/ / /__/ /  __/ /
/_/ /_/\__,_/\___/_/\___/_/   v2.9.0

		projectdiscovery.io

[INF] Using Nuclei Engine 2.9.0 (latest)
[INF] Using Nuclei Templates 9.4.0 (latest)
[INF] Templates added in last update: 65
[INF] Templates loaded for scan: 1
[INF] Targets loaded for scan: 1
[INF] [sitecore-cms-detection] Dumped HTTP request for https://[REDACTED]/-/media/doo-doo.ashx

GET /-/media/doo-doo.ashx HTTP/1.1
Host: [REDACTED]
User-Agent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.67 Safari/537.36
Connection: close
Accept: */*
Accept-Language: en
Accept-Encoding: gzip

[DBG] [sitecore-cms-detection] Dumped HTTP response https://[REDACTED]/-/media/doo-doo.ashx

.....

[sitecore-cms-detection:status-2] [http] [info] https://[REDACTED]/-/media/doo-doo.ashx

@pussycat0x pussycat0x added the Done Ready to merge label Mar 28, 2023
@pussycat0x pussycat0x added the good first issue Good for newcomers label Mar 28, 2023
@ritikchaddha ritikchaddha merged commit bbcf23b into projectdiscovery:main Mar 28, 2023
@ritikchaddha
Copy link
Contributor

Hello @RootUp, Thank you for sharing the template with the community and for your contribution to this project. Your efforts are greatly appreciated. Cheers! 🍻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Done Ready to merge good first issue Good for newcomers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants