![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@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
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
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.