Lookyloo is a web interface allowing to scrape a website and then displays a tree of domains calling each other. https://lookyloo.circl.lu/
Go to file
Raphaël Vinot 0c765005c4 Merge branch 'main' of github.com:Lookyloo/lookyloo into main 2020-10-08 12:09:52 +02:00
.github
bin new: Add self check in update script. 2020-10-03 21:32:30 +02:00
cache
config new: Update script. 2020-09-28 13:32:19 +02:00
contributing
doc
etc fix: service systemd sample file needs a full PATH 2020-10-08 12:09:30 +02:00
indexing
known_content chg: Improve message for known malicious entries, add known file 2020-09-14 14:12:22 +02:00
known_content_user
lookyloo chg: Cleanup mypy config 2020-10-01 11:48:00 +02:00
tools chg: Bump to d3js v6 2020-09-28 15:28:47 +02:00
user_agents new: Add recent UA list 2020-09-22 00:19:10 +02:00
website chg: Cleanup mypy config 2020-10-01 11:48:00 +02:00
.dockerignore
.gitignore
.travis.yml
Dockerfile fix: Remove client directory 2020-09-08 14:05:31 +02:00
LICENSE
README.md chg: Update readme to point to the website 2020-10-06 11:49:47 +02:00
SECURITY.md
code_of_conduct.md
docker-compose.yml
mypy.ini chg: Cleanup mypy config 2020-10-01 11:48:00 +02:00
poetry.lock build(deps): bump pylookyloo from 1.2.1 to 1.2.2 2020-10-08 06:03:44 +00:00
pyproject.toml fix: pyproject for poetry 1.1+ 2020-10-07 16:48:02 +02:00
setup.py new: Update script. 2020-09-28 13:32:19 +02:00

README.md

Lookyloo icon

Gitter

Lookyloo is a web interface allowing to scrape a website and then displays a tree of domains calling each other.

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

What is that name?!

1. People who just come to look.
2. People who go out of their way to look at people or something often causing crowds and more disruption.
3. People who enjoy staring at watching other peoples misfortune. Oftentimes car onlookers to car accidents.
Same as Looky Lou; often spelled as Looky-loo (hyphen) or lookylou
In L.A. usually the lookyloo's cause more accidents by not paying full attention to what is ahead of them.

Source: Urban Dictionary

No, really, what is Lookyloo?

Find all you need to know about Lookyloo on the website.

Screenshot of Lookyloo capturing Github

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 this way:

pip install pylookyloo

Find more details here.