Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What tool is Project iKy?

2025-01-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Network Security >

Share

Shulou(Shulou.com)05/31 Report--

This article is about what Project iKy is. Xiaobian thinks it is quite practical, so share it with everyone for reference. Let's follow Xiaobian and have a look.

An open-source tool called Project iKy that researchers can use to gather information from emails will feed back to users in the form of data graphs.

tool mounting

Clone the project codebase locally using the following command:

git clone https://gitlab.com/kennbroorg/iKy.git installer backend

First, we need to install Redis:

wget http://download.redis.io/redis-stable.tar.gztar xvzf redis-stable.tar.gzcd redis-stablemakesudo make install

Next, use the following command to start the background server on the terminal:

redis -serverPython dependencies and Celery

Before using the tool, we need to install the corresponding dependency components:

pip install -r requirements.txt

Open another terminal window and open Celery in the backend directory:

./ celery.sh

Finally, open a new terminal window and open the backend App (server side):

python app.py installation tool front-end NodeJS

First, we need to install NodeJS.

dependent components

Switch to the frontend directory and install the corresponding dependencies:

npm install Start the front-end server

Finally, start the front-end server using the following command:

npm start tool access

Open a browser and enter the following URL in the browser address bar to access the tool front:

http://127.0.0.1:4200/

Configure API Key

When we have finished loading the application in the browser, we can open the API configuration options and load the required API keys.

Thank you for reading! About "Project iKy is a tool" this article is shared here, I hope the above content can be of some help to everyone, so that everyone can learn more knowledge, if you think the article is good, you can share it to let more people see it!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Network Security

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report