Lookyloo is a web interface allowing to scrape a website and then displays a tree of domains calling each other. https://lookyloo.circl.lu/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dependabot[bot] 0b1ad8bd0b
build(deps): bump redis from 4.5.1 to 4.5.3
4 days ago
.github fix: Use known working docker publish 2 weeks ago
bin fix: no decoding in archiver, catch exception when requesting hashes on broken capture 2 weeks ago
cache chg: Use more recent config file for redis 7 months ago
config new: Basic support for monitoring 1 month ago
contributing Initial set up contrib guide 3 years ago
doc new: Add installation notes 3 years ago
etc fix: Allow upload of bigger files 6 months ago
indexing chg: Use more recent config file for redis 7 months ago
known_content chg: More cleanup, support clean shutdown of multiple async captures 2 years ago
known_content_user chg: Cleanups, allow to add context from ressources page 3 years ago
logs new: Logging config in file 4 months ago
lookyloo chg: Bump pysecurity.txt, pass Lookyloos UA 6 days ago
tools chg: Bump js deps 3 weeks ago
user_agents chg: Improve somewhat the useragents available for capturing 10 months ago
website fix: properly wrap file responses when called on broken captures 1 week ago
.dockerignore chg: Do not put the content of scraped in the package. 3 years ago
.gitignore chg: Block mac files 1 year ago
.pre-commit-config.yaml chg: Add basic pre-hook config 1 year ago
Dockerfile fixes for running lookyloo using docker-compose 3 weeks ago
LICENSE Update LICENSE 2 years ago
README.md chg: Add basic pre-hook config 1 year ago
SECURITY.md chg: Add basic pre-hook config 1 year ago
code_of_conduct.md chg: Add basic pre-hook config 1 year ago
docker-compose.yml fix: Add few more volumes for docker 3 weeks ago
poetry.lock build(deps): bump redis from 4.5.1 to 4.5.3 4 days ago
pyproject.toml build(deps): bump redis from 4.5.1 to 4.5.3 4 days ago

README.md

Lookyloo icon

Lookyloo is a web interface that captures a webpage and then displays a tree of the domains, that call each other.

Gitter

What's in a name?!

Lookyloo ...

Same as Looky Lou; often spelled as Looky-loo (hyphen) or lookylou

1. A person who just comes to look.
2. A person who goes out of the way to look at people or something, often causing crowds and disruption.
3. A person who enjoys watching other people's misfortune. Oftentimes car onlookers that stare at a car accidents.

In L.A., usually the lookyloos cause more accidents by not paying full attention to what is ahead of them.

Source: Urban Dictionary

No, really, what is Lookyloo?

Lookyloo is a web interface that allows you to capture and map the journey of a website page.

Find all you need to know about Lookyloo on our documentation website.

Here's an example of a Lookyloo capture of the site github.com Screenshot of Lookyloo capturing Github

REST API

The API is self documented with swagger. You can play with it on the demo instance.

Installation

Please refer to the install guide.

Python client

pylookyloo is the recommended client to interact with a Lookyloo instance.

It is avaliable on PyPi, so you can install it using the following command:

pip install pylookyloo

For more details on pylookyloo, read the overview docs, the documentation of the module itself, or the code in this GitHub repository.

Contributing to Lookyloo

To learn more about contributing to Lookyloo, see our contributor guide.

Code of Conduct

At Lookyloo, we pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community. You can access our Code of Conduct here or on the Lookyloo docs site.

Support

  • To engage with the Lookyloo community contact us on Gitter.
  • Let us know how we can improve Lookyloo by opening an issue.
  • Follow us on Twitter.

Security

To report vulnerabilities, see our Security Policy.

Credits

Thank you very much Tech Blog @ willshouse.com for the up-to-date list of UserAgents.

License

See our LICENSE.