News Feed
Jobs Feed
Sections




News Archive
DevShed:
Sanitizing Input with PHP
December 13, 2011 @ 11:49:31

DevShed.com has a new tutorial posted today looking at how to sanitize data in your application, specifically data coming from the user, when calling shell commands.

Neglecting to sanitize user input that may subsequently be passed to system-level functions could allow attackers to do massive internal damage to your information store and operating system, deface or delete Web files, and otherwise gain unrestricted access to your server. And that's only the beginning.

He starts with a "real world" example of non-filtered data that could pass through a "rm" command and erase your entire drive. He offers two solutions for preventing this sort of hack using the escapeshellcmd and escapeshellarg functions.

0 comments voice your opinion now!
sanitize input shell command tutorial escapeshellcmd escapeshellarg


blog comments powered by Disqus

Similar Posts

HTMLGoodies.com: PHP Tutorial - Introduction

PHPEveryDay.com: Zend Framework Basic Tutorial

PHPMaster.com: Base Converting and Binary Operators

The Bakery - Rails-Like Validation, Elistic, Textile, and a CakePHP Release

Zend Developer Zone: Debugging PHP applications with xdebug


Community Events











Don't see your event here?
Let us know!


application zendframework2 community series language composer development api podcast example phpunit opinion functional database code release introduction testing framework interview

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework