TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Fingerprinting web applications (Wordpress, Joomla and Mediawiki)

26 pointsby j_lagofover 15 years ago

2 comments

tptacekover 15 years ago
This is fairly primitive. The techniques used by tools like nmap to fingerprint operating systems were established in the early 90's by Comer, and they involve behavioral testing. You should assume that even if you modify <i>all</i> the files in your (say) Wordpress distribution, an attacker can still fingerprint it.
评论 #1088313 未加载
评论 #1088548 未加载
j_lagofover 15 years ago
Very interesting research describing a simple way to detect which version a web app is running.<p>They just fingerprint a few css/js files, get their md5sums and create a list of them for each version...