- 1,233 categories
- 40,621 scripts
Updated: 05/14/2008
- PHP Penetration Test is a program for performing simple form based security tests. Securing the internet is upon to developers to create proper forms and applications. This is a tool for testing individual fields and values from various attacks. How to use this program:
* Grab url of address you wish to test, the action url.
* Click Tamper Post, 10 fields appear that are post field name : post field value
* If you wish to test a post field click XSS for cross-side scripting or hit for SQL Injection tests
* Then hit Run, it will tell you if it has exploits or if doesn t have a tested exploit.
How to protect against XSS attacks
* Clean all text displayed from user inputs with filter (ex. preg_replace( [a-z0-9] ,$ str);)
How to protect against SQL Injections
* Clean all inputs
* Also escape text with mysql_escape_string()
How to protect against Auth Attacks How to protect against Directory Access Attacks How to protect against CRLF attacks
- Categories
- Tags
- Platforms
- Licenses
- Author
- STARK Download is a simple ASP script that counts the number of times an URL has beed accessed. All the data is stored in an Access database. A stats script is also included.
- CodeLifter is a source code viewer that lets you see all of the code on any http:// html page, including pages protected by no-right-click scripts, trapped in windows without file menus or url boxes, and ''referrer'' pages that cannot be s...
- ArticleMentor is another spin of from FAQMentor. The big difference is that it is even more focused on text handling. Main features include: show multipage articles (with automatic next/prev buttons), all articles in subcategories and subcategories c...
- DMR is a portal page creation system. DMR acts as a jack of all trades form, which allows for URL redirection as well as an interface to various search engines through its aliasing system. A DMR user can create aliases to any web/ftp site, complete w...
- CGI-Subscribe is a simple web interface which allows users to add their name and email address to a list. With the admin interface, you can then send out periodic messages to everyone on your list, change your password, or delete a subscriber. Each m...