Developed tool in python3 to obtain information about the open ports throught API's onyphe (https://www.onyphe.io/)
git clone https://github.com/n4xh4ck5/pyonyphe.git
Install dependencies with pip:
pip3 install -r requirements.txt
The first version 1.0
python3 pyonyphe.py IP_file.txt
python3 pyonyphe.py ip.txt
$$\
$$ |
$$$$$$\ $$\ $$\ $$$$$$\ $$$$$$$\ $$\ $$\ $$$$$$\ $$$$$$$\ $$$$$$\
$$ __$$\ $$ | $$ |$$ __$$\ $$ __$$\ $$ | $$ |$$ __$$\ $$ __$$\ $$ __$$\
$$ / $$ |$$ | $$ |$$ / $$ |$$ | $$ |$$ | $$ |$$ / $$ |$$ | $$ |$$$$$$$$ |
$$ | $$ |$$ | $$ |$$ | $$ |$$ | $$ |$$ | $$ |$$ | $$ |$$ | $$ |$$ ____|
$$$$$$$ |\$$$$$$$ |\$$$$$$ |$$ | $$ |\$$$$$$$ |$$$$$$$ |$$ | $$ |\$$$$$$$\
$$ ____/ \____$$ | \______/ \__| \__| \____$$ |$$ ____/ \__| \__| \_______|
$$ | $$\ $$ | $$\ $$ |$$ |
$$ | \$$$$$$ | \$$$$$$ |$$ |
\__| \______/ \______/ \__|
** Tool to obtain information about the open ports throught API's onyphe.
** Author: Ignacio Brihuega Rodriguez a.k.a N4xh4ck5
** DISCLAMER This tool was developed for educational goals.
** The author is not responsible for using to others goals.
** A high power, carries a high responsibility!
** Version 1.0
This script interactues with the onyphe's API to obtain the ports opened of a network address. The result by default is exported in xlsx format
Example of usage: python3 pyonyphe.py ip.txt
212.XXX.XXX.5X
80
443
194.XXX.XXX.X2
80
443
Exporting the results in an excel
Ignacio Brihuega Rodríguez aka n4xh4ck5
Twitter: @n4xh4ck5
Web: fwhibbit.es
The use of this tool is your responsability. I hereby disclaim any responsibility for actions taken with this tool.