summaryrefslogtreecommitdiff
path: root/security/snallygaster/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-07-23snallygaster: Update to 0.0.12leot1-3/+2
Changes: 0.0.12 ------ Adds one more exception that the HTML parser could raise. 0.0.11 ------ Add desktop.ini tests. Add symfony debugging on 404 pages. Support php-cs-fixer v3 cache file format. Add apache server-info check. 0.0.10 ------ New test for thumbs.db (Windows metadata). New test for Wordpress duplicator installer files and directory listings.
2022-06-30*: Revbump packages that use Python at runtime without a PKGNAME prefixnia1-2/+2
2022-01-04*: bump PKGREVISION for egg.mk userswiz1-2/+2
They now have a tool dependency on py-setuptools instead of a DEPENDS
2020-12-04Revbump packages with a runtime Python dep but no version prefix.nia1-1/+2
For the Python 3.8 default switch.
2020-10-09snallygaster: Update to 0.0.9leot1-2/+2
Changes: 0.0.9 ----- - Add .orig extension to backupfiles test. - Add new tests for wordpress debug.log files and url-encoded HTTP header. - Minor bugfixes.
2020-07-13snallygaster: Update to 0.0.8leot1-2/+2
Changes: 0.0.8 ----- - add vb_test.php check - add phpinfo test 0.0.7 ----- - add a test for openelasticsearch - add check for django debugging on error pages - print more information about invalid hostnames - add laravel telescope test
2020-05-05snallygaster: Update to 0.6leot1-2/+2
Changes: (No changelog available but main changes inspecting commits): - Add check for wordpress installer in subdir - Remove CVS test, produces too false positives and hardly any true positives - Add installer check for common PHP web applications - Add info check for composer files - Add info check for mailman - Add check for monit default webinterface credentials - Rework optionsbleed check and avoid ReDoS attack (upstream issue #24)
2020-02-10snallygaster: Import snallygaster-0.0.4 as security/snallygasterleot1-0/+23
snallygaster is a tool that looks for files accessible on web servers that shouldn't be public and can pose a security risk. Typical examples include publicly accessible git repositories, backup files potentially containing passwords or database dumps. In addition it contains a few checks for other security vulnerabilities.