Pages

Banner 468 x 60px

 

Sunday, September 23

How to Run "C Program" in Linux

1 comments
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 programs Most 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/gcc To find the version of the gcc gcc --verision output gcc (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.  There is NOwarranty;...
Read more...

Tuesday, September 4

BeEF Lab

0 comments
Hello friends we 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 URL 2.Open the browser (any browser but firefox is preferable) 3.Copy the UI URL from the terminal and paste it in a...
Read more...

Monday, September 3

BeEF - Browser Exploitation Framework

0 comments
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 BEEF In Backtrack Beef is already there but before that you have to install it once Applications --> Backtrack...
Read more...