Re: PenTest Web Forum

From: tomas (toomaaas@gmail.com)
Date: Wed Jun 21 2006 - 05:46:14 EDT


i'll do a shellscript:

ip.txt with all the ips
req.txt with a http request

cat ip.txt | while read line; do echo $line runs: `nc $line 80 <
req.txt |grep phpBB |grep version`;done

would echo 127.0.0.1 runs phpBB version 2.0.1

if you run *nix ofcourse!

On 6/20/06, huelsbeck@cox.net <huelsbeck@cox.net> wrote:
> Does anyone know how to get an online forums type and version from a server?
> For instance, something to scan a server from the outside and say that a forum on a site is running on phpBB 2.0.21. This would be useful for a sweep to see if all forum softwares were up to date. I have never seen anything that would do this, or any listings of signatures that would point to what forum type/version was running. Anyone ever deal with this? Is this a nube question? (Let the bashings begin!) :)
> -Harry
>
> ------------------------------------------------------------------------------
> This List Sponsored by: Cenzic
>
> Concerned about Web Application Security?
> Why not go with the #1 solution - Cenzic, the only one to win the Analyst's
> Choice Award from eWeek. As attacks through web applications continue to rise,
> you need to proactively protect your applications from hackers. Cenzic has the
> most comprehensive solutions to meet your application security penetration
> testing and vulnerability management needs. You have an option to go with a
> managed service (Cenzic ClickToSecure) or an enterprise software
> (Cenzic Hailstorm). Download FREE whitepaper on how a managed service can
> help you: http://www.cenzic.com/news_events/wpappsec.php
> And, now for a limited time we can do a FREE audit for you to confirm your
> results from other product. Contact us at request@cenzic.com for details.
> ------------------------------------------------------------------------------
>
>

------------------------------------------------------------------------------
This List Sponsored by: Cenzic

Concerned about Web Application Security?
Why not go with the #1 solution - Cenzic, the only one to win the Analyst's
Choice Award from eWeek. As attacks through web applications continue to rise,
you need to proactively protect your applications from hackers. Cenzic has the
most comprehensive solutions to meet your application security penetration
testing and vulnerability management needs. You have an option to go with a
managed service (Cenzic ClickToSecure) or an enterprise software
(Cenzic Hailstorm). Download FREE whitepaper on how a managed service can
help you: http://www.cenzic.com/news_events/wpappsec.php
And, now for a limited time we can do a FREE audit for you to confirm your
results from other product. Contact us at request@cenzic.com for details.
------------------------------------------------------------------------------



This archive was generated by hypermail 2.1.7 : Sat Apr 12 2008 - 10:56:08 EDT