Comparing version 1.1.0 to 1.1.1
@@ -26,3 +26,3 @@ // Search bing.com using the 'domain:' dork and retrieve possible sub-domains. | ||
var host = url.parse(link).host; | ||
if(host && host.endsWith('.'+domainName)){ | ||
if(host && host.endsWith('.'+domainName) && list.indexOf(host) === -1){ | ||
list.push(host); | ||
@@ -29,0 +29,0 @@ EE.emit('subdomain', host); |
{ | ||
"name": "subquest", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Fast, Elegant subdomain scanner using nodejs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
472210