Posts

Showing posts from December, 2014

How to Decompile JAR files and View Source Code of Java Programs

Image
In software terms, JAR (Java Archive) is a package file format typically used to aggregate many Java class files and associated metadata and resources (text, images, etc.) into one file to distribute application software or libraries on the Java platform. Typically, The Contents of any JAR file can be viewed by Extracting the JAR file with the Help of Tools like WinZIP or WinRAR . Once You have successfully extracted the contents of the JAR file . you will get a lot of Files with file extension " .class " and these class files are not in Human Readable Format. So, to Overcome this problem and to view the original JAVA source code hidden inside these class files stored inside the JAR file container ,we use a tool called JD-GUI . JD stands for "Java Decompiler" . It is a standalone graphical utility that displays Java source codes of “ .class ” files. You can browse the reconstructed source code with the JD-GUI for instant access to methods

How to Hack website using SQLi Injection -- Full Tutorial + Software

Image
Its a Dream for Everyone who is Interested in Computers to " HACK Something ". In this Tutorial, I am Going to Teach you how  to Hack a Website using an SQLi attack . This attack is a famous attack. But there are no complete tutorials available on this. So in this tutorial i am going to teach you how to perform this attack on a Vulnerable Site. What all Do you need to perform this Attack? Well, You need an Internet Connection , Havij 1.5 ( Click to DOWNLOAD )  and a Bit brain. So to Begin with You need to Find a Website which is " HACKABLE ". Go to www.google.com and type " newsitem.php?id=140220 " Now Click on any Link When the Page Loads   you can the URL of the Website Like This Now add a Single quote ( ' ) to the URL and Press Enter So,Now your URL looks LIKE this [ http://www.10ccworld.com/newsitem.php?id=140220' ] Now,You can See an Error Message Like This or Any other Similar Error Messag