Questions about this topic? Sign up to ask in the talk tab.

Wordpress Fingerprinting

From NetSec
Revision as of 08:43, 19 May 2012 by User (Talk | contribs)

Jump to: navigation, search
c3el4.png Wordpress comes bundled with the tinymce.js plug-in. Because this code changes every wordpress release, we are able to use its md5sum to determine a wordpress version against a target site. A perl script is below.

<syntaxhighlight lang="perl">

  1. !/usr/bin/perl

use strict; use LWP::UserAgent; use HTTP::Request; use HTTP::Response; use Digest::MD5 qw(md5_hex);

my $domain = shift

We have more tools coming soon! Look forward to Chimera Live CD.
c3el4.png
These are the offensive security tools developed by our wiki staff.


Wordpress Fingerprinting
is part of a series on

Web applications

Visit the Web applications Portal for complete coverage.