Metadata-Version: 2.4
Name: scopeverifier
Version: 0.1.1
Summary: scopeverifier checks if a list of domains is inside a scope which is defined by a list of IP addresses.
Author: Jan Keuchel
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# ScopeVerifier

`scopeverifier` resolves a list of domains to IPv4 addresses and checks whether the resolved addresses are contained in a provided list of in-scope IPs.

## Installation
```bash
pip install scopeverifier
```

## Usage
```bash
scopeverifier --domains domains.txt --ips ip-scope.txt -o results.csv
```
