Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 303 Bytes

File metadata and controls

12 lines (10 loc) · 303 Bytes

Unofficial Leakix.net python library

This project goes around the Internet and finds services to index them.

Usage:

from Leakix import Leakix

""" scope: leak or service  """
leakix = Leakix("login", "password", scope="leak")
leakix.check_auth()
print(leakix.search_leaks("test"))