Posts

How to use Google for Hacking

Google serves almost 80 percent of all search queries on the Internet, proving itself as the most popular search engine. However Google makes it possible to reach not only the publicly available information resources, but also gives access to some of the most confidential information that should never have been revealed. In this post I will show how to use Google for exploiting security vulnerabilities within websites. The following are some of the hacks that can be accomplished using Google. 1. Hacking Security Cameras There exists many security cameras used for monitoring places like parking lots, college campus, road traffic etc. which can be hacked using Google so that you can view the images captured by those cameras in real time. All you have to do is use the following search query in Google. Type in Google search box exactly as follows and hit enter Click on any of the search results (Top 5 recommended) and you will gain access to the live camera wh...

Domain Name FAQ

Domain Name FAQs The domain name is one of the most vital components of your website, and entire web presence. Though often treated as an afterthought, it can be the key to establishing your brand identity, generating traffic, and having success with your online endeavors. For those who use the internet as a business tool, having one is an absolute must. While the concept of a domain name is pretty straightforward, the lingo and technology associated with it isn’t always cut and dry. The terminology can really be confusing for someone who is just looking into getting up and running with their very first website. To clear the air, this guide will answer some of the most frequently asked questions newcomers tend to have about domain names. What Exactly is a Domain Name? A domain name is a set of characters that represent an IP address. Every web address on the internet corresponds to an IP address, which is essentially a block of numbers that represents devices connected to the i...

Drupal 7 Training E book

Image
Size 10.8MB Download here

How to Remove Shortcut Extension from Windows 7

Image
1. Click on Start and Type regedit in search bar and press enter (select yes if seen UAC prompt) 2. Navigate to following registry key HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer 3. Locate “Link” in right pan of registry editor 4. Double click or right click-> modify to modify registry key 5. Now change the value from 18 00 00 00 to 00 00 00 00 Press ok and exit regedit Now try to create shortcut on your desktop and it should not show shortcut extension. How to Remove Shortcut Overlay Arrow icon from windows 7 Download this Reg file and follow readme instruction included within zip file to remove shortcut arrow icon. Please Note: Do backup your registry before proceeding for any of this tweaks, we will not be responsible for any issue problem or arises by using above tweak .

Chat with Friends in Command Prompt

Image
-: Chat with Friends through ms dos Command Prompt :- 1) All you need is your friend's IP Address and your Command Prompt. 2) Open Notepad and write this code as it is.....! @echo off :A Cls echo MESSENGER set /p n=User: set /p m=Message: net send %n% %m% Pause Goto A 3) Now save this as "Messenger.Bat". 4) Open Command Prompt. 5) Drag this file (.bat file) over to Command Prompt and press Enter. 6) You would then see something like this: 7) Now, type the IP Address of the computer you want to contact and press enter You will see something like this: 8) Now all you need to do is type your message and press Enter. Start Chatting.......!

7 Tips for Successful Self-Learning

Image
7 Tips for Successful Self-Learning Monday, April 19, 2010 at 11:02AM No matter what, you're going to have to learn most everything on your own anyway. Self-learning is hard.  Regardless of where, when or how you learn - being a good self-learner will maximize your potential. In this post, Hamilton Ulmer (an almost-done Stanford stats masters student) and I, will explore seven ways to become a great self-learner. [ photo: flickr commons ] 1.  The longest path is the shortest and the shortest path is the longest The shortest route to learning the craft of a field is the one that, at first glance, appears the longest.  To really learn something, you must understand the basic concepts of your field.  If you try to skip, y ou may end up spending more time figuring out concepts than if you had started with learning basics. Have you ever wanted to take up a new subject, bought a book, only to make ...

How to log as root user in ubuntu

Open Console #1.This steps are set the root password! but alrady you know root password skip it and goto #2. type sudo su type User password type Confirm Password #2. This steps are to log as root user mode on console Type su in console and it will ask password for root user.then enter above password and hit Enter!