Saturday, 27 May 2017

How to Hack | How to Hack any Computer

Two Parts:  Before You Hack   Hacking

Good Morning Friends., Today we Talk about how to hack., Yes its very interesting to know to how can we hack someone Computer. Primarily, hacking was used in the "good old days" for learning information about systems and IT in general. In recent years, thanks to a few villain actors, hacking has taken on dark connotations. Conversely, many corporations employ hackers to test the strengths and weaknesses of their own systems. 

These hackers know when to stop, and the positive trust they build earns them a large salary.
If you're ready to dive in and learn the art, we'll share a few tips to help you get started!!

Part 1 of 2: Before You Hack

How to Hack | How to Hack any Computer


1.) Learn a programming language. 

You shouldn't limit yourself to any particular language, but there are a few guidelines.
  • C is the language the Unix was built with. It (along with assembly language) teaches something that's very important in hacking: how memory works.
  • Python or Ruby are high-level, powerful scripting languages that can be used to automate various tasks.
  • Perl is a reasonable choice in this field as well, while PHP is worth learning because the majority of web applications use PHP.
  • Bash scripting is a must. That is how to easily manipulate Unix/Linux systems—writing scripts, which will do most of the job for you.
  • Assembly language is a must-know. It is the basic language that your processor understands, and there are multiple variations of it. At the end of the day, all programs are eventually interpreted as assembly. You can't truly exploit a program if you don't know assembly.


2.) Know your target.

The process of gathering information about your target is known as enumeration. The more you know in advance, the fewer surprises you'll have.

Part 2 of 2: Hacking

How to Hack | How to Hack any Computer



1.) Use a *nix terminal for commands.

Cygwin will help emulate a *nix for Windows users. Nmap in particular uses WinPCap to run on Windows and does not require Cygwin. However, Nmap works poorly on Windows systems due to a lack of raw sockets. You should also consider using Linux or BSD, which are both more flexible. Most Linux distributions come with many useful tools pre-installed.



2.) Secure your machine first.

Make sure you've fully understood all common techniques to protect yourself. Start with the basics — but make sure you have authorization to attack your target : either attack your own network, ask for written permission, or set up your own laboratory with virtual machines. Attacking a system, no matter its content, is illegal and WILL get you in trouble.


How to Hack | How to Hack any Computer


3.) Test the target.
Can you reach the remote system? While you can use the ping utility (which is included in most operating systems) to see if the target is active, you can not always trust the results — it relies on the ICMP protocol, which can be easily shut off by paranoid system administrators.

4.) Determine the operating system (OS).
Run a scan of the ports, and try pOf, or nmap to run a port scan. This will show you the ports that are open on the machine, the OS, and can even tell you what type of firewall or router they are using so you can plan a course of action. You can activate OS detection in nmap by using the -O switch.
How to Hack | How to Hack any Computer

5.) Find a path or open port in the system.
Common ports such as FTP (21) and HTTP (80) are often well protected, and possibly only vulnerable to exploits yet to be discovered.
  • Try other TCP and UDP ports that may have been forgotten, such as Telnet and various UDP ports left open for LAN gaming.
  • An open port 22 is usually evidence of an SSH (secure shell) service running on the target, which can sometimes be brute forced.
How to Hack | How to Hack any Computer


6.) Crack the password or authentication process. 

There are several methods for cracking a password, including brute force. Using brute force on a password is an effort to try every possible password contained within a pre-defined dictionary of brute force software
  • Users are often discouraged from using weak passwords, so brute force may take a lot of time. However, there have been major improvements in brute-force techniques.
  • Most hashing algorithms are weak, and you can significantly improve the cracking speed by exploiting these weaknesses (like you can cut the MD5 algorithm in 1/4, which will give huge speed boost).
  • Newer techniques use the graphics card as another processor — and it's thousands of times faster.
  • You may try using Rainbow Tables for the fastest password cracking. Notice that password cracking is a good technique only if you already have the hash of password.
  • Trying every possible password while logging to remote machine is not a good idea, as it's easily detected by intrusion detection systems, pollutes system logs, and may take years to complete.
  • You can also get a rooted tablet, install a TCP scan, and get a signal upload it to the secure site. Then the IP address will open causing the password to appear on your proxy.
  • It's often much easier to find another way into a system than cracking the password.
How to Hack | How to Hack any Computer


7.) Get super-user privileges. 

Try to get root privileges if targeting a *nix machine, or administrator privileges if taking on Windows systems.
  • Most information that will be of vital interest is protected and you need a certain level of authentication to get it. To see all the files on a computer you need super-user privileges - a user account that is given the same privileges as the "root" user in Linux and BSD operating systems.
  • For routers this is the "admin" account by default (unless it has been changed); for Windows, this is the Administrator account.
  • Gaining access to a connection doesn't mean you can access everything. Only a super user, the administrator account, or the root account can do this.


8.) Use various tricks. 

Often, to gain super-user status you have to use tactics such as creating a buffer overflow, which causes the memory to dump and that allows you to inject a code or perform a task at a higher level than you're normally authorized.
  • In unix-like systems this will happen if the bugged software has setuid bit set, so the program will be executed as a different user (super-user for example).
  • Only by writing or finding an insecure program that you can execute on their machine will allow you to do this.
How to Hack | How to Hack any Computer

9.) Create a backdoor.

Once you have gained full control over a machine, it's a good idea to make sure you can come back again. This can be done by backdooring an important system service, such as the SSH server. However, your backdoor may be removed during the next system upgrade. A really experienced hacker would backdoor the compiler itself, so every compiled software would be a potential way to come back.


10.) Cover your tracks.
Don't let the administrator know that the system is compromised. Don't change the website (if any), and don't create more files than you really need. Do not create any additional users. Act as quickly as possible. If you patched a server like SSHD, make sure it has your secret password hard-coded. If someone tries to log-in with this password, the server should let them in, but shouldn't contain any crucial information.

Tips


  • Hackers are those who built the internet, made Linux, and work on open source software. It's advisable to look into hacking as it's quite respected, and requires a lot of professional knowledge to do anything serious in real environments.
  • Keep in mind, if your target is not doing their best to keep you out, you won't ever become good. Of course, don't get cocky, don't think about yourself as the best of the best. Make this your goal: you must become better and better. Every day that you didn't learn something new is a wasted day. You are all that counts. Become best, at any cost. There are no half-ways, you must give fully of yourself. As Yoda would say, "Do or do not. There is no try."
  • Although it's great that there are many legal, safe training grounds available for anyone, the sad truth is that you won't become even mediocre if you don't perform potentially illegal actions. You can't become anyone if you won't find real problems on real systems, with the real risk of getting caught. Keep that in mind.
  • Remember, hacking is not about breaking into computers, getting a well paid job, selling exploits on the black market, nor helping anyone compromise secure machines. You're not here to help the admin do his job. You're here to become the best.
  • Read books discussing TCP/IP networking.
  • There is a major difference between a hacker and a cracker. A cracker is motivated by malicious (namely: money) reasons, while hackers attempt to retrieve information and gain knowledge through exploration - ("bypassing security"), at any cost and in any way which may not always be legal.
  • Unless you're an expert or a professional hacker, using these tactics on a popular corporate or government computer is asking for trouble. Keep in mind there are people a bit more knowledgeable than you who protect these systems for a living. Once found, they sometimes monitor intruders to let them incriminate themselves first before legal action is taken. This means you might think you have free access after hacking into a system, when in fact, you're being watched, and may be stopped at any moment.

Warnings

  • If you aren't confident with your skills, avoid from breaking into corporate, government, or military networks. Even if they have weak security, they could have a lot of money to trace and bust you. If you do find a hole in such network, it's best to hand it to more experienced hacker that you trust who can put these systems to good use.
  • Misusing this information may be a local and/or federal criminal act (crime). This article is intended to be informational and should only be used for ethical - and not illegal - purposes.
  • Be extremely careful if you think you have found a very easy crack or a crude mistake in security management. A security professional protecting that system may be trying to trick you or setting up a honeypot.
  • Be careful what you hack. You never know if it has any thing to do with the government.
  • Hacking into someone else's system may be illegal, so don't do it unless you are sure you have permission from the owner of the system you are trying to hack or you are sure it's worth it and you won't get caught.
  • Never do anything just for fun. Remember it's not a game to hack into a network, but a power to change the world. Don't waste that on childish actions.
  • Don't delete entire logfiles, instead, just remove only the incriminating entries from the file. The other question is, is there a backup log file? What if they just look for differences and find the exact things you erased? Always think about your actions. The best thing is to delete random lines of log, including yours.
  • Although you may have heard the opposite, don't help anyone patch their programs or systems. This is considered extremely lame and leads to being banned from most hacking communities. And if you would release a private exploit someone found, this person may become your enemy — and this person is probably better than you are.

Error 927 Play Store - 3 Ways to Get rid of it in Android

Hello friends.., There are thousands of error codes which are Seen related to android market. One of the most famous error code is Error 927 which is related to google play store. This error generally occurs when user is trying to download or to update the applications from Google playstore.


So, today I have listed below some solutions for fixing this error code 927. Keep reading this article and find out the simple and effective ways by which you can easily solve this error.The methods which I have listed below in this article can also be applied to different types of errors which are related to android market.

But before getting started let me tell you that there are no specific solutions for fixing This Particular Error 927, you might have to try several other methods for solving this error.

Fixing Error 927 in Play Store

Here, are the following methods which can be used for fixing this error 927 and other types of error related to android market...

Method-1

Step 1: Go to Settings  > All > and then Select Google Play Store.

Step 2: Now simply stop the google play store application by selecting the Force Stop option. Also Clear Data and Cache Files by selecting the clear option listed below.

Step 3: After performing the above steps carefully again try to download or to update your applications from google play store.
Step 4: If the above method is not working than you should also try to uninstall the google playstore updated version by going to the application settings > All > Google Play Store > uninstall updates. 

Method 2

  • In this method to Solve Error 927 in play store, first login through your different gmail account by going to System Settings > Accounts > Google > Remove your Gmail accounts.
  • Now again Force Stop the google play application and then clear data and cache files (as we have done in Method 1).
  • Again go to the account settings option and then add your Gmail account.
  • After doing the above steps nicely again try to download your applications from google play store.

Method 3

It happens many times that user can't able to download there application from google play store because there is no enough memory available for downloading the application. In this case I will recommend you to check your phone memory and then try to download your application from google play store.

So, These are the simple but effective methods by which user can easily fix Error 927 and other types of errors which are related to android market. I also have to say that these methods which I have listed above are not the permanent solutions, whenever you again face this error you can re-apply these methods for your error codes.

If you face any type of problem after going through the above article properly you can leave your valuable comments below in the comment box. Also do not forgot to share this article with your friends if you have found something interesting above... !!

How to Remove Virus Damage in PC Registry?

Once your system gets infected with the virus then it will no longer remain the same. In this situation even you make use of the anti-virus software you will be left with many side effects on your system. 
These symptoms vary but it will not work in the way it used to do. As a result your program may get crash frequently your registry entries will mess and even your wallpaper will start to mysteriously missing.

How to Remove Virus Damage in PC Registry?


The questions know arises why this is happening when the virus is removed from the system. This havoc does not go away with the virus as the damage caused to the system does not simply get erased along with the malware that caused it.

By the technical means the computer might no longer is infected but this does not mean that it is error free.

Anti-virus programs can only “heal” or delete infected files only but it cannot deal with the virus that infects the system files. Normally this might delete the infected files, remove its adverse effects from the operating system or might delete infected system files. But this can result the system to become unstable. You just simply need to remove the virus that actually harms your system.

These viruses or a Trojan may delete some of your critical system elements, thus disabling the OS, overload the network and negatively effect on the system’s operability. It even may cause fatal problems and are often caused by the bug in the virus code or principle of operation and even affect the registry badly. Thus it affects the normal working of your system and it starts to show various errors.


How users can use Windows Registry?

Although the registry is used by operating system for running the programs smoothly, users may access the registry and make changes to it. You can even access and configure the registry by following:
  1. Firstly you need to open Registry Editor which comes with Windows operating system.
  2. To open if you need to write “regedit” command in the command prompt so that you can access registry editor.
  3. Then you need to open the editor from Run box in Start menu.

As the registry is the most important program which solely runs your system the creators of malicious software target the registry to weak the working of your system by following means:
  1. Virus and other malicious programs are designed for harming the values stored in the registry.
  2. It even results into slow down system, corrupt software and fatal blue screen.
  3. Almost every virus attack involves damage of registry
Viruses are known for actively seeking and exploiting certain registry values. PC Repair Tool helps you to replace the registry hives and/or individual registry keys that get corrupted due to virus infection. In case of severe virus damage this tools looks into your Windows Restore for back up and if it is not available then it downloads and replaces the corrupted registry keys and cleans the registry keys from the windows repository.

How to protect the registry from virus attacks?

After the attack of the virus and running antivirus program it does not help if the virus has attacked the registry. Here are some of the few steps for protecting your registry from virus attack.
  • If you are experiencing and slow down of computer due to virus attack on the registry then there is special software PC Repair Tool that can help to make the registry efficient by removing scraps of information no more needed.
  • There are programs that can scan and clean certain sections after creating the backup and creating restore point. It even guides you with the step by step to clean the registry.
  • To avoid future attacks you must install reliable antivirus software on your system.

How to Remove Password from PDF Files | PDF password remove

Good Noon Friends, Mostly we are received a PDF file from bank, office or other sector. We archive these PDFs into Google Drive but, because these files are protected with a password and its very difficult to remember all documents password. So here is a way to  Remove Password from PDF Files in these simple steps.


Removing Password from a PDF File


Google Drive is already protected with 2 layers of security – password and 2-factor authentication – it should be OK if we remove the password protection from PDF files before uploading them to Drive.

There is a software program available that can remove password protection from PDF files is already installed on your computer. It’s called Google Chrome.

Google Chrome has a built-in PDF reader and a PDF writer and we can combine the two features to remove the password from any PDF document. OK here is the process:

Steps:-

  1. Drag any password protected PDF file into your Google Chrome browser.
  2. Google Chrome will now prompt you to enter the password of the file. Enter the password and hit Enter to open the file.
  3. Now go to the File menu in Google Chrome and choose Print (or press Ctrl+P on Windows or Cmd+P on Mac). Choose the destination printer as “Save as PDF” and click the Save button.

Google Chrome will now save the PDF to your desktop but without the password protection. If you re-open this PDF in Chrome, it would no longer require a password to open. Thank you Ivan Sunga for the tip.



Alternatively, if you have enabled Google Cloud Print, you can choose the destination as “Save to Google Drive” in the print dialog and the unprotected version of the PDF will be sent straight to your Google Drive from Chrome.

Open the special page chrome://plugins and enable the option that says “Chrome PDF Viewer” to let Chrome natively handle PDF files.
 

Remove PDF Passwords without Chrome


If you are not a Google Chrome user, download this free Windows utility called BeCyPDFMetaEdit to remove passwords from PDF files.

Steps:-

  • First launch the program and it will ask your for the location of the PDF file
  • Before you select and open the PDF, change the mode to “Complete Rewrite,” 
  • Then switch to the Security tab and set the “Security System” to “No encryption.” 
  • Click the Save button and your PDF will no longer require a password to open.

How to back up an iphone to icloud

Two Methods:  iOS 8    iOS 7

How To Back Up Your iOS Device Using iCloud


iCloud is Apple's backup service that stores your data on its Internet servers, or "the cloud," for remote access anywhere. iCloud is very powerful if you rely on a fleet of Apple products for your daily work and entertainment, as it alleviates the need for manual transfer of data.  Although iPhones back up to iCloud wirelessly by default, you may also want to implement a manual backup. Learn how with these steps.

Method 1 of 2: iOS 8

Step 1.) Open your "Settings" app.
Step 2.) Scroll down to iCloud and tap it.
Step 3.) Review your current iCloud settings.
This screen will tell you the current account you have set up for iCloud, how much storage you have available, and which apps are linked to your iCloud backup.
Step 4.) Select Backup.
On this screen, you'll see an option for iCloud Backup. If you turn this on (so the toggle goes green), your iPhone will at regular intervals automatically create a backup of your iTunes purchase history, videos and photos, accounts, iPhone settings and home screen setup, app data, messages, ringtones, and visual voicemail. To review exactly what will and won't be backed up, click "Learn More" on that screen.
5.) Click "Back Up Now".
Below this link, you'll see the date and time of your last backup. If you want to create a more recent version, click "Back Up Now" to do so immediately. This process can take a few minutes, but you can hit "Cancel Backup" if you change your mind during the update.

Method 2 of 2: iOS 7

1.) Open up the "Settings" app from your iPhone.
2.) Scroll down and tap "iCloud."
On the next screen, you can see a list of the data stored on your iPhone and toggle whether you'd like each item to backup to iCloud.
3.) Scroll down and tap "Backup".
If you are using iOS 7, this is labeled "Storage & Backup".
4.) Enable backups.
Toggle the "iCloud Backup" slider on to enable iCloud backups.
5.) Tap "Back Up Now" to begin the manual backup. Tap the "Cancel Backup" button to cancel anytime.

Tips

  • To turn on automatic backups via WiFi, make sure "iCloud Backup" is switched on.

Friday, 26 May 2017

New features of Google Maps that makes travelling easy

Apple has completely revamped their operating system iOS, by launching iOS 7. iOS 7 has a completely new look with a lot of advanced features. Google brought Google Maps back to iOS in December last year and till date Google is keep on bringing new features to the Google Maps app to make it much more useful. Some major features were added in the Google Maps app which were live traffic updates, transit update which crossed 10 million downloads of the app.

New features of Google Maps that makes travelling easy

Now Google is bringing smaller yet significant changes which will definitely make it easier for you to travel using Google Maps. Today in this post we are going to tell you the 4 New features of Google Maps.

New features of Google Maps

 1.Directions for multiple locations :

This is the one most required feature which one should provide in a navigation app. Previously Google has included this feature but it was stripped out later. In the recent update it was seen that this feature was brought back in the app and is not only available while driving but you can also get directions for multiple locations while biking and walking.

2.Multiple Directions for Attractions present in the City:

This feature is actually a part of the above feature. Using this feature people who have visited attractive locations in the city and founded them attractive can mark them up. You can also maintain the order of pinning using the drag and drop feature so that a route can be maintained and all the places can be visited without wasting of time. Using Google Maps you can also have the street view which will help you in better understanding the location and what you can also have a preview of your destination from your mobile phone only.

3.Finding Pre-booked flight tickets, hotel reservations:

We founded this feature as one of the best feature which was brought in Google Maps. Borrowed from Google search, this is one great addition to the Google Maps app. If you have previously used Google maps and you know the airport code or name of the places you where you have dined, you can enter those keywords and Google Maps will help you to get the directions of those locations. In a way Google is helping in refreshing up your memories. However you need to be logged in your Google Maps account for accessing this feature. If you are residing outside US you have to wait to use this feature as this feature is currently available for US and is only available in English.

4.Look for upcoming events :

Now you can see which events are going to take place by selecting the venues. Let’s say you want to find out which events are going to take place in the O2 Arena in the upcoming week. Just search for O2 Arena and then tap on Upcoming events. You will see a list of scheduled events that are going to take place in O2 arena in the upcoming days.

Thanks for reading.

All drives are not open by double click & win [Solved/Closed]

Your PC having four drive & it is not opening with double click & showing open with programm,even same error is showing when opening with explore.OS is XP..??


Sometimes it happens in windows XP that you are not able to open drives on your hard disk. When you double click on the drives icons or right click on the drive >> explore in My computer ,the drive does not open.

All drives are not open by double clic

This problem is generally caused by most of the viruses which infect windows XP system. They block or restrict your access to any of the drives.

But don't worry this is not a big trouble it can be fixed easily.

Solution:-

Step;-1 Normally when a virus infects a windows system which causes a drive opening problem, it automatically creates a file named autorun.inf in the root directory of each drive.

This autorun.inf file is a read only , hidden and a system file and the folder option is also disabled by the virus. This is deliberately done by the virus in order to protect itself. autorun.inf initiates all the activities that the virus performs when you try to open any drive.

You have to just delete this file and restart your system to correct this problem.

Follow the set of commands below to show and delete the autorun.inf

1. Open Start>>Run and type cmd and press enter. This will open a command prompt window. On this command prompt window type the following steps.
2. type cd\
3. type attrib -r -h -s autorun.inf
4. type del autorun.inf
5. now type d: and press enter for d: drive partition. Now repeat steps 3 and 4. Similarly repeat step 5 for all your hard disk partition.

Restart your system and your trouble will be fixed.

How to Set up Internet Access on a New Windows Computer

Hello., Here we take Windows OP as an example, and please make sure that your Ethernet Adapter is working well. lets talk about How to Set up Internet Access on a New Windows Computer.

How to Set up Internet Access on a New Windows Computer


Steps:-

1.) Accessing via company lease line - Admin only allow certain staffs to access Internet.

  • If you are one of them and your PC is not set up, seek Admin help.

2.) Setup on XP - 

  • At the bottom right, look for icon Local Area Connection(LAC).

  • Double click on it. Under header LAN or High-Speed Internet.
  • Double click the LAC showing "Connected". 
  • Then click button Properties
  • In tab General, look inside list box for "Internet Protocol(TCP/IP)",double click it. 
  • This pops up a form. Key in the details provided by your Admin here. 
  • Notice the field Default gateway? This IP is important to grant access to Internet. That's it! Open your browser and test out.

3.) Setup on Vista - 

  • At bottom right of screen, look for icon Currently connected to.Click it and select "Connect or Disconnect..".

  • Choose "Setup a connection or Network"
  • Then select "Connect to the Internet"
  • Create a New connection.If you are using dial-up,key in the username,password you submitted during application and the phone number given by the service provider
  • Some dial up will be billed together with your phone & other need to deposit amount before use.

4.) Accessing via Broadband on Mobile (BOM) - 

  • BOM is a small portable USB(universal serial bus) device with SIM card that dials your service provider to grant access to Internet. '

  • For first timer, just plug into your PC & a drive is created (see in windows explorer). Assuming your PC is set to detect plug&play device, an installation screen will pops up from the BOM device to setup necessary files on your PC
  • Once done, click the BOM icon to bring up dialing screen. Click connect. There should be some lights (red,blue,green etc) on your device to denote connectivity..

Facebook app for Windows 8.1 Download

Good morning friends., It has been a few days that Microsoft has launched the update for Windows 8 i.e. Windows 8.1. All the users who are currently using Windows 8 will be able to upgrade to Windows 8.1 for free of cost. There have been a number of changes which were seen in Windows 8.1 with one being Addition of the popular Start button.

Facebook app for Windows 8.1 Download

Facebook has officially launched the Facebook app for Windows 8.1 giving Windows 8.1 users an option to directly access Facebook from the Start Menu. This Facebook app is developed both for Windows 8.1 and Windows RT and comes with a great user interface. You don’t even need a web browser to access Facebook now. Just go to the Start menu and launch the Facebook app like you normally launch any other app.

How to Use Facebook app for Windows 8.1


The interface of the Facebook app for Windows 8.1 is quite similar to the other apps developed by Microsoft for Windows 8.1 as you get a sidebar at the left hand side which will come with tabs which will show you the notifications, news feeds, check ins etc. On the right hand side of your computer screen you will see all your online friends just like the way you see in Facebook if you are using a web browser to access it. In the center you will see all the status updates which are made by your friends, photos and videos shared by your friends and all the notifications made by the pages and groups which you have liked.

Using this app all the notifications which you receive and tagged status updates will be displayed on the Windows Start screen. Just like you used to have group conversations while you were using Facebook in a web browser you can have that here too. Share pictures, videos and update your status easily with the help of this Facebook app for Windows 8.1


This app is developed by Facebook and not by Microsoft. If you want to use Facebook on your Windows powered mobile phones you can download the Facebook app for Windows Mobile phones from the Windows store. Facebook has also started a beta testing program in which users can test the upcoming versions of Facebook app before the official launch and tell if there are any bugs present in the software.

To download Facebook for Windows 8.1 visit the Windows Store and follow the instructions you get on your computer screen.

How to appeare toolbar on my computer

Are you searching for My back button has disappeared from my computer. What to do to get it back?

Hello friends.. Today Way2trick learn How to appeare toolbar on my computer or hide-unhide toolbar from My Computer.

How to appear toolbar on my computer

Steps:-

Go to "View" - "Toolbars" - "Customize".

Now you will see window appeared, in which there would be two columns. In left column, Click on "Back" then Click on "Add". Then close the window. This will solve the problem.

How to Claim or add Google Business Listing With Google Map

Hello Friends.. Today we talk about Claiming your personal business listings in Google business map is a critical step in capturing those searches within your local area. Approximately 20% of all searches have local intent and that number can be as high as 53% on a mobile phone. By claiming your own listings, you control your branding message, ensuring all of the information related to your business is current and correct and preventing anyone else from falsely claiming your listing.

Okey.. Now i am going to present all steps of How to Claim or add Google Business Listing With Google Map.

Steps-

How to Claim or add Google Business Listing With Google Map


1.) Go to Google My Business at https://www.google.com/business/


How to Claim or add Google Business Listing With Google Map

2.) Click on "Get Started".


How to Claim or add Google Business Listing With Google Map

3.) Enter your business's phone number.


How to Claim or add Google Business Listing With Google Map

4.) Enter your business's information. Be as comprehensive as possible when filling in your business details on your listing; it will help your listing rank higher in the search engines.


How to Claim or add Google Business Listing With Google Map

5.) After reviewing your business's information, click "submit".


How to Claim or add Google Business Listing With Google Map

6.) Select method for verification.

If there are any mistake, please place a   comment in comment box. Thank you.

Hack Facebook Account

Hello Friends.. Today i am going to present a interesting trick that you surly want to know that how to Hack Facebook AccountHence we know that there are many techniques for Hack Facebook Account like Phishing Attacks, Keylogging and other Social techniques but today we are going to see how to hack passwords using new feature introduced by Facebook

The 3 Trusted Friends Password Recovery Feature in this what happens if you have lost your password and you don’t have any access to your default email address than this feature will handy by sending request to your 3 trusted friends and hence gaining your account password again.

Hack  Someone Facebook Account in a easy step-


For this technique you need to create 3 fake Facebook account and you need to surely add these as friends into your victims account whose account you are going to hack.

After success full addition of your fake accounts into victims account as friends follow the below steps .:

Steps:-

Step 1. Go to Facebook and click Forgot your Password ?


Step 2. Than you will get something like below just enter the details you know about him enter his Username, email address and full name.

Step 3. After entering everything check it again and click on search.


Step 4. After succeful search for the user Facebook will show some information about how many emails are linked to the account and there is simple option saying.

No Longer Access to These click that one.



Step 5. Now it will promote you to enter a new email address on which you will get the password resetting option so enter your email address I suggest you creating a Fake or Temporary email address for safety purpose.


Step 6. Than it will promote you to enter the Security well if you have some security guess about that one than that’s ok but if you don’t know it than simply enter 3 wrong answers and it will take you to the 3 trusted friends recovery page like below. 


Step 7. Now just click continue and facebook will ask you to choose 3 trusted friends choose the 3 fake profiles of your which you created and added into the victims account.

Step 8. After selecting 3 accounts facebook will send security codes to these accounts just enter these codes and you will get Password Resetting email from Facebook on the account you created in Step 5
That’s it now you are successful in Hacking Facebook Password with the 3 Trusted Friends Method.


Note:  This Vulnerability has been fixed by Facebook. All The Best.

Related Posts Plugin for WordPress, Blogger...

Labels

404 AdBlock Add-on Airtel GPRS Trick Airtel SMS Trick Alexa Amazon Amazon Kindle Amazon Prime Android Android 8 Android Oreo antivirus Apple Apple Mac ASCII Audacity Audio Authotkey Backup Balance Transfer in Vodafone Battery Bing Blogger Blogging Bookmarklet Browser Camera Chromebook clock Cloud colors command lines Computer Computer Tricks configuration Contact Creative Commons Credit Card CSS devolop DIY Doodle DOS Download Dropbox E-Mail eBook Email Email Attachment Embed Encryption English Error Evernote Eyes Facebook Facebook Tricks Feedburner Flipkart Font Foursquare Free Internet Free sms trick in Vodafone G Mail Gadget Game Getty Images GIF Gists Github Google Google AdSense Google Analytics Google Apps Google Chrome Google Contacts Google Currents Google DNS Google Docs Google Drive Google Earth Google Font Google Forms Google Images Google Map Google Photos Google Play Store Google Plus Google Print Google Reader Google Script Google Sheets Google Spreadsheet Google Translate GPRS Setting GPS Hacking Health App HelloFax Hindi Hoodie HTML Icons idea Image Editing Images IMEI Indian Railways Infographics Instagram Internet Internet Explorer Internet Tricks iOS iPad iPhone IRCTC iTunes iTV JavaScript JioCinema JioTV Junglee Kindle Language Translation Laptop Laptop. TV Life Time FREE GPRS Life-Style Link Linkedln Linux logo Make Money Online Microdoft Powerpoint Microdoft Word Microsoft Office Microsoft Outlook Mobile Mosaic Music Name Networking nexus Notepad OCR Online Shopping Open DNS OS Outlook Password PDF Petya Phillips Hue Lights Photogtraphy Pixel Play Station Podcasts Pokemon Pokemon Go Polls Print Productivity Proxy Server Pushbullet QR Code Ransomware Reddit Reliance Hack GPRS Reliance Jio RGB Ringtone Router RSS Safe Mode Samsung Galaxy S Scrabble Screen Capture Screen Sharing Screencast Secrets Security Send free sms from PC SEO Sierra Skype Slideshare SMBv1 SMS Snapchat Snapdeal Social Media Solution Sound Device Speech Recognition Sql Steam Sync Synology NAS Tata Docomo GPRS trick Teleprompter Torrent Trick Tricks TV Twitter UltraISO Unicode Unknown Extension Unlimited 2GB Unlimited 3GB Unlimited GPRS USB USB Security Key Video Editing virtual desktop Virus attack VLC Vodafone 110% working trick for GPRS Vodafone 3g Vodafone GPRS VPN wallpapers WannaCry Web Design Web Domain Website Wget Whatsapp WiFi Wikipedia Windows Windows 10 Windows 10 S Windows KN Windows Tricks windows updates Winows N Wolfarm Alpha WordPress XBox YouTube Zip
Twitter Delicious Facebook Digg Stumbleupon Favorites More