Genpass is a simple but effective PHP script that generates passwords. It allows you to specify the desired length (Max 13), and a password strength.A simple but useful tool.
Crypt uses PHP and javascript to encrypt html code. The code is encrypted into javascript and decoded on the client side. This is useful from hiding your email addresses from spammers (simply crypt the mailto: link), you can also encrypt whole pages to prevent them being indexed by robots.
AddressCheck is a php script/function that check allowed hosts from a hosts.allow file. All you need is copy the files, edit the hosts.allow.php file, and add something like the following to your script:include("addresscheck.inc.php");if (!hostAllowed()) { ...; }.
UA Block will 'block' certain user-agents from accessing your site ( such as e-mail harvesters, website copiers, etc ). It will redirect the agent to a custom message within the script, and e-mail the webmaster of the site with the details. Sample user-agents included. Very easy to install.
This script allows you to prevent authomated regisrations and kick robots/hacking scripts away.It shows picture with digits. If the visitor is human, s/he enters the code into the textbox. Similar to some well-known systems like yahoo or egold.
The purpose of this script is to protect your email address from being caught by spammers. Spammers use robots to crawl the web and pick up email addresses from all web sites that the robots encounter. What this script does is very simple: It creates kind of a "hidden" mailto: link for you to insert into your web pages. The link will function normally,but the spammer robots cannot add your email address to their list.
Vpass generates secure random passwords to your specification, you choose LENGTH and STRENGTH and Vpass generally obliges with a password of correct characteristics. It is simple to use, just upload to your php enabled webserver and you are away.
Skattek is a set of PHP3 scripts that implement an web based Linux firewall management system. It is recommended to use this program with an SSL web server and a browser capable of the same.
[ Phrozen ] is a freeware/opensource (as in GNU) PHP encoder written in PHP it is entirely contained within this one file. The idea is that you can encode files through this interface you are viewing now.Phrozen has PHAT™ functions which act as a rudimentary file allocation table. All the functions are pretty easy to go through and use to have your files encoded.
eFire is a tool that can easily generate a very secure Linux firewall using a simple to operate web interface. Features include: Allows you to create custom network objects, Save multiple configuration files, User friendly interface for advanced rule creation, Configurable interface, and much more.
The PHP Firewall Generator is a simple PHP script that generates a firewall script for ipchains based firewalls. The script iscreated based on configuration rules entered by the user. The aim is to support a rule set similar to those supported bycommercial Firewall systems, and have it easy to configure.
CryptoMAK contain cipher and tools written in php such as substitution, vigenere, affine, transposition and index of coincidence. Include xoft encryption, more powerful than base64.
IPCheck is a simple script made for sites that wish to protect their content with more than just a user/password protection. You can make a IP List with the IPs you want to allow to view the content and keep the others outside. In addition, you can select how strict this IPCheck will be (4 different levels supported). MySQL Support included and Admin Area created for your own ease of use.Different levels of users exist verying from super admin...
Scripthash is a PHP extention which enables you securely hide passwords or execute programs as a different user when using PHP as an Apache Module or as a RedHat RPM. During module initialization a shared memory segment is created and initialised with a randomly generated secret. This segment remains attached across the subsequent forks which create the Apache children and thus the children have access to the secret. The module implements a si...
PHP Chains is a PHP3/Web interface to the kernel firewall utility ipchains. It works with Apache/PHP3 and any version of the 2.2 kernel series and maybe even the 2.3 kernels. It require Apache, PHP3, sudo, and ipchains to be installed for it to work properly. Currently only input, output, and forward chains are available for editing along with network objects. The sudo-1.6.1 package is included in the distribution file.
ANDURAS SurfProtect is a PHP application thatcan be used for virus-scanning withing theapplication-layer (ISO/OSI). Either http and ftp-downloads are supported. It can be installed within a proxy server (e.g. squid) to secure a network against downloads of virus-infected files.
POBS stands for PHP Obfuscator/Obscurer. It is a free and open PHP program that makes PHP sourcecode almost impossible to read and edit for normal humans. Now you can deploy your application and feel pretty safe about it. How it works POBS replaces user-defined functionnames, variables and constants with a random value. *Hard to reverse-engineer *Cross-platform, cross PHP version *Works with PHP cachers like APC and ZEND Cache
Some php scripts can threat the security of the host. Firsly because it allows you to scan networks while the source of the scan appears to be the the person hosting the script. Secondly because by chaining proxies the person using the script might remain anonymous. And finally because poorly configured hosts might alloud a local port scan while denying remote scans. Here, you will find a couple of simple PHP scripts that allows you to scan ne...