文件名称:detect-exploits:检测Drupal和Wordpress中的常见漏洞利用模式
文件大小:13KB
文件格式:ZIP
更新时间:2024-06-05 05:18:48
Shell
检测漏洞 一个简单的bash脚本,用于扫描WordPress和Drupal中的漏洞。 依存关系 现代的GNU grep和GNU查找。 安装 make install 用法 detect-exploits [OPTION]... DIR A simple bash script to scan for exploits in WordPress and Drupal. Usage: detect-exploits /var/www/drupal Run all scans on the drupal directory. detect-exploits --scan-keywords /var/www/drupal Run the keywords scan on the drupal directory. detect-exploits --own
【文件预览】:
detect-exploits-master
----.gitignore(34B)
----README.md(2KB)
----test()
--------uploads.bats(879B)
--------filenames.bats(385B)
--------cli.bats(1KB)
--------test_helpers.bash(51B)
--------uploads-permissions.bats(2KB)
--------keywords.bats(396B)
--------longlines.bats(417B)
--------evals.bats(683B)
--------scans.bats(8KB)
--------whitespaces.bats(428B)
--------duplicates.bats(499B)
--------system-permissions.bats(1KB)
----.travis.yml(130B)
----detect-exploits.sh(17KB)
----Makefile(912B)