Showing posts with label BackTrack. Show all posts
Showing posts with label BackTrack. Show all posts

Friday, 22 November 2013

BackTrack 5 Hacking Tutorial

Hi guys...
This is my first tutorial on backtrack5. In this tutorial you will know how to access any computer in LAN using backdooring method. All you need to create a payload (a virus) and send it to your friend computer and wait for open it. When your friend open this file you have full access to your friend's computer. There is a step by step tutorial in video. Click Here to see this video. Thank You

Sunday, 20 October 2013

compile c program in linux

hello frickies....
Here i'll teach you how to compile and run your c program in linux operating system.
First you go to your directory where your .c extension file present in your computer.As an example in my case it is in Desktop directory.I am using BackTrack OS which is also a family of Linux OS. You can also write your c code in vi or emac or any editor in linux.
Once you have written your c program you can see it using 'ls' command.As you can see in image below.