Skip to main content

Posts

Showing posts with the label Begining

Basics You Should Know to Analyze a Website

I recently realized that,giving walk through wont help half of the beginners..even i have struggled initially to make my own moves without knowing how other analysts are thinking.. So, Lets dive into some basic web tags which will help you know what the site is doing and analyzing.  Every website should have this basic structure... <html> <head> <title></title> </head> <body></body> </html> Every web design is  structured using Hyper Text Markup Language. the code of HTML is written between <html> and </html> [opening and closing html tags] <head> tag is where we import important things such as CSS or JS files ..we also define CSS and JS within the head tag.Within head opening and close tags there is title tag which defines the title of the page.Then we have body tag,this is where the content of web-page is written.This is were we have to make a close look for analyzing. <div...

Where Can i Learn Hacking?

There are a lots of tutorials out there in internet.Most of them you guys will ignore as I did earlier..don't ignore any tutorial or tool. There are websites where we are given with challenges for hacking like in DVWA-Damn Vulnerable Web Application. Some of them are, Hack This Site |   HackThisSite.org Hack This Site is more than just a website; it’s a platform for education and a community for security enthusiasts. Hack This Site is a great stopping point for security professionals and developers alike, as it offers varying levels and topics to delve into as you practice hacking. HackThis!! |   hackthis.co.uk Deemed ‘the Hacker’s Playground,’ HackThis!! offers various levels and areas of study when practicing your hacking skills. Similar to Hack This Site, HackThis!! is also a good place to go for security-related news, presentations and to connect with like-minded folk in their forum. HellBound Hackers  |   hellboundhackers.org ...

What is the need for learning to hack?Is it crime?

I ts truly useful and needful to learn how hacking works in order to prevent these attacks.An ethical hacker need to know everything in hacking just as a black hat hacker in order to outrun them and find the exploits before the black hats finds it and cause too much damage. This is just like our military is trained in arms to prevent the terrorists from attacking us! This is why we say learning to hack is not unethical but using it for any bad purpose is unethical and that is the real crime.This is the reason why we still get every kind of tutorials and help related to hacking .So its not a crime to learn hacking unless your intentions are unethical. There is term difference for ethical hacker and black hats ,white hat hackers or ethical hackers are really called hackers while black hats are called crackers.Now a days people find it hard to differentiate and hence are using the term hacker for all.