How To Protect Your Computer From Hackers

Jul 05, 2008 @ 05:13 pm by HackingManual

1. Always Use Protection: Prevent spyware from being installed on your computer by using programs such as Spybot, Spyware Blaster, and Advanced Windows Care 2 to immunize your computer from already known threats. Remember to update and immunize often. Free powerful Virus Protection can be obtained by using Avira Personal and Spyware Doctor Starter edition. Remember you can never have enough protection.

2. Turn off File sharing: Unless you purposely want to share your files or printers with others on the network, turn this feature off. I recommend shutting this feature off when you use your computer in a public area.

3. Remove Spyware: Schedule a daily scan with Spyware Doctor (Free with google pack) Set it to automatically update.

4. Use Firefox: I have noticed with other browsers that Active X infections happen a lot. Firefox is more secure.

5. Enable and configure your Firewall:

6. Disable Hidden Accounts: If you’re still using XP make sure the administrator account is disabled

7. Create and use a Strong password for each account: Rainbow tables have made it simple to crack passwords. So protect your self by using a strong password. Create passwords that are between 8-14 characters. Use a combination of Uppercase, Lowercase, Numbers and Symbols. Here is an example NycDjM1xM@$t3r

8. Secure your wireless Network:

9. Encrypt private data

10. Scan Incoming Files: If you use Limewire or a Bit torrent to download files, Scan all files before you open them. If the file is a ZIP, RAR or any other compressed format make sure to unzip the contents before scanning. These files are known as packed and sometimes can’t be detected until unpacked. Simply right click on the folder and scan.

How To Install Server 2003

Jul 05, 2008 @ 05:13 pm by HackingManual

This is a tutorial on how to install server 2003.

Server 2003

First Make sure your bios settings are set to boot from CD and insert the Server 2003 CD into the optical Drive.

Press Enter to continue

Press F8 to agree to the License agreement

You can either press enter to format all of the unpartitioned space or you can press C to create a smaller partition.

Whatever you do stay away from the FAT file system. NTFS is the preferred format type however if you are in a hurry you can use NTFS (Quick) Select your format type with the arrow keys and hit enter.

It could take a while to format, so I recommend playing solitaire on your other computer to pass the time.

The computer will reboot, and setup will continue. Back to playing solitaire. You can change the regional settings and languages by clicking customize. Click next and type in your name and the name of your organization.

Type in the serial key that came with your copy of server 2003, obviously I edited this part out of the video.

Select the licensing type based upon the licenses you actually own for the product.

Choose the name of the server and enter in the administrator password. Remember to use Numbers, Symbols, Uppercase and lowercase letters in your password to create a secure password.

Choose your date and time settings.

You can choose typical network settings and leave your computer in a Workgroup, you can customize all of this later.

Now you’re ready to login with your administrator password and assign roles to the server.

How To Increase Website Traffic

Jul 05, 2008 @ 05:11 pm by HackingManual

1.Content is key. Create lots of high quality unique content. Never copy someone else’s content. Search engines look for duplicate content and remove it from their database. Give your readers a reason to come back. Make your content stand out from other websites. Also provide updated content. Users don’t want to read an article from 2 years ago and neither do search engines.

2. Provide Meta Data. Meta data is how a search engine knows what you want it to display after a search. The title of the page, a summary, keywords, and the authors email address. Also avoid using the same meta data for every page on your website. If you do that the content you have on your website won’t really matter. Each page should have unique meta data.

3. Create Viral Videos. Viral videos are videos that are extremely funny and get shared with friends and family on websites like Youtube. Promote your website by adding your domain at the end of the video.

4. Defend against copyright infringement. When another person steals content from your website, search engines see your site as having duplicate content. You can monitor duplicate content with copyscape.com

5. Submit your website to search engines. You only need to submit your website once. Don’t Harass the search engines or they will remove you. Also create a site map for Google. Don’t feel like submitting to search engines one by one? There are plenty of free search engine submission services that will submit your site to hundreds of search engines for free.

6. Use Facebook. Add your link to your profile. Create a group for your website. Create a business profile for your website. Create an application, applications are now the interactive way to advertise. You can also apply these methods to Myspace, Yuwie, Live Journal, Vampire Freaks and all of the other millions of social networking sites out there.

7. Advertise. Use Google and AdBrite to advertise your website on the internet.

8. Easy Navigation. Make your website easy to navigate so that users can find their way around. This will result in users staying on your website long and coming back more often.

9. Buy your own domain name and web hosting. This equals more traffic. You will be able to customize everything. Also if you decide you want to sell your website you will be able to without a problem.

10.Get High Quality Incoming Links. The more relevant high quality websites that link to yours the higher the search engines will rank you. Don’t participate in link schemes, or link builders and don’t spam. The surefire way to get incoming links is to create great content and others will link you.

Windows 7 (Vista is Getting Replaced)

Jul 05, 2008 @ 05:10 pm by HackingManual

For those of you who were disappointed with Vista, there is hope. Microsoft is creating a new operating system called Windows 7. This version of Windows was originally codenamed BlackComb/Vienna. So when is it coming out? The original release date for Windows 7 was expected in 2010 although there are rumors that it could be out as early as 2009. Little is known about Windows 7 because Microsoft is keeping a secret. Hopefully we won’t be disappointed.

windows 7

Integrated with live services using windows 7 will mean when you use a public computer, your Files, homepage and favorites will follow you around. Imagine a school without textbooks. Instead every student will be able to use a tablet PC to read all of their books.

Private File Sharing

Jul 05, 2008 @ 05:09 pm by HackingManual

If you want to share a file on the internet chances are you are going to have to register with your name and email address. Drop.Io provides Free simple private file exchange without making you register. You simply upload and share.

The Best Features

Optional Password Protection: If you want you can password protect your files
Delete Drop: Let Drop.Io know when you would like the file deleted
User Permission:Restrict users to only be able to download the file, or allow them to add content. Imagine the possibilities at www.drop.Io

drop io

Basic Router Configuration

Jul 05, 2008 @ 05:08 pm by HackingManual

This is a tutorial on how to do a Basic router configuration.

Router> enable
Router# configure terminal
Router(config)# hostname HM
HM(config)# enable password youllneverguess
HM(config)# enable secret youllneverguess
HM(config)# line console 0
HM(config-line)# password youllneverguess
HM(config-line)# login
HM(config-line)# line vty 0 4
HM(config-line)# password youllneverguess
HM(config-line)# login
HM(config-line)# exit

How to Configure the serial Interface:
HM(config)# interface s0/2
HM(config-if)# ip address 172.17.0.1 255.255.0.0
HM(config-if)# clock rate 64000
HM(config-if)# no shutdown
HM(config-if)# exit
HM(config)#

How to configure the Fast Ethernet Interface:

HM(config)# interface fastethernet 0/0
HM(config-if)# ip address 172.16.0.1 255.255.0.0
HM(config-if)# no shutdown
HM(config-if)# exit

Uses For Your Old Computer

Jul 05, 2008 @ 05:00 pm by HackingManual

Thinking of throwing away that ancient system, think again. Make your old computer into something useful. If you guys have any other ideas feel free to comment.

File Server- Store movies, music, and pictures on your home network.
Webserver- Host your own website and avoid paying for webhosting.
FTP Server- Upload and download files across the internet
Firewall- Protect your home network with Smoothwall
Router- You can also use Smooth wall to turn you computer into a router.
Media Server- Play stored Movies and Music on a media server.
Proxy Server- Programs like Squid or Netcache turn your old PC into a Proxy Server.
Linux-
Have you ever wanted to try out Linux but didn’t want to give up windows?
DHCP Server- Dish out dynamic IP addresses by turning you old computer into a DHCP server.
A Table- If all else fails you can use that old desktop for a table or a nightstand.
A Paper Weight-
Need something to prevent the wind from blowing all of your important papers of your desk?

Unhide the Administrator Account in XP Pro

Jul 05, 2008 @ 04:59 pm by HackingManual

As you may already know the administrator is a built in account in Windows that is hidden and has no password set by default. To bring it out of hiding follow these steps:

Click Start
Click Run
Type REGEDIT into the run box

Local Machine/Software/Microsoft/Windows NT/Current Version/Winlogon/Special Accounts/User List

Create a new DWORD Value
Name it Administrator
Give it a value of 1

Now go into the control panel and set a password for this account. Now you should see Administrator in the Users section of the control panel as well as when you log on.

How Secret is your Secret Question?

Jul 04, 2008 @ 08:00 pm by HackingManual

Every time you sign up for a an online account they require you to provide a secret question? What city were you born in? Whats your mothers maiden name?

The purpose to the secret question is to provide a backdoor into your account if you happen to forget your password. I guess this is a good idea in theory, but it makes it really simple for hackers to gain access to your accounts. Most of this information can be found in public records. If your not sure what your public records are, it’s a database that companies use to verify your identity. Also every website seems to be using the same set of secret questions.

The problem is that this is very poor security. You are only as secure as the weakest link in the system. So even if you have a really strong password it won’t matter because it won’t take long for a hacker to figure out your secret question. When forced to provide an answer to a secret question simply put in jibberish and forget about it.

« Previous Page