I'm interested in Ethical Hacking and wish to do my engineering project related to it. I'm currently in final year and want to know if there are any ideas I could work upon.
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a
member of our community. Consider creating an
account or login.
sorry bro If you are looking for ready made projects then i don't think so any one will help you here
if you are looking for some project idea
then here it is
You can work on a project that will encrypt file ie provided by user and then transmit it to desired location where the receiver will decrypt it.You can use various encryption/decryption techniques?
You can also work on prevention of DDOS attack.
If you want any kind of help then ceans are here to help you 😀
hi this is vineet ...i am new to this firm....
i am btech final year student.....and looking for some guidance on project related to ethical hacking
please help me....in any way...
actly ..i dont have profound knowledge about hackig but i am working on it ...
but i nee some guidance....
i have 5-6 months for my project ........plspls help me.
hi this is vineet ...i am new to this firm....
i am btech final year student.....and looking for some guidance on project related to ethical hacking
please help me....in any way...
actly ..i dont have profound knowledge about hackig but i am working on it ...
but i nee some guidance....
i have 5-6 months for my project ........plspls help me.
what kind of help do you want buddy?
Regarding project idea or something else
See there are many areas in ethical hacking also .You are interested in encryption/decryption,network security,internet attacks or something else
Please be more specific .It will help others to help you
hey CE-GOYAL GURU.............i m keen interested in makin project over Crytography.......an want to have an understanding of cipher algos ..would u help me in any way
hi everyone ....i m a final yr student and want to make project related to encryption/decryption or anti phishing software.......so plz anyone help me and suggest me some project ideas..........😀😁
hiiii everyone..........plz help me with some suggestions......as i m doing a anti-phishing project(phishing detection software).......plz help me with your valuable suggestions........😀😁
hiiii everyone..........plz help me with some suggestions......as i m doing a anti-phishing project(phishing detection software).......plz help me with your valuable suggestions........😀😁
How would you like us to help? Have you done any base work on what you wanna do?
How would you like us to help? Have you done any base work on what you wanna do?
yes......i m doing documentation work before implementing...........i want to know whether java is used for making anti-phishing software or not.........and i m matching the URL and address of the site entered by the user with the original website to know whether the website entered by user is legal or not.......instead of doing this what are the other attributes of the website should be matched to legalise the website.........plz help me as i m new to this field.........
Are you trying to make a proxy server, because, if you are making some kind of URL filter and sending it to the browser, then it acts as a proxy between your original internet connection and the browser. Getting what I said??? 😁
Are you trying to make a proxy server, because, if you are making some kind of URL filter and sending it to the browser, then it acts as a proxy between your original internet connection and the browser. Getting what I said??? 😁
yeah i got it.........but i don't want to make some complex project because this is a minor project so i want it as simple as i can make.........i m just made a window with a text field in it,and a database in SQL which contains the URL of some popular websites whose phishing chances are more......when user enter a website's URL in text field and press enter....the URL is being matched with the URLs given in the database and if a perfect match is found a pop-up window with a confirmation message appears and if URL doesn't match then a error window appears...........this is what i want to make ......i need help whether this concept is correct or not........😉
I don't get you when you use SQL for storing and matching... Oki, fine... There is a site called faceb00k dot com which is a phishing site of facebook. How would you check with your logic whether it is the real site or the duplicate one? 😐
I don't get you when you use SQL for storing and matching... Oki, fine... There is a site called faceb00k dot com which is a phishing site of facebook. How would you check with your logic whether it is the real site or the duplicate one? 😐
This URL "faceb00k.com",it contain two zero's in place of two O's................i saved the URL of original website i.e "facebook.com" in my database when the URL of phishing website is compared with original URL saved in database a mismatch occur between zero and 'O' ......and my software gives an error message.............are you satisfid now or not.......😀😁
Oki... How does it check if it is going to faceb00k.com instead of facebook.com??? Got my point??? How does it know that the user is intending to go to facebook.com??? 😐
Oki... How does it check if it is going to faceb00k.com instead of facebook.com??? Got my point??? How does it know that the user is intending to go to facebook.com??? 😐
whenever a user enters a site in address bar ......it compares the URL of that website with all the URL's stored in database..........if match is found it allow the user to visit that site otherwise gives an error message............it not compare the URL of "faceb00k.com" particularly with the URL of "facebook.com", it compares the URL with all the URL's stored in the database.....................
Oki... Now what if I give as crazyengineers.com or something else, which is not there. Take for eg., icicibank.com... or some bank sites, where phishing is common and it is not available in the database. 😐 What is your answer for this? How will it know what is the intended website and the site it is going??? 😐
Oki... Now what if I give as crazyengineers.com or something else, which is not there. Take for eg., icicibank.com... or some bank sites, where phishing is common and it is not available in the database. 😐 What is your answer for this? How will it know what is the intended website and the site it is going??? 😐
that's what i m trying to say.......my software gives info only about those sites which are stored in database by me.........this is a mini project and store only finite number of sites in database......i need help only doing this i can further increase my project as a major project later .......now only i want a minor project to show in the college what i have done in my project based training period.........plz help me......😔
Ah... Dude, that's where the problem is... Your app is not capable to understand what is the intended site... See, if I need to go to facenook.com, what will it do? There is already a different site!!! 😐
Ah... Dude, that's where the problem is... Your app is not capable to understand what is the intended site... See, if I need to go to facenook.com, what will it do? There is already a different site!!! 😐
bro that's why i m asking for help.........plz suggest me how can i make my application to decide whether the given site is legal or not.......😔😲
HI FRIENDS my name is swaroop.. i finished my certification in ethical hacking few days before ,,i need some idea of doing projects for my higher studies can some one plz help me out in tis tng ...😀
HI FRIENDS my name is swaroop.. i finished my certification in ethical hacking few days before ,,i need some idea of doing projects for my higher studies can some one plz help me out in tis tng ...😀
Start a new thread, say about what all you know, and what do you want, we will be able to help you out... 😁
hi..iam final year student.i am interested in encryption/decryption,network security.....can y plz give some new project topics related to my interest.
whenever a user enters a site in address bar ......it compares the URL of that website with all the URL's stored in database..........if match is found it allow the user to visit that site otherwise gives an error message............it not compare the URL of "faceb00k.com" particularly with the URL of "facebook.com", it compares the URL with all the URL's stored in the database.....................
what if someone manipulate DNS via host file or a technique called DNS Spoofing?
I think you should not display a error window ,just use a error msg saying "Something doesn't seems right ",you can also use jQuery to check common element in the whole website,,,
Before making network security website do some study on how network works.
Must watch this video >
--------
there also apps available on play store ,just search for "hacking" .
I am final year student in Computer forensic and Cyber security. I have to do my final year project thesis in about 2 months time and I am stuck at ideas about what to choice. I am more into security such ash hacking, and forensics stuff I would be appreciated if anyone can suggest me an idea that you would think is suitable.
Thanks guys
You guys can try play around with AlienVault's OSSIM. It's an open source log/event collector AKA SIEM. As a project, you can create your own event/log parser and interpret specific actions (such as hacking attempts on the WiFi network, etc).
Nowadays, network security admins don't have time to deep dive into logs to see whats the problem. They need info quickly so they can take appropriate actions before its too late.
I am a final year Btech student and interested in doing major project in website hacking,Plz suggest me from where i should start. I have to give project name in my college
Hi this is anand,
I need to submit projects in my final year study. So i want to help with us for how to make projects and also in which topic i've to choosed in latest requirements.
hi everyone....i am in my final year in software engineering and i want to do my FYP in ethical hacking , can anyone please help me in suggesting few ideas about ethical hacking which can be helpful for some detective instututes