/ai-phishing-url-detection

Detect potential phishing url with Open AI API

Primary LanguageJavaScript

ai-phishing-url-detection

Detect potential phishing url with Open AI API

Setup

  1. Go to https://openai.com and obtain your own API Key
  2. Clone this repository on your local machine
  3. Ensure you have Node JS installed. Run npm install
  4. Create a .env file. Copy and paste the content env-sample.txt in .env
  5. Add your own API Key inside the .env file
  6. Run node index to start the command line
  7. Enter any URL to check and press Enter on the keyboard. Wait for the result.