Humiliating IIS Servers for Fun and Jail Time#2388
Open
carlospolop wants to merge 1 commit into
Open
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://mll.sh/humiliating-iis-servers-for-fun-and-jail-time Content Categories: Based on the analysis, this content was categorized under "Network Services Pentesting > 80,443 - Pentesting Web Methodology > IIS - Internet Information Services; also cross-reference Pentesting Web > Deserialization > Exploiting __VIEWSTATE and File Inclusion/Path Traversal". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Overview:
The post is a practical IIS/ASP.NET bug bounty methodology focused on finding Microsoft IIS servers and exploiting common IIS-specific weaknesses. It does not describe a single CVE; instead, it documents a collection of reconnaissance, file-discovery, path-normalization, upload-filter-bypass, authentication-bypass, WAF-bypass, and ASP.NET exploitation techniques. The most severe impact described is remote code execution when
web.configor ASP.NETmachineKe...🔧 Technical Details
IIS fingerprinting and scoped target discovery: IIS infrastructure can be found before active testing by combining Shodan certificate/org/title queries, Google dorks for
aspnet_client,_vti_bin, and ASP.NET extensions, and active header checks forServer: Microsoft-IIS/10.0orX-Powered-By: ASP.NET. At scale,httpx -l targets.txt -td | grep IIS | tee iis-targets.txtextracts IIS targets from a larger list.HTTP/1.0 internal topology disclosure: Some IIS/Exchange/OWA front ends leak internal hostnames and RFC1918 IPs when sent HTTP/1.0 requests, for example
curl -v --http1.0 http://example.com. A redirect such asLocation: https://192.168.5.237/owa/plusX-FEServer: NHEXCHANGE2016reveals internal Exchange topology that can support later SSRF, vhost mapping, or infrastructure recon.HTTPAPI 2.0 virtual-host recovery: A generic
HTTPAPI 2.0 4...🤖 Agent Actions
Done — I updated:
src/network-services-pentesting/pentesting-web/iis-internet-information-services.mdAdded non-duplicative IIS/ASP.NET content from the blog, including:
/binDLLsHTTPAPI 2.0vhost brute-forcing exampleshortscan, BigQuery, targetedffuf)## Referenceswith the blog and supporting sourcesValidation performed:
Note:
mdbook buildcould not be executed here becausemdbookis not installed in the environment.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.