Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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...
- Host: GitHub
- URL: https://github.com/ggusoft/inforfinder
- Owner: ggusoft
- Created: 2014-05-04T23:10:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-09-19T14:54:32.000Z (about 2 years ago)
- Last Synced: 2024-05-31T08:37:00.458Z (5 months ago)
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 62
- Watchers: 4
- Forks: 26
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - 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 (Python)
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