Click here to Skip to main content
15,893,508 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hello Everyone, i'm planning to do a project called Clicksafe .i've presented the abstract here.

Here is the full link to view the PDF of the topic: https://www.researchgate.net/profile/Sufian_Hameed/publication/261960174_Clicksafe_Providing_Security_against_Clickjacking_Attacks/links/55a82d1c08ae815a0421351e.pdf

Any idea of other projects such as this,so that i can refer to it and iam planning to do this project in asp.net and c#. Here is the abstract.

**Clicksafe, a browser-based tool to provide increased security and reliability against clickjacking attacks.Clicksafe is based on three major components. The detection unit detects malicious components in a webpage that redirect users to external links. The mitigation unit provides interception of user clicks and give educated warnings to users who can then choose to continue or not. Clicksafe also incorporate a feedback unit which records the user’s actions, converts them into ratings and allows future interactions to be more informed.Clicksafe is predominant from other similar tools as the detection and mitigation is based on a comprehensive framework which utilizes detection of malicious web components and incorporating user feedback.

Thanks.

What I have tried:

trying to find related projects and source code.
Posted
Updated 17-Jul-16 7:35am
Comments
Kornfeld Eliyahu Peter 17-Jul-16 3:46am    
If I understand correctly you plan to develop a browser extension (for several browsers?) using ASP.NET and C#?
You can not!!!
Praveen_7 17-Jul-16 13:19pm    
Hey there,
well i've decided to go with google chrome. :)
BillWoodruff 17-Jul-16 4:00am    
Unless you are a genius, and plan to give 100% of your life to this project for several years, I recommend you re-think this. What you describe entails enormous technical scope and depth.
Praveen_7 17-Jul-16 13:19pm    
Is there any possible solution so that i can work on it? May be an extension for google chrome?

I'm sorry to have to tell you this, but... there are a couple of things wrong with your whole idea.
First off, development isn't about "referring to other projects" - particularly when as in this case there likely aren't any such except for existing ad blockers. It's about doing something yourself, not bolting together other people's code into a "new" whole.
Secondly, you can't write browser extensions in C#: the browser environment may not even be capable of running a .NET app without serious assistance from MONO or the like. And browser extensions aren't all the same: and IE extension won't work on Chrome, a Chrome extension won't work on Opera, and nothing at all will work on Edge!
Most browser extensions are written in javascript, HTML, and CSS - nothing is written in C#.
Even if we could provide you with "similar projects" you couldn't use them: you would be seriously in violation of copyright if you did.

Find a better project: all you have at the moment is a "press release" blurb without any actual code behind it.
 
Share this answer
 
Comments
Praveen_7 17-Jul-16 13:30pm    
Hey there,
Thanks for the solution and your time.Am now thinking of now doing the extension for google chrome by combining javascript, HTML, and CSS as you said, and I'm only doing this for my academic project and not for any releases. Smile | :)
For Chrome extensions, you will have to learn HTML/JavaScript/CSS and read all this: Getting Started: Building a Chrome Extension - Google Chrome[^]
 
Share this answer
 
Comments
Praveen_7 17-Jul-16 13:51pm    
Thank You, I ve already tried one chrome extension called converter.Now i need to know how the extension can be called without clicking it.?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900