Inventus - find subdomains of a specific domain 08-29-2017, 08:19 PM
#1
![[Image: a6367427af.png]](https://puu.sh/xmlao/a6367427af.png)
Inventus is a spider designed to find subdomains of a specific domain by crawling it and any subdomains it discovers.
Installation
Inventus requires Scrapy to be installed before it can be run. Firstly, clone the repo and enter it.
Code:
$ git clone https://github.com/nmalcolm/Inventus
$ cd InventusNow install the required dependencies using pip.
Code:
$ pip install -r requirements.txtAssuming the installation succeeded, Inventus should be ready to use.
Usage
The most basic usage of Inventus is as follows:
Code:
$ cd Inventus
$ scrapy crawl inventus -a domain=facebook.comThis tells Scrapy which spider to use ("inventus" in this case), and passes the domain to the spider. Any subdomains found will be sent to STDOUT.
The other custom parameter is subdomain_limit. This sets a max limit of subdomains to discover before quitting. The default value is 10000, but isn't a hard limit.
Code:
$ scrapy crawl inventus -a domain=facebook.com -a subdomain_limit=100
(This post was last modified: 08-29-2017, 08:19 PM by ZanGetsu.)




![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)


![[Image: hJkWWcF.png]](http://i.imgur.com/hJkWWcF.png)
















