{"id":21486298,"url":"https://github.com/anjupriya-v/web-phishing-detection","last_synced_at":"2026-04-18T06:35:38.645Z","repository":{"id":149901607,"uuid":"620383774","full_name":"anjupriya-v/web-phishing-detection","owner":"anjupriya-v","description":"Web based machine learning project which will detect whether the web link is malicious or not - Team Project","archived":false,"fork":false,"pushed_at":"2023-04-02T04:53:01.000Z","size":1730,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T10:12:22.986Z","etag":null,"topics":["css","flask","html","ibm-db2","javascript","machine-learning"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anjupriya-v.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-28T15:16:29.000Z","updated_at":"2023-05-01T03:30:49.000Z","dependencies_parsed_at":"2023-06-01T04:45:12.976Z","dependency_job_id":null,"html_url":"https://github.com/anjupriya-v/web-phishing-detection","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anjupriya-v/web-phishing-detection","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anjupriya-v%2Fweb-phishing-detection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anjupriya-v%2Fweb-phishing-detection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anjupriya-v%2Fweb-phishing-detection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anjupriya-v%2Fweb-phishing-detection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anjupriya-v","download_url":"https://codeload.github.com/anjupriya-v/web-phishing-detection/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anjupriya-v%2Fweb-phishing-detection/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31959881,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","flask","html","ibm-db2","javascript","machine-learning"],"created_at":"2024-11-23T13:20:16.098Z","updated_at":"2026-04-18T06:35:38.606Z","avatar_url":"https://github.com/anjupriya-v.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web Phishing Detection - Team Project\n\n## Team Members\n- \u003ca href=\"https://github.com/anjupriya-v\"\u003eAnju Priya V\u003c/a\u003e\n- \u003ca href=\"https://github.com/sreelakshmig009\"\u003eSree Lakshmi G\u003c/a\u003e\n- \u003ca href=\"https://github.com/saadhanag13\"\u003eSaadhana G\u003c/a\u003e\n- \u003ca href=\"https://github.com/M-Venkatachalam\"\u003eVenkatachalam M\u003c/a\u003e\n\n## Demo Video\n\nhttps://user-images.githubusercontent.com/84177086/228294560-6992908b-8467-4b71-8499-990644c11721.mp4\n\n## Tech Stacks Used\n\n- HTML\n- CSS\n- Javascript\n- Flask\n- IBM Db2 on cloud\n\n### Procedure to Run this application\n\n- Clone this repository\n```\n$ git clone https://github.com/IBM-EPBL/IBM-Project-44647-1660725800.git\n```\n\n- Navigate to `Final_Deliverables/Source_Code/Flask` directory\n\n- Open the cmd or terminal and install all the packages in the requirements.txt. To do that, run\n```\npip install -r requirements.txt\n```\n\n- Then Create the IBM Cloud account and in that, create the IBM Db 2 Cloud Service\n\n- Then download the digital signature file from ibm cloud db 2 service and put it in flask folder root directory\n\n- create the .env file in the flask folder root directory. Then insert the db credentials in the following link and add this link to .env file,\n```\nIBMDB_URL='DATABASE=DATABASE_NAME;HOSTNAME=HOST_NAME;PORT=PORT_NUMBER;SECURITY=SSL;SSLServerCertificate=DigiCertGlobalRootCA.crt;UID=USER_ID;PWD=PASSWORD'\n```\n\n- To create the secret key, open the terminal, type the following and you will get the secret key\n```\n\u003e\u003e\u003e import os\n\u003e\u003e\u003e os.urandom(24)\n```\n\n- Then insert the secret key in .env file.\n```\nSECRET_KEY= SECRET_KEY_VALUE\n```\n\n- Then, In IBM Db2 Cloud service, create the table and it's scheme like the following:\n\n![14](https://user-images.githubusercontent.com/113231326/202849986-4a42c4f7-a378-4126-9562-101d8bb63974.jpg)\n\n![15](https://user-images.githubusercontent.com/113231326/202849988-d0508afd-85ae-4a0a-a75a-09f5b766a2b5.jpg)\n\n![16](https://user-images.githubusercontent.com/113231326/202849989-a25d06ac-baee-442e-a5ed-52fb599db8bf.jpg)\n\n\n- For the contact form to send the queries, use the service called email.js.\n\n- Create the account on email.js (https://www.emailjs.com/)\n\n- Then create the mail service and template on email.js\n\n- Then take the service id, template id and user id and paste it in contact.js (/static/js/contact.js)\n\n- To run the application,\n ```\nflask --app app --debug run\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanjupriya-v%2Fweb-phishing-detection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanjupriya-v%2Fweb-phishing-detection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanjupriya-v%2Fweb-phishing-detection/lists"}