Metadata-Version: 2.4
Name: netora
Version: 0.1.3
Summary: Quickly uncover details and geolocation for any IP address
Author-email: nativevoid <0x4E56@proton.me>
Maintainer-email: nativevoid <0x4E56@proton.me>
Project-URL: Homepage, https://yourhomepage.com
Project-URL: Repository, https://github.com/nativevoid/netora
Project-URL: Bug Tracker, https://github.com/nativevoid/netora/issues
Keywords: geolocation,IP,OSINT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.22.0
Requires-Dist: colorama>=0.4.1

<p align=center>
  <br>
  <a href="https://github.com/nativevoid/netora" target="_blank"><img src="https://raw.githubusercontent.com/nativevoid/netora/refs/heads/main/docs/images/netora-banner.png?token=GHSAT0AAAAAAC7FYGXIZ44NZPM5DQ6VCMJOZ7O5GYQ" style="margin: 20px 0;"></a>
  <br>
  <span>Quickly uncover details and geolocation for <strong>any</strong> IP address</span>
  <br><br>
  <span>Additional documentation can be found at our <a href="https://github.com/nativevoid/netora">GitHub repository</a></span>
  <br>
</p>

## Usage

```console
$ netora --help
usage: netora [-h] [--version] [--folderoutput FOLDEROUTPUT]
                [--output OUTPUT] [--no-color]
                IP_ADDRESSES [IP_ADDRESS ...] 
```

To search for only one IP address:
```bash
$ netora 123.123.123.123
```

To search for more than one IP address:
```bash
$ netora 111.111.111.111 222.222.222.222 112.112.112.112
```
<br>

___

<br>
<p align="center">
</a>
</p>
