4 projects tagged "Detection"
HDT (Hardware Detection Tool) is an OS independent tool that displays low-level information on any x86 compatible system. It detects ACPI, CPU, PCI devices, DMI (memory, BIOS, motherboard, IPMI base board, chassis, batteries, CPU), disks (geometry, partitions), PXE environment, VESA modes, and VPD. It can also deduce the Linux kernel modules needed by a given host.
Graudit is a simple script and signature sets that allows you to find potential security flaws in source code using the GNU utility, grep. It's comparable to other static analysis applications like RATS, SWAAT, and flaw-finder while keeping the technical requirements to a minimum and being very flexible.
jsCheck is a PHP class that lets PHP scripts check if the user has JavaScript activated. This can be done in two different ways. The first is to try to set a cookie with JavaScript, and then to check for that specific cookie with PHP. The other method is to use a form and try to submit that form with JavaScript before the page has loaded, after which PHP can detect whether the $_POST variable was posted back.