文件名称:pwned:用于查询“我是否已被伪造?”的命令行工具。 服务
文件大小:232KB
文件格式:ZIP
更新时间:2024-05-02 03:51:23
security hack dump passwords hibp
捏
用于查询的命令行工具 使用 Node.js模块进行服务。
安装
下载并安装 ,然后使用npm在全球安装pwned :
npm install pwned -g
或者,您可以使用包运行器按需运行它:
npx pwned
受保护的命令
在2019年7月18日,haveibeenpwned.com API将多个服务转移到身份验证之后,需要使用API密钥。 有关原理和完整解释,请参见。 为了使用某些pwned命令(例如ba , pa和search ),您将需要并运行pwned apiKey
【文件预览】:
pwned-develop
----.gitignore(2KB)
----codecov.yml(118B)
----package.json(3KB)
----commitlint.config.js(70B)
----src()
--------utils()
--------commands()
--------config.ts(197B)
----bin()
--------pwned.js(393B)
----.nvmrc(6B)
----jest.config.js(282B)
----CONTRIBUTING.md(646B)
----CHANGELOG.md(6KB)
----tsconfig.json(339B)
----release.config.js(44B)
----LICENSE.txt(1KB)
----.prettierignore(26B)
----.eslintrc.js(149B)
----lint-staged.config.js(144B)
----README.md(9KB)
----prettier.config.js(106B)
----.eslintignore(13B)
----.babelrc.js(179B)
----.circleci()
--------config.yml(835B)
----RELEASING.md(132B)
----.gitattributes(3KB)
----docs()
--------index.md(8KB)
--------_config.yml(186B)
--------logo.png(7KB)
----renovate.json(357B)
----.husky()
--------.gitignore(2B)
--------pre-commit(71B)
--------commit-msg(80B)
----test()
--------fixtures.ts(1KB)
----.editorconfig(236B)
----yarn.lock(497KB)