Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ggusoft/inforfinder

Inforfinder is a tool to collect information of any domains pointing at some server (ip, domain, range, file). Is able to detect all domains pointing to an IP address and detect CMS version installed in a web (Wordpress, Joomla, prestashop, etc), also is able to detect PHP version, Web Server version, Plesk version...
https://github.com/ggusoft/inforfinder

Last synced: 3 months ago
JSON representation

Inforfinder is a tool to collect information of any domains pointing at some server (ip, domain, range, file). Is able to detect all domains pointing to an IP address and detect CMS version installed in a web (Wordpress, Joomla, prestashop, etc), also is able to detect PHP version, Web Server version, Plesk version...

Awesome Lists containing this project

README

        

# Inforfinder
===========

Inforfinder is a tool made to collect information of any domain pointing at a server (ip,domain,range,file).

Requires python libs: pyRequests, lxml and py3DNS

You can do the installation, with pip or you can install the inforfinder app as a package using `python setup.py install` or `pip install inforfinder.zip`

## Installing dependencies without the setup.py

- First, you need to install complementary libraries:

user@machine$ sudo apt-get install python-dns python-dnspython python-requests python-lxml python

OR

pip install py3dns
pip install requests --upgrade
pip install lxml

- Then Download "inforfinder"

## Using

- The next step is to run "inforfinder.py": python inforfinder.py --help

Find more information on how to use this app:


InforFinder v2.0.0 Powered By GGUsoft 2022

Powered By GGUsoft 2022

Commands:

-d Gets a domain for apply any optional commands

-dD Gets a domain list hosted in IP of the specified domain

-dI Gets a domain list hosted in the specified IP

-dR Gets a domain list hosted in every IP of the specified range

-dF Gets a list with all domains hosted at same IP from a file, the file contens a IP by line

Optionals:

inforfinder -cms Checks if every domain found has a cms website (wordpress, joomla ,etc) and show version

inforfinder -servinfo Checks web server parameters

inforfinder --subdomain-enum Lists subdomains of every domain found