
This is part 2 of the Hacking Techniques post located here. In this post, I’ll go over some more techniques used in website hacking, such as the Distributed Denial of Service attack, different types of password cracking, cookie editing, and bypassing logins by editing Javascript fields.
Read more »
Filed under: Hacking | Comments (2)
Article tags: Hacking, security, web

This post is to show the importance of using a strong password on your computer and on websites. I recently wrote a program in Java (kind of impractical, I know) that uses a brute-force technique to crack passwords with particular parameters sent in. With just a simple, everyday Macbook, I realized how easy it is to crack passwords on unprepared websites.
Read more »
Filed under: Hacking | Comment (1)
Article tags: hack, password, security, web

Web security is a huge business due to today’s high reliance on the internet and web media. The number of web technologies has vastly increased over the past 10 years, and with these new technologies came vulnerabilities. I have put together a list of a few common techniques and methods for attack that span over a variety of web technologies. Fortunately, implementing a few precautions before making your site live can help prevent some of these techniques from being used against you.
Read more »
Filed under: Hacking | Comments (3)
Article tags: code, hack, Hacking, web