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 SecProg
[Top] [All Lists]

Re: php - inject code into $_SERVER ?

Subject: Re: php - inject code into $_SERVER ?
Date: Tue, 1 Feb 2005 23:32:56 -0600
Maybe it's a good idea to also parse the dhcp leases to check that the
ip has been attributed by the dhcp server...

Could you use the DHCPLEASEQUERY option for this?

http://www.ietf.org/internet-drafts/draft-ietf-dhc-leasequery-07.txt

I've been doing some PHP code audits in recent months and have been
amazed at the number of projects that blindly trust client input.
Simply by asking this question, you're ahead of the game. Always
assume the worst, that some determined hacker has created a custom
browser and has the ability to insert environment and cookie variables
of her own choosing. Don't trust any input from the user or their
browser.

Good luck.

-- 
Dave Hull
ireadit@gmail.com

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