mirror of https://github.com/CIRCL/lookyloo
Lookyloo is a web interface allowing to scrape a website and then displays a tree of domains calling each other.
https://lookyloo.circl.lu/
4dae7a447f | ||
---|---|---|
.github | ||
bin | ||
cache | ||
config | ||
contributing | ||
doc | ||
etc | ||
indexing | ||
known_content | ||
known_content_user | ||
lookyloo | ||
tools | ||
user_agents | ||
website | ||
.dockerignore | ||
.gitignore | ||
.travis.yml | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
SECURITY.md | ||
code_of_conduct.md | ||
docker-compose.yml | ||
mypy.ini | ||
poetry.lock | ||
pyproject.toml | ||
setup.py |
README.md
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.
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.