Comparing version 0.0.5 to 0.0.51
{ | ||
"name": "subquest", | ||
"version": "0.0.5", | ||
"version": "0.0.51", | ||
"description": "Fast, Elegant subdomain scanner using nodejs", | ||
@@ -18,8 +18,8 @@ "main": "index.js", | ||
}, | ||
"scripts":{ | ||
"prepublish": "npm prune" | ||
"scripts": { | ||
"prepublish": "npm prune" | ||
}, | ||
"engines":{ | ||
"node": ">= 0.8.0" | ||
}, | ||
"engines": { | ||
"node": ">= 0.8.0" | ||
}, | ||
"preferGlobal": true, | ||
@@ -45,4 +45,4 @@ "keywords": [ | ||
"homepage": "https://github.com/skepticfx/subquest", | ||
"readmeFilename": "README.md", | ||
"_id": "subquest@0.0.3", | ||
"readmeFilename": "README.md", | ||
"_id": "subquest@0.0.5", | ||
"dist": { | ||
@@ -52,3 +52,4 @@ "shasum": "e25610a76cb23e414e08679157cca6828c5c3273" | ||
"_from": "subquest@", | ||
"_resolved": "https://registry.npmjs.org/subquest/-/subquest-0.0.1.tgz" | ||
"_resolved": "https://registry.npmjs.org/subquest/-/subquest-0.0.1.tgz", | ||
"readme": "# subquest\r\n### Fast, Elegant subdomain scanner using nodejs\r\n\r\n![logo](https://raw.github.com/skepticfx/subquest/master/etc/logo.png)\r\n\r\n## Installation\r\n\r\n`npm install -g subquest`\r\n\r\n## Usage\r\n\r\n Usage: subquest [options] <domain to scan>\r\n Examples:\r\n subquest google.com\r\n subquest facebook.com -s 8.8.8.8 -r 20 -d top_50\r\n subquest twitter.com -s 8.8.8.8 -d all\r\n\r\n Options:\r\n\r\n -h, --help output usage information\r\n -V, --version output the version number\r\n -s, --server [ip] Specify your custom DNS resolver\r\n -r, --ratelimit [limit] Set the Rate Limit [Default value is 10]\r\n -d, --dictionary [type] Set the dictionary for bruteforcing [top_100]\r\n\r\n## Using it in your modules\r\n\r\n`npm install subquest`\r\n\r\n\r\n```js\r\nvar subquest = require('subquest');\r\nconsole.log('Scanning the sub domains of ea.com with 4 requests at a time.');\r\nsubquest.find({domain: 'ea.com', rateLimit:'4', resolver:'4.2.2.2', dictionary: 'top_200'});\r\n```\r\n\r\nThis scans ea.com for the list of all subdomains using the top-100 dictionary.\r\n\r\n## Credits\r\n* Domain dictionary from Sub-Brute by Rook, https://github.com/TheRook/subbrute\r\n* node-dns, https://github.com/tjfontaine/node-dns\r\n* async, https://github.com/caolan/async\r\n* commander, https://github.com/visionmedia/commander.js\r\n\r\n" | ||
} |
@@ -12,3 +12,4 @@ # subquest | ||
Usage: subquest [options] <domain to scan> | ||
``` | ||
Usage: subquest [options] <domain to scan> | ||
Examples: | ||
@@ -26,3 +27,4 @@ subquest google.com | ||
-d, --dictionary [type] Set the dictionary for bruteforcing [top_100] | ||
``` | ||
## Using it in your modules | ||
@@ -29,0 +31,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
502671
47
16