LeakLooker-X
LeakLooker-X copied to clipboard
LeakLooker GUI - Discover, browse and monitor database/source code leaks
Bumps [django](https://github.com/django/django) from 3.0.4 to 3.1.14. Commits 840bebf [3.1.x] Bumped version for 3.1.14 release. 22bd174 [3.1.x] Fixed #30530, CVE-2021-44420 -- Fixed potential bypass of an upstream... cfb780d [3.1.x] Added stub...
Bumps [celery](https://github.com/celery/celery) from 4.4.0 to 5.2.2. Release notes Sourced from celery's releases. 5.2.2 Release date: 2021-12-26 16:30 P.M UTC+2:00 Release by: Omer Katz Various documentation fixes. Fix CVE-2021-23727 (Stored Command...
It seems that LLX only returns 15 results on a search, even when it says there are more. For example, I ran a search that said there were ~1,300 FTP...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.8 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
``` WARNINGS: ?: (2_0.W001) Your URL pattern '^celery-progress/' has a route that contains '(?P
``` [06/Sep/2020 16:24:19] "GET /keyword/search?country=&keyword=test&network=&type=Mongo HTTP/1.1" 200 68 {'pid': 2393, 'hostname': 'celery@vps-**.vps-default-host.net'} {'state': 'STARTED', 'result': {'pid': 2393, 'hostname': 'celery@vps-**.vps-default-host.net'}} [06/Sep/2020 16:24:19] "GET /get-task-info/?task_id=2cb32033-78e7-4f8c-b256-7b2f00425b1e HTTP/1.1" 200 98 {'pid': 2393, 'hostname': 'celery@vps-***.vps-default-host.net'}...
So I have this error when trying to run a search with LeakLooker: ``` Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/django/core/handlers/exception.py", line 34, in inner response = get_response(request) File "/usr/local/lib/python3.8/site-packages/django/core/handlers/base.py",...
Hey, I saw some repeated code on the django model. I improved it by creating an abstract parent class `DbType` where all the other database type model classes (Gitlab, Dirs,...
Hi, I have been using LeakLooker-X GUI for last few days. I find the dropdown to select the type of DBs a little bit tedious. Most of the time I...
error
──(root㉿Alpha)-[/home/user001/tools/LeakLooker-X] └─# celery -A leaklooker worker --loglevel=info Traceback (most recent call last): File "/usr/local/lib/python3.11/dist-packages/vine/five.py", line 361, in from inspect import formatargspec, getfullargspec ImportError: cannot import name 'formatargspec' from 'inspect' (/usr/lib/python3.11/inspect.py)...