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 697fa99894
Merge pull request #143 from vmdhhh/142_Add_link_to_documentation_in_the_menu
#142 Adding documentation link to the menu
2020-12-21 13:15:43 +01:00
.github chg: Make extra PyMISP deps optional 2020-12-08 17:05:30 +01:00
bin new: Integrate categorization in indexing 2020-11-19 15:54:21 +01:00
cache fix: Systemd service, add proper stop script 2019-04-05 14:01:36 +02:00
config fix: Add comment for public_domain 2020-12-08 15:03:59 +01:00
contributing Initial set up contrib guide 2020-08-24 13:33:14 +01:00
doc new: Add installation notes 2020-08-14 15:38:01 +02:00
etc fix: Turns out mkdir fails because the directory it tried to make doesn't exists. Use systemd, they said. 2020-11-19 19:57:49 +01:00
indexing fix: Keep indexing database 2020-08-10 13:00:43 +02:00
known_content chg: Add 1px gif 2020-12-03 13:47:00 +01:00
known_content_user chg: Cleanups, allow to add context from ressources page 2020-09-03 16:32:53 +02:00
lookyloo fix: Failure on new install 2020-12-11 10:26:42 +01:00
tools Update stats.py 2020-11-20 15:27:05 +01:00
user_agents chg: Bump UA list 2020-11-19 15:54:21 +01:00
website #142 Adding documentation link to the menu 2020-12-21 00:44:55 +01:00
.dockerignore chg: Do not put the content of scraped in the package. 2020-07-07 13:56:58 +02:00
.gitignore chg: Cleanups, allow to add context from ressources page 2020-09-03 16:32:53 +02:00
.travis.yml chg: Bump dependencies 2020-04-03 23:35:56 +02:00
Dockerfile fix: Remove client directory 2020-09-08 14:05:31 +02:00
LICENSE chg: Bump license 2020-06-08 14:08:23 +02:00
README.md Update README.md 2020-11-19 15:54:21 +01:00
SECURITY.md Create SECURITY.md 2020-06-17 11:44:46 +02:00
code_of_conduct.md new: Add code of conduct 2020-08-06 13:08:50 +02:00
docker-compose.yml Update docker-compose.yml 2020-12-12 01:20:20 -05:00
mypy.ini chg: Cleanup mypy config 2020-10-01 11:48:00 +02:00
poetry.lock build(deps): bump requests from 2.25.0 to 2.25.1 2020-12-17 05:59:56 +00:00
pyproject.toml build(deps): bump requests from 2.25.0 to 2.25.1 2020-12-17 05:59:56 +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 that captures a webpage and then displays a tree of the domains, that call each other.

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

What is that 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

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 our docs or see the client GitHub repo.