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 6a4b42bafe fix: display popup alertbox in hostnode view
Fix #112
2020-11-04 16:02:14 +01:00
.github
bin chg: Improve initial caching. 2020-10-29 23:25:20 +01:00
cache
config fix: Missing notes in config file 2020-10-28 18:53:24 +01: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 chg: Rename scrape -> capture everywhere 2020-11-03 16:34:52 +01: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 fix: display popup alertbox in hostnode view 2020-11-04 16:02:14 +01: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 build(deps-dev): bump ipython from 7.18.1 to 7.19.0 2020-11-02 06:46:58 +00:00
pyproject.toml build(deps-dev): bump ipython from 7.18.1 to 7.19.0 2020-11-02 06:46:58 +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.