https://github.com/kevinhellos/ai-phishing-url-detection
Detect potential phishing url with Open AI API
https://github.com/kevinhellos/ai-phishing-url-detection
nodejs openai-api
Last synced: about 1 month ago
JSON representation
Detect potential phishing url with Open AI API
- Host: GitHub
- URL: https://github.com/kevinhellos/ai-phishing-url-detection
- Owner: kevinhellos
- Created: 2024-01-17T17:21:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-17T17:22:28.000Z (over 2 years ago)
- Last Synced: 2025-03-15T05:42:02.925Z (over 1 year ago)
- Topics: nodejs, openai-api
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ai-phishing-url-detection
Detect potential phishing url with Open AI API
## Setup
- Go to https://openai.com and obtain your own API Key
- Clone this repository on your local machine
- Ensure you have Node JS installed. Run
npm install
- Create a
.env file. Copy and paste the content env-sample.txt in .env
- Add your own API Key inside the
.env file
- Run
node index to start the command line
- Enter any URL to check and press Enter on the keyboard. Wait for the result.