UNPKG

cve-2020-17453

Version:

CVE-2020-17453 is a powerful scanner for bug bounty hunters and penetration testers to discover vulnerabilities in their web applications.

51 lines (50 loc) 1.17 kB
{ "name": "cve-2020-17453", "version": "0.0.1", "description": "CVE-2020-17453 is a powerful scanner for bug bounty hunters and penetration testers to discover vulnerabilities in their web applications.", "homepage": "https://github.com/karthi-the-hacker/CVE-2020-17453", "main": "index.js", "scripts": { "start": "node ." }, "repository": { "type": "git", "url": "https://github.com/karthi-the-hacker/CVE-2020-17453.git" }, "bin": { "CVE-2020-17453": "./index.js", "cve-2020-17453": "./index.js" }, "readme": "README.md", "author": { "name": "karthikeyan V (karthithehacker)", "email": "contact@karthithehacker.com", "url": "https://karthithehacker.com" }, "keywords": [ "CVE-2020-17453", "cve-2020-17453", "recon", "bugbounty tool", "automation", "websecurity", "bugbounty", "bugbountytool", "cve", "xss", "Cross Site Scripting", "karthithehacker" ], "files": [ "index.js", "utils", "includes" ], "license": "MIT", "dependencies": { "axios": "^1.3.5", "line-reader": "^0.4.0", "username": "^6.0.0", "yargs": "^17.7.1" } }