Metadata-Version: 2.1
Name: leakpy
Version: 1.0.4
Summary: LeakIX API Client 
Home-page: https://github.com/Chocapikk/LeakPy
Author: Valentin Lobstein
Author-email: balgogan@protonmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# LeakPy

LeakPy is a client program to interact with leakix.net API with Python. 

It's just a test since it's displaying PROTOCOL + IP + PORT because API is quite complex.



## Download it from Pypi (pip)


```bash

pip install leakpy


```


## Use

```bash

$ python leakpy.py -h
usage: leakpy.py [-h] [-s {service,leak}] [-p PAGES] [-q QUERY] [-P PLUGIN] [-o OUTPUT]

options:
  -h, --help            show this help message and exit
  -s {service,leak}, --scope {service,leak}
                        Type Of Informations
  -p PAGES, --pages PAGES
                        Number Of Pages
  -q QUERY, --query QUERY
                        Specify The Query
  -P PLUGIN, --plugin PLUGIN
                        Specify The Plugin
  -o OUTPUT, --output OUTPUT
                        Output File


```

