This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Difference between revisions of "OWASP Web Mapper Project"
From OWASP
(→Dependency) |
|||
Line 137: | Line 137: | ||
$ cp whois_patches/* [Your_ruby_whois_gem_path]/whois/lib/whois/record/parser/ | $ cp whois_patches/* [Your_ruby_whois_gem_path]/whois/lib/whois/record/parser/ | ||
Or you can directly download the branched whois gem from this repository - https://github.com/yangsec888/whois | Or you can directly download the branched whois gem from this repository - https://github.com/yangsec888/whois | ||
+ | |||
+ | == Before Using This Program == | ||
+ | You need to define a scope for the program to run successful. The scope includes both your legitimate Internet domain, and your public | ||
+ | network block in the CIDR format. | ||
+ | |||
+ | To add your Internet domain into the scope, use the build-in shell command below: | ||
+ | $ trust XYZ.COM | ||
+ | |||
+ | To add your public network block into the scope: | ||
+ | $ trust x.x.x.x/x | ||
==How can I participate in your project?== | ==How can I participate in your project?== |