Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
find-duplicate-strings
Advanced tools
Easy to use CLI that finds duplicate strings in a directory and stores them in a external file for easy reference
Easy to use CLI that finds duplicate strings in a directory and stores them in a external file for easy reference
Install:
npm i -g find-duplicate-strings
Run:
find-duplicate-strings
You will be asked to enter a path to a existing directory to be scanned for duplicate string values:
? Please provide a directory to scan for duplicate values.
./data
You can provide any directories that you would like to exclude:
? Please provide any directories that you want to skip (separated list by ;) (node_modules)
Then you will be asked to enter the file extensions that you want to scan:
? Please provide the file extensions you want to scan or leave empty to scan all files (separated list by ;)
It will then ask you if you would like to scan any other directories (the results will be stored in a single file):
? Would you like to scan another directory? (Y/n)
When done, if you aren't running in silent mode it will output a table containing it's first 10 findings:
┌─────────┬──────────────┬───────────────────────────────┐
│ (index) │ 0 │ 1 │
├─────────┼──────────────┼───────────────────────────────┤
│ 0 │ 'one' │ { count: 2, files: [Array] } │
│ 1 │ 'bar' │ { count: 15, files: [Array] } │
│ 2 │ 'two' │ { count: 2, files: [Array] } │
│ 3 │ 'foo' │ { count: 14, files: [Array] } │
│ 4 │ 'three' │ { count: 2, files: [Array] } │
│ 5 │ 'four' │ { count: 2, files: [Array] } │
│ 6 │ 'baz' │ { count: 2, files: [Array] } │
│ 7 │ 'five' │ { count: 2, files: [Array] } │
│ 8 │ 'foobar' │ { count: 6, files: [Array] } │
│ 9 │ 'not-unique' │ { count: 2, files: [Array] } │
│ 10 │ '...' │ '...' │
└─────────┴──────────────┴───────────────────────────────┘
Lastly you will be asked to enter a path to a file that the results can be written to (json):
? Please provide a filepath to store the output.
./output
Use the help flag to get more information about how to use the CLI.
find-duplicate-strings --help
MIT
FAQs
Easy to use CLI that finds duplicate strings in a directory and stores them in a external file for easy reference
The npm package find-duplicate-strings receives a total of 5 weekly downloads. As such, find-duplicate-strings popularity was classified as not popular.
We found that find-duplicate-strings 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
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.