Closed beer15 closed 3 years ago
"EDIT: After a while I get an error message" What is the error messages??
Is the frontend listening in localhost?
"EDIT: After a while I get an error message" What is the error messages??
Is the frontend listening in localhost?
sorry I thought
"1163:M 22 Jan 2021 23:25:49.009 1 changes in 3600 seconds. Saving... 1163:M 22 Jan 2021 23:25:49.010 Background saving started by pid 2453 2453:C 22 Jan 2021 23:25:49.039 DB saved on disk 2453:C 22 Jan 2021 23:25:49.041 RDB: 0 MB of memory used by copy-on-write 1163:M 22 Jan 2021 23:25:49.111 * Background saving terminated with success"
it was an error,
yes localhost
No, these are REDIS messages.
What is the message if you run
curl http://127.0.0.1:5000/tasklist
now un have it
python app.py -e prod
Traceback (most recent call last):
File "app.py", line 2, in
You must run
pip install requirements.txt
Inside the iKy directory. Or simply run
pip install flask
Reopen if necessary
Reopen if necessary
sorry I couldn't answer before
for the first command line "pip install -r requirements.txt" i have it.
Requirement already satisfied: chardet==3.0.4 in /home/kali/.local/lib/python3.9/site-packages (from -r requirements.txt (line 1)) (3.0.4) Requirement already satisfied: aiohttp==3.6.2 in /home/kali/.local/lib/python3.9/site-packages (from -r requirements.txt (line 2)) (3.6.2) Requirement already satisfied: beautifulsoup4==4.9.1 in /home/kali/.local/lib/python3.9/site-packages (from -r requirements.txt (line 3)) (4.9.1) Requirement already satisfied: httpx==0.13.3 in /home/kali/.local/lib/python3.9/site-packages (from -r requirements.txt (line 4)) (0.13.3) Requirement already satisfied: Flask==1.1.2 in /home/kali/.local/lib/python3.9/site-packages (from -r requirements.txt (line 5)) (1.1.2) Requirement already satisfied: celery==4.4.5 in /home/kali/.local/lib/python3.9/site-packages (from -r requirements.txt (line 6)) (4.4.5) Requirement already satisfied: Flask-Cors==3.0.9 in /home/kali/.local/lib/python3.9/site-packages (from -r requirements.txt (line 7)) (3.0.9) Requirement already satisfied: requests==2.25.1 in /home/kali/.local/lib/python3.9/site-packages (from -r requirements.txt (line 8)) (2.25.1) Requirement already satisfied: bs4==0.0.1 in /home/kali/.local/lib/python3.9/site-packages (from -r requirements.txt (line 9)) (0.0.1) Requirement already satisfied: cfscrape==2.1.1 in /home/kali/.local/lib/python3.9/site-packages (from -r requirements.txt (line 10)) (2.1.1) Requirement already satisfied: tweepy==3.10.0 in /home/kali/.local/lib/python3.9/site-packages (from -r requirements.txt (line 11)) (3.10.0) Requirement already satisfied: geopy==1.22.0 in /home/kali/.local/lib/python3.9/site-packages (from -r requirements.txt (line 12)) (1.22.0) Requirement already satisfied: twint from git+https://github.com/twintproject/twint.git@origin/master#egg=twint in /home/kali/.local/lib/python3.9/site-packages (from -r requirements.txt (line 13)) (2.1.21) Requirement already satisfied: socialscan==1.4.1 in /home/kali/.local/lib/python3.9/site-packages (from -r requirements.txt (line 14)) (1.4.1) Requirement already satisfied: instaloader==4.5.5 in /home/kali/.local/lib/python3.9/site-packages (from -r requirements.txt (line 15)) (4.5.5) Requirement already satisfied: requests-futures==1.0.0 in /home/kali/.local/lib/python3.9/site-packages (from -r requirements.txt (line 16)) (1.0.0) Requirement already satisfied: torrequest in /home/kali/.local/lib/python3.9/site-packages (from -r requirements.txt (line 17)) (0.1.0) Requirement already satisfied: holehe in /home/kali/.local/lib/python3.9/site-packages (from -r requirements.txt (line 18)) (1.59) Requirement already satisfied: search-engine-parser==0.6.2 in /home/kali/.local/lib/python3.9/site-packages (from -r requirements.txt (line 19)) (0.6.2) Requirement already satisfied: fuzzywuzzy==0.18.0 in /home/kali/.local/lib/python3.9/site-packages (from -r requirements.txt (line 20)) (0.18.0) Requirement already satisfied: redis==3.5.3 in /home/kali/.local/lib/python3.9/site-packages (from -r requirements.txt (line 21)) (3.5.3) Requirement already satisfied: langdetect==1.0.8 in /home/kali/.local/lib/python3.9/site-packages (from -r requirements.txt (line 22)) (1.0.8) Requirement already satisfied: googletrans==3.0.0 in /home/kali/.local/lib/python3.9/site-packages (from -r requirements.txt (line 23)) (3.0.0) Requirement already satisfied: vaderSentiment==3.3.2 in /home/kali/.local/lib/python3.9/site-packages (from -r requirements.txt (line 24)) (3.3.2) Requirement already satisfied: emailrep==0.0.4 in /home/kali/.local/lib/python3.9/site-packages (from -r requirements.txt (line 25)) (0.0.4) Requirement already satisfied: stop_words in /home/kali/.local/lib/python3.9/site-packages (from -r requirements.txt (line 26)) (2018.7.23) Requirement already satisfied: spotipy==2.16.1 in /home/kali/.local/lib/python3.9/site-packages (from -r requirements.txt (line 27)) (2.16.1) Requirement already satisfied: async-timeout<4.0,>=3.0 in /home/kali/.local/lib/python3.9/site-packages (from aiohttp==3.6.2->-r requirements.txt (line 2)) (3.0.1) Requirement already satisfied: attrs>=17.3.0 in /home/kali/.local/lib/python3.9/site-packages (from aiohttp==3.6.2->-r requirements.txt (line 2)) (20.3.0) Requirement already satisfied: yarl<2.0,>=1.0 in /home/kali/.local/lib/python3.9/site-packages (from aiohttp==3.6.2->-r requirements.txt (line 2)) (1.6.3) Requirement already satisfied: multidict<5.0,>=4.5 in /home/kali/.local/lib/python3.9/site-packages (from aiohttp==3.6.2->-r requirements.txt (line 2)) (4.7.6) Requirement already satisfied: soupsieve>1.2 in /home/kali/.local/lib/python3.9/site-packages (from beautifulsoup4==4.9.1->-r requirements.txt (line 3)) (2.1) Requirement already satisfied: hstspreload in /home/kali/.local/lib/python3.9/site-packages (from httpx==0.13.3->-r requirements.txt (line 4)) (2020.12.22) Requirement already satisfied: sniffio in /home/kali/.local/lib/python3.9/site-packages (from httpx==0.13.3->-r requirements.txt (line 4)) (1.2.0) Requirement already satisfied: idna==2.* in /home/kali/.local/lib/python3.9/site-packages (from httpx==0.13.3->-r requirements.txt (line 4)) (2.10) Requirement already satisfied: rfc3986<2,>=1.3 in /home/kali/.local/lib/python3.9/site-packages (from httpx==0.13.3->-r requirements.txt (line 4)) (1.4.0) Requirement already satisfied: certifi in /home/kali/.local/lib/python3.9/site-packages (from httpx==0.13.3->-r requirements.txt (line 4)) (2020.12.5) Requirement already satisfied: httpcore==0.9.* in /home/kali/.local/lib/python3.9/site-packages (from httpx==0.13.3->-r requirements.txt (line 4)) (0.9.1) Requirement already satisfied: Jinja2>=2.10.1 in /home/kali/.local/lib/python3.9/site-packages (from Flask==1.1.2->-r requirements.txt (line 5)) (2.11.2) Requirement already satisfied: click>=5.1 in /home/kali/.local/lib/python3.9/site-packages (from Flask==1.1.2->-r requirements.txt (line 5)) (7.1.2) Requirement already satisfied: Werkzeug>=0.15 in /home/kali/.local/lib/python3.9/site-packages (from Flask==1.1.2->-r requirements.txt (line 5)) (1.0.1) Requirement already satisfied: itsdangerous>=0.24 in /home/kali/.local/lib/python3.9/site-packages (from Flask==1.1.2->-r requirements.txt (line 5)) (1.1.0) Requirement already satisfied: kombu<4.7,>=4.6.10 in /home/kali/.local/lib/python3.9/site-packages (from celery==4.4.5->-r requirements.txt (line 6)) (4.6.11) Requirement already satisfied: future>=0.18.0 in /home/kali/.local/lib/python3.9/site-packages (from celery==4.4.5->-r requirements.txt (line 6)) (0.18.2) Requirement already satisfied: billiard<4.0,>=3.6.3.0 in /home/kali/.local/lib/python3.9/site-packages (from celery==4.4.5->-r requirements.txt (line 6)) (3.6.3.0) Requirement already satisfied: pytz>dev in /home/kali/.local/lib/python3.9/site-packages (from celery==4.4.5->-r requirements.txt (line 6)) (2020.5) Requirement already satisfied: vine==1.3.0 in /home/kali/.local/lib/python3.9/site-packages (from celery==4.4.5->-r requirements.txt (line 6)) (1.3.0) Requirement already satisfied: Six in /home/kali/.local/lib/python3.9/site-packages (from Flask-Cors==3.0.9->-r requirements.txt (line 7)) (1.15.0) Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/kali/.local/lib/python3.9/site-packages (from requests==2.25.1->-r requirements.txt (line 8)) (1.26.2) Requirement already satisfied: requests-oauthlib>=0.7.0 in /home/kali/.local/lib/python3.9/site-packages (from tweepy==3.10.0->-r requirements.txt (line 11)) (1.3.0) Requirement already satisfied: geographiclib<2,>=1.49 in /home/kali/.local/lib/python3.9/site-packages (from geopy==1.22.0->-r requirements.txt (line 12)) (1.50) Requirement already satisfied: aiohttp-socks in /home/kali/.local/lib/python3.9/site-packages (from twint->-r requirements.txt (line 13)) (0.5.5) Requirement already satisfied: elasticsearch in /home/kali/.local/lib/python3.9/site-packages (from twint->-r requirements.txt (line 13)) (7.10.1) Requirement already satisfied: googletransx in /home/kali/.local/lib/python3.9/site-packages (from twint->-r requirements.txt (line 13)) (2.4.2) Requirement already satisfied: aiodns in /home/kali/.local/lib/python3.9/site-packages (from twint->-r requirements.txt (line 13)) (2.0.0) Requirement already satisfied: pysocks in /home/kali/.local/lib/python3.9/site-packages (from twint->-r requirements.txt (line 13)) (1.7.1) Requirement already satisfied: cchardet in /home/kali/.local/lib/python3.9/site-packages (from twint->-r requirements.txt (line 13)) (2.1.7) Requirement already satisfied: schedule in /home/kali/.local/lib/python3.9/site-packages (from twint->-r requirements.txt (line 13)) (0.6.0) Requirement already satisfied: dataclasses in /home/kali/.local/lib/python3.9/site-packages (from twint->-r requirements.txt (line 13)) (0.6) Requirement already satisfied: pandas in /home/kali/.local/lib/python3.9/site-packages (from twint->-r requirements.txt (line 13)) (1.2.1) Requirement already satisfied: fake-useragent in /home/kali/.local/lib/python3.9/site-packages (from twint->-r requirements.txt (line 13)) (0.1.11) Requirement already satisfied: colorama in /home/kali/.local/lib/python3.9/site-packages (from socialscan==1.4.1->-r requirements.txt (line 14)) (0.4.4) Requirement already satisfied: tqdm>=4.31.0 in /home/kali/.local/lib/python3.9/site-packages (from socialscan==1.4.1->-r requirements.txt (line 14)) (4.56.0) Requirement already satisfied: stem>=1.4.0 in /home/kali/.local/lib/python3.9/site-packages (from torrequest->-r requirements.txt (line 17)) (1.8.0) Requirement already satisfied: argparse in /home/kali/.local/lib/python3.9/site-packages (from holehe->-r requirements.txt (line 18)) (1.4.0) Requirement already satisfied: trio in /home/kali/.local/lib/python3.9/site-packages (from holehe->-r requirements.txt (line 18)) (0.18.0) Requirement already satisfied: termcolor in /home/kali/.local/lib/python3.9/site-packages (from holehe->-r requirements.txt (line 18)) (1.1.0) Requirement already satisfied: lxml==4.5.2 in /home/kali/.local/lib/python3.9/site-packages (from search-engine-parser==0.6.2->-r requirements.txt (line 19)) (4.5.2) Requirement already satisfied: python-dateutil in /home/kali/.local/lib/python3.9/site-packages (from emailrep==0.0.4->-r requirements.txt (line 25)) (2.8.1) Requirement already satisfied: h11<0.10,>=0.8 in /home/kali/.local/lib/python3.9/site-packages (from httpcore==0.9.*->httpx==0.13.3->-r requirements.txt (line 4)) (0.9.0) Requirement already satisfied: h2==3.* in /home/kali/.local/lib/python3.9/site-packages (from httpcore==0.9.*->httpx==0.13.3->-r requirements.txt (line 4)) (3.2.0) Requirement already satisfied: MarkupSafe>=0.23 in /home/kali/.local/lib/python3.9/site-packages (from Jinja2>=2.10.1->Flask==1.1.2->-r requirements.txt (line 5)) (1.1.1) Requirement already satisfied: amqp<2.7,>=2.6.0 in /home/kali/.local/lib/python3.9/site-packages (from kombu<4.7,>=4.6.10->celery==4.4.5->-r requirements.txt (line 6)) (2.6.1) Requirement already satisfied: oauthlib>=3.0.0 in /home/kali/.local/lib/python3.9/site-packages (from requests-oauthlib>=0.7.0->tweepy==3.10.0->-r requirements.txt (line 11)) (3.1.0) Requirement already satisfied: python-socks[asyncio]>=1.0.1 in /home/kali/.local/lib/python3.9/site-packages (from aiohttp-socks->twint->-r requirements.txt (line 13)) (1.2.0) Requirement already satisfied: pycares>=3.0.0 in /home/kali/.local/lib/python3.9/site-packages (from aiodns->twint->-r requirements.txt (line 13)) (3.1.1) Requirement already satisfied: numpy>=1.16.5 in /home/kali/.local/lib/python3.9/site-packages (from pandas->twint->-r requirements.txt (line 13)) (1.19.5) Requirement already satisfied: outcome in /home/kali/.local/lib/python3.9/site-packages (from trio->holehe->-r requirements.txt (line 18)) (1.1.0) Requirement already satisfied: async-generator>=1.9 in /home/kali/.local/lib/python3.9/site-packages (from trio->holehe->-r requirements.txt (line 18)) (1.10) Requirement already satisfied: sortedcontainers in /home/kali/.local/lib/python3.9/site-packages (from trio->holehe->-r requirements.txt (line 18)) (2.3.0) Requirement already satisfied: hyperframe<6,>=5.2.0 in /home/kali/.local/lib/python3.9/site-packages (from h2==3.*->httpcore==0.9.*->httpx==0.13.3->-r requirements.txt (line 4)) (5.2.0) Requirement already satisfied: hpack<4,>=3.0 in /home/kali/.local/lib/python3.9/site-packages (from h2==3.*->httpcore==0.9.*->httpx==0.13.3->-r requirements.txt (line 4)) (3.0.0) Requirement already satisfied: cffi>=1.5.0 in /home/kali/.local/lib/python3.9/site-packages (from pycares>=3.0.0->aiodns->twint->-r requirements.txt (line 13)) (1.14.4) Requirement already satisfied: pycparser in /home/kali/.local/lib/python3.9/site-packages (from cffi>=1.5.0->pycares>=3.0.0->aiodns->twint->-r requirements.txt (line 13)) (2.20)
and your second line I have
Requirement already satisfied: flask in /home/kali/.local/lib/python3.9/site-packages (1.1.2) Requirement already satisfied: Werkzeug>=0.15 in /home/kali/.local/lib/python3.9/site-packages (from flask) (1.0.1) Requirement already satisfied: Jinja2>=2.10.1 in /home/kali/.local/lib/python3.9/site-packages (from flask) (2.11.2) Requirement already satisfied: click>=5.1 in /home/kali/.local/lib/python3.9/site-packages (from flask) (7.1.2) Requirement already satisfied: itsdangerous>=0.24 in /home/kali/.local/lib/python3.9/site-packages (from flask) (1.1.0) Requirement already satisfied: MarkupSafe>=0.23 in /home/kali/.local/lib/python3.9/site-packages (from Jinja2>=2.10.1->flask) (1.1.1)
same error Traceback (most recent call last): File "app.py", line 2, in <module> from factories.application import create_application File "/home/kali/Bureau/iKy/backend/factories/application.py", line 2, in <module> from flask import Flask ImportError: No module named flask
with it python app.py -e prod in backend
EDIT: with it "python3 app.py -e prod" i have
`python3 app.py -e prod 1 ⨯ Starting PROD servers REDIS serving... CELERY serving... Falsk serving... HTTPD serving... HTTPD serving...INSIDE ./celery.sh: ligne 3: celery : commande introuvable 2158:C 18 Feb 2021 09:14:06.948 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 2158:C 18 Feb 2021 09:14:06.948 # Redis version=6.0.10, bits=64, commit=be4a7db9, modified=0, pid=2158, just started 2158:C 18 Feb 2021 09:14:06.948 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf 2158:M 18 Feb 2021 09:14:06.949 Increased maximum number of open files to 10032 (it was originally set to 1024). 2158:M 18 Feb 2021 09:14:06.949 # Could not create server TCP listening socket :6379: bind: Address already in use
My python version
──(kali㉿kali)-[~/Bureau/iKy/backend] └─$ python --version 127 ⨯ Python 2.7.18
┌──(kali㉿kali)-[~/Bureau/iKy/backend] └─$ python3 --version Python 3.9.1
Ok, in the last log the problem is with celery. When installing with pip in kali you have to make a change in the PATH because programs (like celery) are stored in /home/kali/.local/bin You must run
export PATH=$PATH:/home/kali/.local/bin
Remember that you must run this command in the terminal before running
python3 app.py -e prod
I have tested I have this
In the same terminal run both commands
Now i have it
python3 app.py -e prod Starting PROD servers REDIS serving... CELERY serving... Falsk serving... HTTPD serving... HTTPD serving...INSIDE 2465:C 18 Feb 2021 14:42:03.538 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 2465:C 18 Feb 2021 14:42:03.539 # Redis version=6.0.10, bits=64, commit=be4a7db9, modified=0, pid=2465, just started 2465:C 18 Feb 2021 14:42:03.539 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf 2465:M 18 Feb 2021 14:42:03.539 * Increased maximum number of open files to 10032 (it was originally set to 1024). _._ _.-``__ ''-._ _.-``
. _. ''-._ Redis 6.0.10 (be4a7db9/0) 64 bit .-`` .-```. ```\/ _.,_ ''-._ ( ' , .-
| , ) Running in standalone mode |
-._-...-
...-.`-._|'
.-'| Port: 6379
| `-. ._ / _.-' | PID: 2465
-. `-. -./ _.-' _.-' |
-.`-. -.__.-' _.-'_.-'| |
-.`-. .-'.-' | http://redis.io
-._
-._-.__.-'_.-' _.-' |
-.`-. -.__.-' _.-'_.-'| |
-.`-. .-'.-' |
-._
-._-.__.-'_.-' _.-'
-._ `-..-' .-'
`-. _.-'
`-.__.-'
2465:M 18 Feb 2021 14:42:03.539 # Server initialized 2465:M 18 Feb 2021 14:42:03.539 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo madvise > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled (set to 'madvise' or 'never'). 2465:M 18 Feb 2021 14:42:03.540 Loading RDB produced by version 6.0.10 2465:M 18 Feb 2021 14:42:03.540 RDB age 2 seconds 2465:M 18 Feb 2021 14:42:03.540 RDB memory usage when created 1.09 Mb 2465:M 18 Feb 2021 14:42:03.540 DB loaded from disk: 0.000 seconds 2465:M 18 Feb 2021 14:42:03.540 * Ready to accept connections
Debugger PIN: 210-074-789
/home/kali/.local/lib/python3.9/site-packages/fuzzywuzzy/fuzz.py:11: UserWarning: Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning
warnings.warn('Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning')
/home/kali/.local/lib/python3.9/site-packages/fuzzywuzzy/fuzz.py:11: UserWarning: Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning
warnings.warn('Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning')
[2021-02-18 14:42:05,246: DEBUG/MainProcess] | Worker: Preparing bootsteps.
[2021-02-18 14:42:05,248: DEBUG/MainProcess] | Worker: Building graph...
[2021-02-18 14:42:05,248: DEBUG/MainProcess] | Worker: New boot order: {StateDB, Beat, Timer, Hub, Pool, Autoscaler, Consumer}
[2021-02-18 14:42:05,265: DEBUG/MainProcess] | Consumer: Preparing bootsteps.
[2021-02-18 14:42:05,265: DEBUG/MainProcess] | Consumer: Building graph...
[2021-02-18 14:42:05,316: DEBUG/MainProcess] | Consumer: New boot order: {Connection, Events, Heart, Mingle, Gossip, Tasks, Control, Agent, event loop}
-------------- celery@kali v4.4.5 (cliffs)
--- * -----
-- *** ---- Linux-5.9.0-kali1-amd64-x86_64-with-glibc2.31 2021-02-18 14:42:05
[tasks] . celery.accumulate . celery.backend_cleanup . celery.chain . celery.chord . celery.chord_unlock . celery.chunks . celery.group . celery.map . celery.starmap . modules.darkpass.darkpass_tasks.t_darkpass . modules.emailrep.emailrep_tasks.t_emailrep . modules.fullcontact.fullcontact_tasks.t_fullcontact . modules.ghostproject.ghostproject_tasks.t_ghostproject . modules.github.github_tasks.t_github . modules.gitlab.gitlab_tasks.t_gitlab . modules.holehe.holehe_tasks.t_holehe . modules.instagram.instagram_tasks.t_instagram . modules.keybase.keybase_tasks.t_keybase . modules.leaklookup.leaklookup_tasks.t_leaklookup . modules.leaks.leaks_tasks.t_leaks . modules.linkedin.linkedin_tasks.t_linkedin . modules.peopledatalabs.peopledatalabs_tasks.t_peopledatalabs . modules.reddit.reddit_tasks.t_reddit . modules.search.search_tasks.t_search . modules.sherlock.sherlock_tasks.t_sherlock . modules.skype.skype_tasks.t_skype . modules.socialscan.socialscan_tasks.t_socialscan . modules.spotify.spotify_tasks.t_spotify . modules.tiktok.tiktok_tasks.t_tiktok . modules.tinder.tinder_tasks.t_tinder . modules.tweetiment.tweetiment_tasks.t_tweetiment . modules.twint.twint_tasks.t_twint . modules.twitter.twitter_tasks.t_twitter . modules.twitter_comparison.twitter_comp_tasks.t_twitter_comp . modules.twitter_comparison.twitter_info_tasks.t_twitter_info . modules.usersearch.usersearch_tasks.t_usersearch . modules.venmo.venmo_tasks.t_venmo
[2021-02-18 14:42:05,335: DEBUG/MainProcess] | Worker: Starting Hub
[2021-02-18 14:42:05,335: DEBUG/MainProcess] ^-- substep ok
[2021-02-18 14:42:05,335: DEBUG/MainProcess] | Worker: Starting Pool
[2021-02-18 14:42:05,458: DEBUG/MainProcess] ^-- substep ok
[2021-02-18 14:42:05,459: DEBUG/MainProcess] | Worker: Starting Consumer
[2021-02-18 14:42:05,459: DEBUG/MainProcess] | Consumer: Starting Connection
[2021-02-18 14:42:05,480: INFO/MainProcess] Connected to redis://localhost:6379/0
[2021-02-18 14:42:05,480: DEBUG/MainProcess] ^-- substep ok
[2021-02-18 14:42:05,480: DEBUG/MainProcess] | Consumer: Starting Events
[2021-02-18 14:42:05,494: DEBUG/MainProcess] | Worker: Preparing bootsteps.
[2021-02-18 14:42:05,494: DEBUG/MainProcess] ^-- substep ok
[2021-02-18 14:42:05,494: DEBUG/MainProcess] | Consumer: Starting Heart
[2021-02-18 14:42:05,495: DEBUG/MainProcess] | Worker: Building graph...
[2021-02-18 14:42:05,495: DEBUG/MainProcess] | Worker: New boot order: {Beat, Timer, Hub, Pool, Autoscaler, StateDB, Consumer}
[2021-02-18 14:42:05,497: DEBUG/MainProcess] ^-- substep ok
[2021-02-18 14:42:05,497: DEBUG/MainProcess] | Consumer: Starting Mingle
[2021-02-18 14:42:05,497: INFO/MainProcess] mingle: searching for neighbors
[2021-02-18 14:42:05,508: DEBUG/MainProcess] | Consumer: Preparing bootsteps.
[2021-02-18 14:42:05,509: DEBUG/MainProcess] | Consumer: Building graph...
[2021-02-18 14:42:05,553: DEBUG/MainProcess] | Consumer: New boot order: {Connection, Events, Mingle, Tasks, Control, Gossip, Agent, Heart, event loop}
-------------- celery@kali v4.4.5 (cliffs)
--- * -----
-- *** ---- Linux-5.9.0-kali1-amd64-x86_64-with-glibc2.31 2021-02-18 14:42:05
[tasks] . celery.accumulate . celery.backend_cleanup . celery.chain . celery.chord . celery.chord_unlock . celery.chunks . celery.group . celery.map . celery.starmap . modules.darkpass.darkpass_tasks.t_darkpass . modules.emailrep.emailrep_tasks.t_emailrep . modules.fullcontact.fullcontact_tasks.t_fullcontact . modules.ghostproject.ghostproject_tasks.t_ghostproject . modules.github.github_tasks.t_github . modules.gitlab.gitlab_tasks.t_gitlab . modules.holehe.holehe_tasks.t_holehe . modules.instagram.instagram_tasks.t_instagram . modules.keybase.keybase_tasks.t_keybase . modules.leaklookup.leaklookup_tasks.t_leaklookup . modules.leaks.leaks_tasks.t_leaks . modules.linkedin.linkedin_tasks.t_linkedin . modules.peopledatalabs.peopledatalabs_tasks.t_peopledatalabs . modules.reddit.reddit_tasks.t_reddit . modules.search.search_tasks.t_search . modules.sherlock.sherlock_tasks.t_sherlock . modules.skype.skype_tasks.t_skype . modules.socialscan.socialscan_tasks.t_socialscan . modules.spotify.spotify_tasks.t_spotify . modules.tiktok.tiktok_tasks.t_tiktok . modules.tinder.tinder_tasks.t_tinder . modules.tweetiment.tweetiment_tasks.t_tweetiment . modules.twint.twint_tasks.t_twint . modules.twitter.twitter_tasks.t_twitter . modules.twitter_comparison.twitter_comp_tasks.t_twitter_comp . modules.twitter_comparison.twitter_info_tasks.t_twitter_info . modules.usersearch.usersearch_tasks.t_usersearch . modules.venmo.venmo_tasks.t_venmo
[2021-02-18 14:42:05,570: DEBUG/MainProcess] | Worker: Starting Hub [2021-02-18 14:42:05,570: DEBUG/MainProcess] ^-- substep ok [2021-02-18 14:42:05,571: DEBUG/MainProcess] | Worker: Starting Pool [2021-02-18 14:42:05,675: DEBUG/MainProcess] ^-- substep ok [2021-02-18 14:42:05,676: DEBUG/MainProcess] | Worker: Starting Consumer [2021-02-18 14:42:05,676: DEBUG/MainProcess] | Consumer: Starting Connection [2021-02-18 14:42:05,691: INFO/MainProcess] Connected to redis://localhost:6379/0 [2021-02-18 14:42:05,691: DEBUG/MainProcess] ^-- substep ok [2021-02-18 14:42:05,691: DEBUG/MainProcess] | Consumer: Starting Events [2021-02-18 14:42:05,701: DEBUG/MainProcess] ^-- substep ok [2021-02-18 14:42:05,701: DEBUG/MainProcess] | Consumer: Starting Mingle [2021-02-18 14:42:05,701: INFO/MainProcess] mingle: searching for neighbors [2021-02-18 14:42:06,531: INFO/MainProcess] mingle: all alone [2021-02-18 14:42:06,531: DEBUG/MainProcess] ^-- substep ok [2021-02-18 14:42:06,532: DEBUG/MainProcess] | Consumer: Starting Gossip [2021-02-18 14:42:06,539: DEBUG/MainProcess] ^-- substep ok [2021-02-18 14:42:06,539: DEBUG/MainProcess] | Consumer: Starting Tasks [2021-02-18 14:42:06,556: DEBUG/MainProcess] ^-- substep ok [2021-02-18 14:42:06,556: DEBUG/MainProcess] | Consumer: Starting Control [2021-02-18 14:42:06,566: DEBUG/MainProcess] ^-- substep ok [2021-02-18 14:42:06,566: DEBUG/MainProcess] | Consumer: Starting event loop [2021-02-18 14:42:06,567: DEBUG/MainProcess] | Worker: Hub.register Pool... [2021-02-18 14:42:06,568: INFO/MainProcess] celery@kali ready. [2021-02-18 14:42:06,568: DEBUG/MainProcess] basic.qos: prefetch_count->8 [2021-02-18 14:42:06,726: INFO/MainProcess] mingle: all alone [2021-02-18 14:42:06,726: DEBUG/MainProcess] ^-- substep ok [2021-02-18 14:42:06,727: DEBUG/MainProcess] | Consumer: Starting Tasks [2021-02-18 14:42:06,742: DEBUG/MainProcess] ^-- substep ok [2021-02-18 14:42:06,743: DEBUG/MainProcess] | Consumer: Starting Control [2021-02-18 14:42:06,749: DEBUG/MainProcess] ^-- substep ok [2021-02-18 14:42:06,749: DEBUG/MainProcess] | Consumer: Starting Gossip [2021-02-18 14:42:06,755: DEBUG/MainProcess] ^-- substep ok [2021-02-18 14:42:06,756: DEBUG/MainProcess] | Consumer: Starting Heart [2021-02-18 14:42:06,760: DEBUG/MainProcess] ^-- substep ok [2021-02-18 14:42:06,760: DEBUG/MainProcess] | Consumer: Starting event loop [2021-02-18 14:42:06,760: DEBUG/MainProcess] | Worker: Hub.register Pool... [2021-02-18 14:42:06,761: INFO/MainProcess] celery@kali ready. [2021-02-18 14:42:06,762: DEBUG/MainProcess] basic.qos: prefetch_count->8 `
Ok, and... Do you test it in the browser??
yes
Oh, sorry for the delay in replying. Were you able to fix the error?
Hi, I installed iKy with "Easy installation (Python only)"
once opened when I enter a mail in the searcher I just have a blue message on the right "gatherer" but nothing else, I can't find where the problem comes from yet I searched well, I use kali 2020.4 I didn't touch the API section
Screen: https://i.gyazo.com/c8f4a755fc0458894d9e530f13789d45.png https://i.gyazo.com/3fbbb0a0af23c8f7e070c2117a152a1c.jpg
Here i just tested with test@gmail.com but nothing's happening I can't figure it out thank you. https://i.gyazo.com/58d8fa8f907d695c5ec67ccb391b4b06.png
EDIT: After a while I get an error message
Tiktok - Detected Username : test User Skype - Detected Username : test@gmail.com User 127.0.0.1 - - [22/Jan/2021 23:14:14] "OPTIONS /reddit HTTP/1.1" 200 - Venmo - Detected Username : test User Tiktok - Task : g56gfhgf56h4-7bc2-41ba-a3f4-b5a0bef11606 127.0.0.1 - - [22/Jan/2021 23:14:15] "POST /tiktok HTTP/1.1" 200 - Skype - Task : gf56h4gfh4-2f24-40d4-a3d4-992fffbae589 127.0.0.1 - - [22/Jan/2021 23:14:15] "POST /skype HTTP/1.1" 200 - 127.0.0.1 - - [22/Jan/2021 23:14:15] "OPTIONS /spotify HTTP/1.1" 200 - Venmo - Task : g546ffg45g-67f2-4e54-9b6b-78eeabb72bec 127.0.0.1 - - [22/Jan/2021 23:14:15] "POST /venmo HTTP/1.1" 200 - Tinder - Detected Username : test User Reddit - Detected Username : test User Tinder - Task : 54455454gg4-3238-48df-aed0-9aea4eadf55d 127.0.0.1 - - [22/Jan/2021 23:14:15] "POST /tinder HTTP/1.1" 200 - Reddit - Task : e35bfd4a-8a97-4689-8533-32ea0d278cb3 127.0.0.1 - - [22/Jan/2021 23:14:15] "POST /reddit HTTP/1.1" 200 - Spotify - Detected Username : test User 1 Spotify - Task : 4487af80-56f0-d457-8f9f-2d93f2cdac58 127.0.0.1 - - [22/Jan/2021 23:14:15] "POST /spotify HTTP/1.1" 200 - 1163:M 22 Jan 2021 23:25:49.009 1 changes in 3600 seconds. Saving... 1163:M 22 Jan 2021 23:25:49.010 Background saving started by pid 2453 2453:C 22 Jan 2021 23:25:49.039 DB saved on disk 2453:C 22 Jan 2021 23:25:49.041 RDB: 0 MB of memory used by copy-on-write 1163:M 22 Jan 2021 23:25:49.111 * Background saving terminated with success