Login Register
The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


Inventus - find subdomains of a specific domain filter_list
Author
Message
Inventus - find subdomains of a specific domain #1
[Image: 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 Inventus

Now install the required dependencies using pip.

Code:
$ pip install -r requirements.txt

Assuming 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.com

This 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.)

[+] 1 user Likes ZanGetsu's post
Reply

RE: Inventus - find subdomains of a specific domain #2
A noob would say,
"Wot es a subdomain dadde"
But vouch for contribution!
[Image: hJkWWcF.png]

Reply

RE: Inventus - find subdomains of a specific domain #3
This is actually good nice, going to add it to my collection of tools! Thank you! Looks like a decent tool and works pretty good. Do you also have plans to import proxy support and scanning of multiple targets at once?
~~ Might be back? ~~

Reply

RE: Inventus - find subdomains of a specific domain #4
(08-30-2017, 10:35 AM)Bish0pQ Wrote: This is actually good nice, going to add it to my collection of tools! Thank you! Looks like a decent tool and works pretty good. Do you also have plans to import proxy support and scanning of multiple targets at once?

hi, zorry the name of creator tool is nmalcolm, (https://github.com/nmalcolm/)

Reggards!

Reply

RE: Inventus - find subdomains of a specific domain #5
Time to get my VM Into action. This'll certainly come to good use.

Thanks.
[Image: AD83g1A.png]

Reply







Users browsing this thread: