hacking tutoiri...
Saturday, 3 August 2013
Thursday, 28 February 2013
Chat Using Command Prompt

To Chat Using Command Prompt Perform the following Steps
Step1-You would require the IP Address of the person you wish to chat.
Step2-Open Your Notepad and type the following code.
@echo off:AClsecho MESSENGERset /p n=User:set /p m=Message:net send %n% %m%PauseGoto A3.
Step3-Now save this code as "Messenger.Bat".
Step4 -Drag this file(Messenger.Bat file) over the command prompt and press Enter.
Step5-You would then see something like this:
MESSENGERUser:
Step6:Next to user type the IP Address of the computer you wish to contact.
Step7-Now all you need to do is press "Enter" and start chatting.
Note-This Works only...
Friday, 3 August 2012
What Is A Malware

What is Malware? Malware are tools and
programs that one sets up to infect another’s system and directs them somewhere
else.the latest malware exploit that was created back in November 2011.
In November 2011, a nasty
exploit to computers that redirected DNS Servers was created and used. This
nasty virus was soon diverted by the FBI, in possibly the most friendly and
fair way our government has ever done. For months now the FBI has homed servers
to divert and fix what this malware program caused, but on July 9th 2012 the
FBI announced ending their operation and shut down these servers. The effects
have...
Monday, 30 July 2012
Windows User Account Hacking

Windows user Account can be Hacked by using Command Prompt.This type of Hacking is done in order to gain illegal access to the user account and steal the data in the system.
Note:This type of Hacking can be done only on User Accounts which have Administrative rights.
Commands Used For User Account Hacking
1.To See all the account present on the Computer.
Net user
2.To change the password of a User account without knowing the old password.
Net user administrator *
3.To make a new user account.
Net user hacker /add
4.To Delete the existing user account.
Net user hacker /delete
5.To make a hidden...
Saturday, 21 July 2012
10 Reasons Why PC's crash

Fatal error: The system has become unstable or is busy," it says. "Enter to return to Windows or press Control-Alt-Delete to restart your computer. If you do this you will lose any unsaved information in all open applications."You have just been struck by the Blue Screen of Death. Anyone who uses Microsoft Windows will be familiar with this. What can you do? More importantly, how can you prevent it happening?1 Hardware conflictThe number one reason why Windows crashes is hardware conflict. Each hardware device communicates to other devices through an interrupt request channel (IRQ). These are supposed to be unique for each device.For example,...
Wednesday, 18 July 2012
EMAIL HACKING

Email hacking is illegal access to
an email account or email correspondence.Email on the internet is now commonly sent by
the Simple Mail Transfer Protocol (SMTP). This does not encrypt the text
of emails and so intercepted mail can be read easily unless the user adds their
own encryption. The identity of
the sender or addressee of an email is not authenticated and this provides opportunities for
abuse such as spoofing.
Email Spoofing
Email spoofing is a
technique used by hackers to fraudulently send email messages in which the
sender address and other parts of the email header are...