https://github.com/n4xh4ck5/pyonyphe
Tool to obtain information about the open ports throught API's onyphe (https://www.onyphe.io/)
https://github.com/n4xh4ck5/pyonyphe
Last synced: about 2 months ago
JSON representation
Tool to obtain information about the open ports throught API's onyphe (https://www.onyphe.io/)
- Host: GitHub
- URL: https://github.com/n4xh4ck5/pyonyphe
- Owner: n4xh4ck5
- License: gpl-3.0
- Created: 2019-08-26T18:11:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T22:16:59.000Z (about 2 years ago)
- Last Synced: 2024-11-17T01:28:58.745Z (7 months ago)
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ip-search-engines - PyOnyphe
README
# pyonyphe
Developed tool in python3 to obtain information about the open ports throught API's onyphe (https://www.onyphe.io/)# How to install
git clone https://github.com/n4xh4ck5/pyonyphe.gitInstall dependencies with pip:
pip3 install -r requirements.txt# Version
The first version 1.0
# Usage
python3 pyonyphe.py IP_file.txtpython3 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 formatExample 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# Author
Ignacio Brihuega Rodríguez aka n4xh4ck5
Twitter: @n4xh4ck5
Web: fwhibbit.es
# Disclamer
The use of this tool is your responsability. I hereby disclaim any responsibility for actions taken with this tool.