This repository has been archived by the owner on Aug 4, 2021. It is now read-only.
Releases: sergejmueller/wpcheck
Releases · sergejmueller/wpcheck
v0.6.1
Changes
- Test: Verify filter naming output
- Todo: Remove & restructure tasks
- Readme: Text changes
- package.json: Update
eslint
version
v0.6.0
New
- Rule: Scan WordPress for FPD vulnerability
Changes
- Core: Add filter name to the log output
- Core: Add module description to
wpscan --help
- Core: Add function
fileName
tolib/finder.js
- Rule: Rename
file-exists.js
intosensitive-files.js
- Rule: Rename
finder.js
intofs.js
- Rule: Refactor all wpscan rules
- Test: Refactor some test rules
- Readme: Text changes
- Howto: Text changes
- package.json: Update
mocha
andeslint
versions
v0.5.0
New
- Option:
--ignore-rule
skips execution of a specific rule - Core: Add Node.js version check
- Test: Add
--ignore-rule
cases
Changes
- Readme: Text changes
- Test:
must.include
instead ofmust.have.string
v0.5.4
Changes
- Core: Refactor
file-exists.js
rule library - Test: Extract testcase domain into
config/test.json
- package.json: Add
config
to thefiles
array - package.json: Set
preferGlobal
totrue
v0.5.3
Changes
- Core: Refactor all JS files for ES6 support
- Core: Add
url.js
as a newwpscan
module - Core: Remove
app-module-path
npm
module - Core: Remove
helpers.js
wpscan
module - Core: Update
request
npm
module to v2.74.0 - Test: Use a testcase domain
- Readme: Text changes
v0.5.2
Changes
- Core: Add new library finder.js with file system functions
- Core: Refactor app.js in association with finder.js
- Core: Remove
makeAbsolute
function from helpers.js - package.json: Add
npm outdated
tonpm test
- Readme: Add Features part
- Readme: Text changes
v0.5.1
Changes
- Core: Split
config.json
into separate config files - Core: Outsource
help
functionality intolib/help.js
- package.json: Update
must
andeslint
versions
v0.5.5
Changes
- Core: Add
new Error()
toPromise
rejects - Misc: Add
HOWTO.md
with WordPress security tips - Readme: Text changes
v0.4.2
- Option:
--help
outputs supplied help text - Core: Add timeout to initial app requests
- Test: Add
wpscan --help
case - Readme: Add
Default rules
part - Readme: Add
--help
option
Changes
- Core: Refactor app singletons
- Example: Rename
./examples
→./example
- Example: Rename
sources.txt
→sources/list.txt
- package.json: Set
repository
→sergejmueller/wpscan
- package.json: Set
engines.node
→>=4
- package.json: Set
files
→["lib","index.js","config.json"]
v0.4.1
- Rule: Sensitive dotfiles availability check
- Core: Remove
prepend
helper function - Readme: Text changes