02 March, 2017

How To Recover Deleted Browsing History

Steps To Recover Deleted Browser History

Step 1. First of all download and install the tool Systenance Index.dat on your computer.

Step 2. Now after installing it, launch the software on your PC and you will see the screen like below.

Step 3. Now click on search button there and the tool will start searching all your history files by looking up for the Index.bat file in your computer. 


Step 4. When a search is complete, click on OK and you can analyze all your history in this tool.

Step 5. You can also filter the selected files by filtering them for the better analyzing of the each web page browsed.

Step 6. You can also save your history files by clicking on File and then save option there.

That’s it! You are done. With this, you can easily get back your deleted history.

Method 2. Using CMD

This method uses DNS Cache to recover deleted Chrome browsing history. You need to connect your computer to the internet and make sure you didn’t shut down or restart your system if you need to recover lost internet history.

Step 1. First of all, you need to open CMD. For that simply press Windows+R and then type CMD

Step 2. Now you need to type in the following code in Command prompt and hit the enter button.

“ipconfig /displaydns”
Step 3. Now you will get to see all your recently visited websites. This list shows all your browsing history including Chrome, Opera, Internet Explorer etc.

That’s it! This is by far the easiest way to find your deleted browsing history. But, once you restart or shut down your PC, all this saved DNS cache will be lost.

How To Secure Your Android From Being Hacked

How To Secure Your Android From Being Hacked

The complete guide to you for Secure Your Android From Being Hacked is here. By implementing this in your android you can easily secure your android device. So read out the below to proceed.
How Hacked Android Can Be Dangerous

  •     Hacker can easily access your private data through your android device.
  •     Hackers can use your personal details as a proofs in different site and also use them in social media networks.
  •     Hackers can access your bank accounts details and password of your accounts.
  •     Hackers can spy on your daily activities and can have your complete activity log..

How To Secure Your Android From Being Hacked

Below are the some methods by which you can easily secure your android device to be hacked by hackers so better choice is to implement all these methods and stay safe with your device.
 

Avoid Third Party App :- Anything downloaded from unofficial sites can cost you huge No doubt you can get some paid application free but there are many viruses in the file that are you taking with you with that app. So better is to avoid third party Installation and  use only official sites like Google Play Store to download the file.

Use Data Encryption Settings :- The best way to secure your android is to encrytp all the securities with strong passkeys. This will greatly help you to protect your android from and unauthorized access and all your data and privacy will be secured by this.

Always Keep The Software Of Your Device Updated :- New update of android always come with  some new feature and with fixing of the bug that might be presebt in the previous versions and if you don’t update the device then the hacker might use that bug and can hack your android.


Don’t Store Your Password In Any App:- In android different app sync with each other so don’t save your password in any of third party app as this can be easily cracked by any other app.

Don’t use public/Free Wi-Fi:- Always remember that the free wifi can cost you huge as hackers can easily bypass all securities through these wifi and can easily hack your android and access your personal data.

Delete Browser Historey/Cache Regularly:- The history and cashe can store the cookies that might be containing your personal login details so better is to remove them regularly.

Turn Off the Bluetooth:- Your device can easily be hacked through the bluetooth so better is to make the bluetooth off. As hacker can easily hack your android using your device’s bluetooth.


Browse Safely:- Always browse your android in secure way.Better to use is a vpn that helps you to browse securely. Also you can use some of the app that helps you to browse privately.

So these all are ways for How To Secure Your Android From Being Hacked. By using these checksums you can easily secure your android from hacking to much extent, so use all of above and they will help you lot. Hope you like the post. Leave a comment below if you have any related query.

How To Unlock Android Lock Screen By Sending SMS

Requirements:-

    Rooted Android(How to root).
    Android 4.0 or above.


Steps To Set Sms Bypass Lock App

  •     First of all download and install the app Sms Bypass in your android.
  •     Now open the app and give it the permanent superuser(root) access to it and .
  •     The default secret code is 1234 in this app you can change it according yo your wisk like 1111.
Send the Secret code from the other phone with following format secret-code reset, for example : 1111 reset.

Now enable the remote password there. 

Thats it your screen security will get bypassed by this method and you can access your android.

So above is all about How To Unlock Android Lock Screen By Sending Message. This method will be very helpful to you as you can easily recover your android when you have forget your pin or password. You have to implement just few steps to secure your device. Leave a comment below about any related query and don’t forget to share this post.

Hacking RAM To Give Your Computer a Boost

Things you will need - 
1.A pen drive more than 1 gb to 4gb.
2.A computer.


Follow these steps :- 

1. Insert the Pen drive.
2. Let the PC do what it wants to do to detect it..

4. Right Click on My Computer - Properties

5. Advanced - Performance Settings

6. Advanced - Change

7. Select the Pen Drive

8. Click on Custom Size . Check the value of space available .

9. Enter the same in the Initial and the Max columns" You just used the space of the PenDrive as a Virtual Memory "

10. Restart.
 

I will be allways there to answer your comments .

Send your friend a message and shut down his computer

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 to Your friend...

Chrome Developer Tool Trick

post-feature-image




As you probably know, there is a button on the right-click menu of Google Chrome and IE 10+ called ''Inspect element''. This the developer tool. And you can have a lot of fun with it. I'll give you two examples on how to use it in this tutorial. 


1. Change the text of a webpage:

You can have fun on webpages just by changing the value of a <span> (a text label). For example, go on the 4shared.com site (a free file sharing site). Then create an account if you don't have one (or just connect with Google, Facebook or Twitter). When you are done, upload something that is heavy (more than 100 MB) by dragging and dropping it on the home page of 4shared. Then you can see an uploading status window on the screen. So right-click on the percentage and click on ''Inspect element''. Now you can see a little window that appears on the bottom of the web browser. There are to ways : either you got the number or you got the % symbol. If you got the number, try to find the symbol below. Then double-click on it and type what you want (Eg: '',000,000 dollars in my bank account'')



2. Get a Non-Crypted password in JS/PhP code:

Some sites are not very safe and just verify the password directly in the PhP/JS code. Then, even if it become rare, you can get the password. Just follow these steps :
  1. Find the login form on the website you want to hack
  2. Right-click on it and then click on ''Inspect element''
  3. Search on the window that appeared ''<form'' and then ''action=''
  4. After it, there is a URL, If it ends by ''.js'', just copy it and paste it in the URL bar of your browser
  5. If it ends by ''.php'', type ''view-source:'' before pasting the URL
  6. Then search something like ''password'' in the code.
WARNING: This method works better with JS than with PHP. Sometimes, there is no URL after ''action='' but just a JS function. Then you have to press Ctrl+U to see the source and search for ''password'' in the whole code

Scare Your Facebook Friends

post-feature-image


Now your going to share the most horror and scary Facebook Profile.


Share the above link with your friends and scare them, it is damn scary.

01 March, 2017

Reliance Jio To Offer Unlimited Broadband Internet At 60Mbps For Just Rs.500 Per Month

Reliance Jio Broadband Internet Plans have been released, yes, after Release of Reliance Jio Sim Card, now Reliance group has revealed the Jio Fiber broadband service, yes it will be a Home Cable Internet service and Reliance also revealed its plans. Plans cost are starting from 500 Rupees only

Did you all know that the whole world is browsing the Internet at the speed of around 50 Mbps that also at an average, while in India we are managing poorly with the speed of 3 to 5Mbps download speed.

As we all know very well that the Reliance Jio has created a lot of awesome blows in the telecom market through their mind blowing plans and offers since its arrival. Yes, now it has become a very common and popular word of mouth for everyone. Now the latest news came out about the FTTH Broadband plan of Reliance, yes, Reliance Jio has now announced Fiber Broadband Service for Indians.

Soon all the services from Jio are all about set to be opened for all in the coming days as the company Reliance Jio completed up with its all testing phase. As the reports arrive that very soon a new 1 GBPS Fiber internet connection will be provided to homes which will be the fastest broadband service in the country.


Reliance Jio Infocomm Limited (RJIL) which is actually owned and founded by the India’s richest man, guess who, yes of course Mukesh Ambani, he really unleashed a unmerciful price war for Internet market in India against the other telecom companies, of course simply to compete and win the big title against all other telecom companies.

The new broadband service plans would be of three types, Silver, Gold and Platinum. Guess what, the base price range starts at just Rs.400 per month, yes, I am not joking. Further range of plans will be based on different types of speed and data cap volume. Also, note that the company would offer 100GB of data free under the base plan. However, for the first 3 months, yes it means 90 days, the company will also provide free data and access to Jio premium apps such as JioTV, JioCinema, JioBeats, etc.

Now let’s have a look at the Plan Chart:-

Special Offer Tariffs

ads