Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Pen-Test
[Top] [All Lists]

Re: Penetration Test - PHP / APACHE

Subject: Re: Penetration Test - PHP / APACHE
Date: Sat, 25 Mar 2006 20:50:00 +0100
On 24-03-2006 at 03:31:46PM +0100, Martin Mačok wrote:
On Thu, Mar 23, 2006 at 12:45:54PM -0000, larry@appsecurity.com wrote:

The only problem is that the database is conifgured with "localhost"
so I cant connect with a database client remotely- ( Expected this
in a DMZ )

If the target is 'Weak ES Model' (probably it is, see RFC 1122 section
3.3.4.2) and you are on the same network segment then you could
connect to localhost remotely.

Something like this should do the trick:

attacker# route del 127.0.0.1
attacker# route add 127.0.0.1 host gw <victim_ip>
attacker# telnet 127.0.0.1 3306
...


Only if wictim has weak model (accepts packet on different interfaces
for their all IPs).
Attacker can use ftp as proxy (look in google how to use it).

HTH

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

Concerned about Web Application Security? 
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/forms/ec.php?pubid=10025
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
------------------------------------------------------------------------------

<Prev in Thread] Current Thread [Next in Thread>