Chrome Extension to Verify the authenticity of the current site. Its fast and secure way to check the safey status of any active website just by one click.
it uses Java Spring BOOT MVC, javascript,json,jpa,postgresql DB.
Steps to ADD THE EXTENTION TO YOUR CHROME BROWSER
- unzip the jsdchrome
- go to chrome settings->extensions-> load as unpacked extension -> upload the folder jsdchrome folder
- a pheonix bird icon will get displayed on the right corner of the tab.
Step to START the shreyaaurl java application(at:localhost\9090) which backs the extention:
- Requirement Postgresql [ or all the application properities can be changed according to your sql service(ask the owner{comment})]
- Its a Spring boot application
- unzip the shreyaaurl
- load it your java ide( ellipse was used for making)
- configure all the necessary dependancies
- Run the shreyaaurlApplication.java as a java application ( the spring boot turns on the tomcat server which is required for extention execution
Steps to create DATABASE
-
postgresql - pgadmin
-
use the query :CREATE TABLE public.badsites ( sid integer NOT NULL, surl character varying(200) COLLATE pg_catalog."default",) // it will create the table reqired
-
upload the column B of export.csv in table column surl of table badsites in postgresql -commit
IMPLEMENTATION OUTPUT BASIC- after the setup is done make sure the server is on and data base is set the after visiting any site if the extension PHEONIX TOOL is clicked it will verify the site for you!