https://github.com/eliasgranderubio/odin_eye
a tool for doing footprinting. This tool is an online modules subset of Odin Project shown by Elias Grande and Alejandro Ramos at RootedCon 2016 conference.
https://github.com/eliasgranderubio/odin_eye
footprinting hacking-tool security
Last synced: over 1 year ago
JSON representation
a tool for doing footprinting. This tool is an online modules subset of Odin Project shown by Elias Grande and Alejandro Ramos at RootedCon 2016 conference.
- Host: GitHub
- URL: https://github.com/eliasgranderubio/odin_eye
- Owner: eliasgranderubio
- License: apache-2.0
- Created: 2018-03-10T15:02:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-01T09:53:01.000Z (over 7 years ago)
- Last Synced: 2025-03-21T05:22:10.112Z (over 1 year ago)
- Topics: footprinting, hacking-tool, security
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Odin Eye
**Odin Eye** is a tool for doing footprinting. This tool is an online modules subset of Odin Project shown by Elias Grande ([@3grander](https://twitter.com/3grander)) and Alejandro Ramos ([@aramosf](https://twitter.com/aramosf)) at [RootedCon 2016](https://www.rootedcon.com/archive/rooted2016) conference.
## Requirements
Before **Odin Eye** usage, you must have installed Python >= 3.5.X and the requirements:
* Python 3.5.X or later
* Pip3
* Beautifulsoup4
* Requests
* Dnspython
The requirements can be installed with pip:
```
sudo pip3 install -r requirements.txt
```
## Usage
Below, a usage example would be the next one when you type `python3 odin-eye.py `:
```
python3 odin-eye.py euroatlantic.pt
```
The expected output is shown below:
```
[!] ---- TARGET: euroatlantic.pt ---- [!]
[-] atenadev.euroatlantic.pt
[+] 62.28.143.108
[-] autodiscover.euroatlantic.pt
[+] 62.28.143.97
[-] citrix.euroatlantic.pt
[+] 62.28.143.107
[-] jupiter.euroatlantic.pt
[+] 62.28.143.98
[-] mail.euroatlantic.pt
[+] 62.28.158.146
[+] 62.28.143.97
[-] mx1.euroatlantic.pt
[+] 62.28.143.99
[-] mx2.euroatlantic.pt
[+] 62.28.183.170
[-] pop.euroatlantic.pt
[+] 62.28.143.97
[-] saturn.euroatlantic.pt
[+] 62.28.143.103
[-] smtp.euroatlantic.pt
[+] 62.28.143.97
[-] webmail.euroatlantic.pt
[+] 62.28.158.146
[-] www.euroatlantic.pt
[+] 195.22.19.67
```
## Bugs and Feedback
For bugs, questions and discussions please use the [Github Issues](https://github.com/eliasgranderubio/odin_eye/issues) or ping me on Twitter ([@3grander](https://twitter.com/3grander)).