A collection of our Greasemonkey scripts that aim to provide security for you and your site. We love to write Greasemonkey scripts than Browser Addons because Greasemonkey is more flexible. Any one can view and edit source codes with ease. They will forever be compatible with any versions of Gecko(inc. firefox) browsers while most security Gecko (inc. firefox) addons are dead in development and no longer compatible with new versions of browser. Send suggestions and bugs via our contact form at our home page. Feel free to modify codes to adapt your need.
- WebPageFingerPrint (aka. Hacking Script/Fuzzer) - updated v4
Description: For quick analyis, it provides the overall view of the current page contents - javascript, cookies, fuzzable links, form data.
For security assessmet, it provides recon scan, bruteforce scan, and fuzzing form.
What it differs from the thick-client full-fleged scanner is that this script is tied to the current url page and will not mess with the whole web site. Use it at your own risk. Feel free to send bugs.
Warning: Use it only for lawful purposes as the script has vulnerability scanning which invokes IDS detection.
Date: April, 2010
- phpinfo() Security Checker
Description: Whenver the script detects a phpinfo() page, it fingerprints it for how much secure that phpinfo page. It's a combination of my security thoughts and phpinfosec.com's project. Use it for security and performance issues. Ideal for web masters and web server admins who are a bit confused with phpinfo() page's numberous configuration items.
Date: July 2008
- Malware Script Detector v2
Description: The version 2 is similar to XSS warning addon. Look for URL string for XSS payloads. Detect and stop XSS attacks from evil bad guys to you in addition to detection of Malicious JavaScript embedded in malicious sites. This script has been tested for false positives thoroughly. False positives may occur at those sites which use crypto strings like order.php?token={a:xC2;id:ac3f52233;[]} and Squirrel mail sites which use URL strings like compose.php?to=John<joh@abc.net>. We can't fix it for the sake of security. If you know this one, you can feel assured this is safe to accept and go on.
Date: March 2008
- Malware Script Detector v1
Description: Detect & Alert Malicious JavaScript : XSSProxy, XSS-Shell, AttackAPI, Beef. But No guarantee for full prevention of XSS-Injection threats. Many ways to bypass it such as obfuscation but I'm sure it protects you from casual attackers.
Date: Feb 2008