Hacking

Hacking is an ART OF EXPLOITATION.

Sunday, September 23, 2012

How to Run "C Program" in Linux

Hello friends,sometimes we need to run the C programs in the Linux Box,Today i am showing you people how to run an "C language program" from the Linux System.In linux we can use the gcc command to run C programsMost of the time by default the gcc installed in the linux.Type the following command to verify the gcc is installed :which gcc output/usr/bin/gccTo find the version of the gccgcc --verisionoutputgcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3Copyright (C) 2011 Free Software Foundation, Inc.This is free software; see the source for copying conditions. ...

Tuesday, September 4, 2012

BeEF Lab

Hello friendswe seen how to start and test BeEF in the previous post. Now in this post we will be seeing how to work with XSS Vulnerability by using BeEF Framework.Lab Setting:1.XP Virtual Machine (Victim)2.Backtrack VM (Attacker)Attacker:1.Start BeEF in the Backtrack.Now we will get the UI URL and the HOOK URL2.Open the browser (any browser but firefox is preferable)3.Copy the UI URL from the terminal and paste it in a URL of a browser http://192.168.0.103:3000/ui/panel4.Now...

Monday, September 3, 2012

BeEF - Browser Exploitation Framework

BeEF is the Browser Exploitation Framework. The BeEF is an powerful security Framework. It Mainly focuses on the browser based exploits.If you want to see the real exploitaiton with the XSS(Cross Site Scripting) the beef can be good one. By using Beef we can see what we can do with the XSS Vulnerability.How to start with BEEFIn Backtrack Beef is already there but before that you have to install it onceApplications --> Backtrack --> Exploitation...