Pages

Thursday, November 7, 2013

Perfectinist

Must Watch.........

Sunday, July 7, 2013

Most Popular GAME Program in C...

#include <stdio.h>#include <conio.h>int main(){    showframe(12,25);    printf("\nPlayer 1, enter your name:"); fgets(name[0], 30, stdin);    printf("\nPlayer 2, enter your name:"); fgets(name[1], 30, stdin);    printf("\n%s, you take 0",name[0]);    printf("\n%s, you take X",name[1]);      getch();    clrscr();    do    {       while(!enter)      ...

Thursday, May 30, 2013

C program to shutdown windows

Save the below .Let file name is close.c and compile and execute the above program. Now close the turbo c compiler and open the directory in window you have saved the close.c (default directory c:\tc\bin) and double click its exe file (close.exe).After some time your window will shutdown. void main(void){system("shutdown -s")...

Thursday, January 17, 2013

15 Hacking Tools & Security Utilities

A hacking tool is a program designed to assist with hacking, or a piece of software which can be used for hacking purposes. Examples include Nmap, Nessus, John the Ripper, SuperScan, p0f, and Winzapper. Bribes, have also been designated as among the most potent hacking tools, due to its potential exploitation in social engineering attacks. Occasionally, common software such as ActiveX is exploited as a hacking tool as well and i'll be sharing...

Related Posts Plugin for WordPress, Blogger...