Lookyloo / PyLookyloo

Python CLI and module for Lookyloo

Home Page:https://pylookyloo.readthedocs.io/en/latest/?badge=latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation Status

PyLookyloo

This is the client API for Lookyloo.

Installation

pip install pylookyloo

Usage

Command line

You can use the lookyloo command to enqueue a URL.

usage: lookyloo [-h] [--url URL] --query QUERY

Enqueue a URL on Lookyloo.

optional arguments:
  -h, --help     show this help message and exit
  --url URL      URL of the instance (defaults to https://lookyloo.circl.lu/,
                 the public instance).
  --query QUERY  URL to enqueue.
  --listing      Should the report be publicly listed.
  --redirects    Get redirects for a given capture.

The response is the permanent URL where you can see the result of the capture.

Library

See API Reference

About

Python CLI and module for Lookyloo

https://pylookyloo.readthedocs.io/en/latest/?badge=latest

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%