Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 840 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 840 Bytes

ProtocolRecon

This tool looks for open ports/applications according to information entered on the user's end.
Input domain address in order to obtain Whois information for said domain.
This tool uses criminalip.io's API.

Criminal IP

Criminal IP is a search engine that finds internet connected devices, evaluates IP addresses and domain links.They have pretty useful filters and tags that narrow down search results efficiently, so it's pretty beginner-friendly.

Usage

$ git clone https://github.com/ettoibronx/ProtocolRecon.git
$ cd ProtocolRecon
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip3 install -r requirements.txt
$ chmod +x protocol_recon.py
$ ./protocol_recon --A [api key]

Getting started

$ ./protocol_recon