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 bdc0488e38 new: Hash lookup method 2020-10-23 20:51:15 +02:00
.github
bin chg: Improve start/stop 2020-10-22 16:41:00 +02:00
cache
config new: Update script. 2020-09-28 13:32:19 +02:00
contributing
doc
etc chg: Add missing character 2020-10-22 10:43:21 +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 new: Hash lookup method 2020-10-23 20:51:15 +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 new: Hash lookup method 2020-10-23 20:51:15 +02:00
.dockerignore
.gitignore
.travis.yml
Dockerfile
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 chg: Cleanup UI, bump deps 2020-10-21 12:22:50 +02:00
pyproject.toml build(deps): bump vt-py from 0.5.4 to 0.6.1 2020-10-20 05:27:01 +00: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.