Security News
PyPI Introduces Digital Attestations to Strengthen Python Package Security
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
@phra/nodebuster
Advanced tools
NodeBuster, or yet another DirBuster clone, is a Node.js application to bruteforce directories and files on HTTP(S) servers.
npx @phra/nodebuster -h
npm i -g @phra/nodebuster # install it globally (onetime and updates)
nodebuster -h
npx @phra/nodebuster dir --extensions php,txt,old --cookies "asd=lol","lol=asd" --user-agent "nodebuster" http://localhost:8000/
nodebuster dir --extensions php,txt,old --cookies "asd=lol","lol=asd" --user-agent "nodebuster" http://localhost:8000/
Wappalyzer was integrated to automagically guess the extensions to bruteforce based on the detected technologies. In order to use it the --extensions
(-e
) parameters must be omitted.
nodebuster dir http://localhost:8000/
nodebuster.js 1.3.0
USAGE
nodebuster.js dir <url>
ARGUMENTS
<url> <url> to attack required
OPTIONS
-w, --workers <workers> Use n <workers> optional default: 10
-W, --wordlist <wordlist> <wordlist> to use optional default: "/usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt"
-U, --user-agent <user-agent> <user-agent> to use optional default: "nodebuster"
-e, --extensions <extensions> <extensions> to use optional default: []
-C, --cookies <cookies> Set <cookies> optional default: []
-H, --headers <headers> <headers> to use optional default: []
-f, --consecutive-fails Stop after <consecutive-fails> optional default: 15
GLOBAL OPTIONS
-h, --help Display help
-V, --version Display version
--no-color Disable colors
--quiet Quiet mode - only displays warn and error messages
-v, --verbose Verbose mode - will also output debug messages
FAQs
dirbuster clone for nodejs
The npm package @phra/nodebuster receives a total of 0 weekly downloads. As such, @phra/nodebuster popularity was classified as not popular.
We found that @phra/nodebuster demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.