Clear All kinds of logs, cookies, histories etc. all from one platform i.e CCleaner




The freeware CCleaner hasn't seen many major revisions since Piriform launched it in 2004, so when you do see a major update, you can be assured that it's going to come with impressive new tools. CCleaner 3 doesn't disappoint on that front, introducing two major new features that make it worth the upgrade.
One is a drive wiping tool that can wipe all the data from your hard drive, but can also scrub only the available free space. As with many of the tools in CCleaner, it's fairly nuanced and allows for a simple one-pass overwrite, a Department of Defense-level three-pass option, a National Security Administration-level seven-pass cleaning, and a 35-pass Gutmann-level deep scrub. The more passes you select, the slower the deletion process.
Another key improvement to CCleaner 3 has been adding more options to pre-existing features. You can now select specific Internet cookies to keep, across all your browsers, while CCleaner deletes the rest in Internet Explorer, Firefox, Chrome, Opera, and Safari. The benefit of this is to keep cookies for specific sites that you know to be safe, such as webmail, while getting rid of the rest that you don't want tracking you. Note that your browser must be closed for the cookie-deleting feature to work.
Other changes in version 3 include improvements to the internal scanning tech that powers CCleaner, and the interface received some minor tweaks to make icons more visible. If you're familiar with previous versions of the program, though, you'll be hard-pressed to find any differences between older CCleaners and the new one. Additional minor changes include a new native installer for 64-bit computers, and environment variables have been added for %SystemDirectory%, %SystemDirectory32%, and %SystemDirectory64%.
Version 3 supports more Windows programs than before, including added support for Microsoft Silverlight Isolated Storage, AVG 2011, Audacity, LogMeIn Hamachi, BitTorrent, and Windows Game Explorer. Pre-existing support has been improved for Google Chrome, Internet Explorer 9 beta, and the torrent managing client Vuze.

For users who are new to the program, in addition to browser tracks cleaning it will clean tracks from other programs, empty your recycle bin, delete temporary files, and clean your Registry, quickly scanning for invalid entries before removing them. CCleaner will also back up your Registry before you hit delete, in case it accidentally removes a crucial component. There's also a basic, somewhat rudimentary uninstaller for removing any program on your machine. What Registry entries it doesn't catch, the main Registry checker will, but it's a two-step process that dedicated uninstallers handle nicely on their own.
In empirical testing, CCleaner 3 appeared to be marginally faster than previous versions. This is probably system dependent, so users with older computers could likely see significantly faster scan and cleaning times than in previous versions.
Problems with CCleaner are minor at best, and it remains a highly-recommended, must-have weapon against system slowdowns, tracking cookies, and the multitudinous debris that can clutter your computer.
You can download CCleaner from here

Download CCleaner


Read More Drop Comment

Bit-Torrent | As DDos Tool !



What is DDos Attack?
A denial-of-service attack (DoS attack) or distributed denial-of-service attack (DDoS attack) is an attempt to make a computer resource unavailable to its intended users. Although the means to carry out, motives for, and targets of a DoS attack may vary, it generally consists of the concerted efforts of a person or people to prevent an Internet site or service from functioning efficiently or at all, temporarily or indefinitely.


Misuse of Bit-torrent:
BitTorrent is currently one of the most popular peer-to-peer (P2P) systems: its clients are widely spread all over the world and account for a large fraction of today’s Internet traffic.Every day millions of people are downloading files via BitTorrent, and in some instances more than 100,000 people are sharing the same file at the same time. In this article, I shall show that BitTorrent can be ex-ploited by misdirecting clients to send their traffic toward any host on the Internet. The volume of a BitTorrent swarm can thus be converted into firepower for launching a dis-tributed denial-of-service (DDOS) attack and the server can be crashed using this mis-use.

Now the problem occurs in DHT. DHT’s normal function is to find peers who are downloading the same files, but without communicating with a central BitTorrent tracker. This ensures that downloads can continue even when the central tracker goes offline and this is the base.

Kademlia(Click for wiki-pedia reference) based DHT can be exploited by a malicious peer to carry out a DDoS attack. If there are enough peers downloading the same file, this could easily take down medium to large websites. The worrying part is that the downloaders who are participating in the DDoS will not be aware of what’s going on.

The core problem are the random NodeIDs. The address hashing and verification scheme works for scenarios like the old Internet, but becomes almost useless in the big address space of IPv6, As a result, any BitTorrent swarm can be abused to target specific websites and potentially take them down.
This and other DHT vulnerabilities are not entirely new concepts for BitTorrent developers. They have been discussed in various places already, but no agreement on how they should be dealt with has yet been reached.
Over the last months DDoS attacks have been in the news regularly, mostly carried out under the flag of Anonymous’ Operation Payback. Initially anti-piracy targets such as the MPAA and RIAA were taken offline, and last month the focus switched to organizations that acted against Wikileaks, including Mastercard and Paypal.

While these attacks required hundreds of people to actively participate and fire up their LOIC (Click for wiki-pedia reference) application at the same time, the BitTorrent DDoS could take down the same sites from a single computer, using BitTorrent downloads as a ‘botnet’.

The idea of using BitTorrent as a DDoS tool is not entirely new. In fact, researchers have previously shown that adding a webserver’s IP address as a BitTorrent tracker could result in a similar DDoS. The downside of this method is, however, that it requires a torrent file to become popular, while the DHT method can simply exploit existing torrents that are already being downloaded by thousands of people.
It will be interesting to see if BitTorrent developers are going to act upon the DHT vulnerability in the coming months and come up with a solution to prevent this kind of abuse.

 Architecture of a normal BitTorrent swarm
Architecture of our modified swarm (BitTorrent file exchange function is still working, but each peer would generate an additional connection to a victim target on a specified service port)


Explaining the process further :
Given the current usage of BitTorrent and the capability of providing clients with arbitrary addresses in the peer list, it is not difficult to envision a realistic attack scenario. An attacker would first set up a self-modified tracker, most likely on a server that he or she has previously compromised. Next, the attacker would need to obtain a file or a set of files that are likely to generate high demand like a new movie a set of pirated songs and free softwares etc. With these prerequisites in place, the attacker is now free to generate a torrent file for his/her payload and register the torrent with the modified tracker.

While the attacker could use any means to distribute the newly created torrent, the most straightforward approach would be to upload the torrent to a highly trafficked torrent directory, such as The Pirate Bay [7th Rank]. Upon upload to such a site, the torrent is made available for any user to download freely and join the swarm.
At that point, the peers in the swarm that are downloading the file will begin connecting to the supplied target or targets, while still retrieving the torrent payload data normally.

When the number of peers in the swarm with a connection open to an attacked target exceeds the maximum number of connections the target application is configured to accept, the victim service will no longer accept new TCP connections, rendering it unreachable and causing a successful denial-of-service attack.

Properties of such an attack:
1.It requires no modification whatsoever to the BitTorrent client software.

2.The attack is hidden from clients since the attack traffic volume from each client is very small and all clients can still upload and download files normally.

3.The attack can target multiple victims on arbitrary service ports specified by the attacker.

4.The attack does not expose an attacker’s real compromised machine (i.e., the tracker) to a victim.

5.An attacker can arbitrarily decide the start and end time of a DdoS attack by controlling the tracker.


Read More Drop Comment

Enable "Folder Option" and "Task Manger" In Xp!



Often we are using Xp and we plugin Usb drive and if Usb drive is infected with a virus then after opening the Usb it may execute with an "Autorun.inf" file and all the files will easliy execute infecting all the hard disk as well as your precious data and the "Task Manager" as well as "Folder Options" including "Cmd" are disabled. So, Here i am telling you on how to re-enable them and also how to remove this virus. Its normally caused by Brontok .

How to Enable programs effected by it:
Here’s a tool called Remove Restrictions Tool (RRT) which is able to re-enable all what the virus had previously disabled, and gives you back the control over your own computer.

Download:
RRT Sergiwa Antiviral Toolkit Personal 6.0.0.5
As you can see in the screen shot that it has a large number of registry tweaks inside.


How to remove virus: 
I will rather suggest to Use Nod 32.
I got a lot of free removal tools you can use to easily remove Brontok virus further you can also use google.

1. CompactbyteAV

2. GData Anti…Worm

3. Sophos BRONTGUI

4. Kaspersky Brontok Removal Tool

5. BitDefender Brontok Removal Tool

6. Brontok Washer(Most Effective against Brontok Virus)

7. OgAV

Choose to run either one to clean Brontok virus from your system. If you have the time, you can run all of them but not at the same time. Do it one by one just to be 100% sure that Brontok virus is completely removed.

 


Read More Drop Comment

Turn Firefox into password stealer - Hack Passwords




Hello all!
Everyone wants to hack his friends and other people facebook,orkut,yahoo,msn or gmail acounts.Now i am giving you a small trick and after applying this trick firefox will store all the passwords without promting the person who is typing his/her password to login. So in this way you will get victim password and username. But physical access is important for this hack.

Follow this Guide to Convert Firefox Into Stealer and Hack Passwords:

1. Close Firefox

2) Navigate to:

Windows - C:/Program Files/Mozilla Firefox/Components
Mac - Applications > Right click Firefox > Show Package Contents > Contents/MacOS/Components

3) We are going to edit a file called nsLoginManagerPrompter.js, it is recommended you create a copy of it by pasting original file somewhere so you can replace the original file when you want to turn off this feature.

I recommend you download the following file and simply overwrite the existing nsLoginManagerPrompter.js with it,this file is already edited and works well

Download Edited nsLoginManagerPrompter.js
(skip the add from the upper right corner)

From now on, when someone logs onto any site, they username and password will be saved automatically, without prompt!

To retrieve the account information, make sure Firefox is opened, go to Tools > Options > Security Tab > click on saved passwords, then click on show passwords, and press yes!


Read More Drop Comment

Speed Up internet speed ( Small Hack in Windows NT or higher)



A large number of softwares are availabe to boost internet speed. But i will give you a small hack procedure on how to increase internet speed within 5 to 6 minutes. Interesting it is.... You just need a basic knowledge on how to use computer. After applying the hack you will find a considerable difference in the browsing speed.This will boost upto 50% speed or may be more

Steps:

1. In windows xp Click Start then Run.

2. Type there gpedit.msc and hit enter.

Note: All the above mentioned process is different in windows 7 In windows 7 the below mantioned box in red is actually the Run. You should type gpedit.msc there and hit enter.

  
3. Next navigate to "Administrative Templates" -> "Network" -> "QoS Packet Scheduler"

4. In "QoS Packet Scheduler" right click on "Limit reservable bandwitdh", and select Properties (Note: This step is in case of xp. Where as in windows 7 you don't right click it just double click it to open)

5. Make it "Enabled" (see pic below) and set "Bandwidth limit: 0". Click OK and you are done.



So, Thats it. I made it much easy for newbies. Hope you liked it. Drop comments if you have any answer or a new trick.


Read More Drop Comment

REFOG Employee Monitor(Keylogger)



Can Employee Monitoring Benefit Your Company?

Do all your employees use their computer resources and Internet connection solely for your business? Do they work as hard when you are away as they do when you are watching over their shoulders? In other words, do you suspect your employee's productivity is lacking? You should consider installing a surveillance system to address the problem.

Features of Refog:

Real-Time Remote Monitoring


Employees perform better under constant control with real-time feedback from their supervisor. Simply logging keystrokes and saving screen captures for future analysis is not enough. A certain level of interaction and feedback is vital for tightening discipline and improving performance.

Letting your employees know that managers and supervisors can see what is happening on their computers in real time even from remote locations provides the necessary feeling and improves discipline and productivity.

Save Screens and Keystrokes

While real-time monitoring is essential to improve employee productivity, it does not completely solve the problem of employee loyalty. Hard evidence such as lists of visited Web sites, chat logs and other things typed by employees are critical in decreasing the possibilities of security breaches and identifying disloyal employees.

Refog Employee Monitoring Software is completely invisible to your employees

It runs silently and unobtrusively while logging everything that happens on your employee's computers. The product captures all keystrokes, makes periodic screen captures of employee's desktops, logs programs that are opened or closed, and records all Web sites that they visit. You can access these logs on-site or remotely; there's no need to leave your chair to check out employee behavior.

Download it here:

DOWNLOAD REFOG


Read More Drop Comment

Keyboard Shortcuts for post editor in Blogger



Today i am giving you keyboard shortcuts during making a post for the blogger. I know that pretty simple but many people still don't know this.If i forgot some of the shortcuts then provide in comments.

Keyboard Shortcuts Function
CTRL + Z To Undo
CTRL + X To Cut
CTRL + C To Copy
CTRL + V To Paste
CTRL + B To Bold
CTRL + A To Highlight all the text
CTRL + S To Auto Save and Keep editing
CTRL + D To Save as Draft
CTRL + F To Find a Word or Phrase
CTRL + G Indic Transliteration
CTRL + Y To Redo
CTRL + U To Underline
CTRL + I Change To Italic
CTRL + P To Publish the post
CTRL + SHIFT + P To Preview the post
CTRL + SHIFT + A To Insert Hyperlink


Read More Drop Comment

Replace "Google Pages" for storing files



I have noticed that many of the blogger put there .js , .css , .gif , etc like files to the google pages. But there is a Solution for the bloggers here. I have searched and found following sites for hosting these files. I remember those days when even i didn't know where to put these files lol :).


1. Sigmirror

2. Hotlinkfiles

3. Wimg

4. Ripway

5. Boxstr

6. Fileden

7. Fileave

8. Hosting js

9. Archive

Enjoy!


Read More Drop Comment

Remove "Windows Genuine Notice" in Windows 7



Today! i will show you on how to remove windows genuine validation notice or simply removing WAT.
As we know that if we install a pirated copy of windows 7 then after sometime if your internet connection is active the desktop background gets black and a notification pops up after every few minutes saying:

"VALIDATE COPY OF WINDOWS"

Its much annoying. So i am providing a software inorder to remove such notifications.

First of all download the software below: ( Skip add at the top right corner to go to download link)

DOWNLOAD WAT REMOVAL SOFTWARE

After downloading the software run it. A window like below will popup at your screen:
So click the "Remove WAT" button. Now, you are done.

Reboot the system and all those notifications are gone.


Read More Drop Comment

Make your blog attractive for mobile users



Did you know more people use the Mobile Internet than the Standard Internet ? In a survey by the IDC (Interactive Data Corp) it was revealed there will be over 1 Billion people using the mobile Internet by 2013.The number of mobile Internet users passed the number of 'Desk Top' computer users in 2008.And now with a fantastic new Blogger feature you can take full advantage of this and make your blog fully interactive for these users.Until now you had some options to make your blog "Mobile Friendly" but with Blogger Mobile Templates your blog will be fully functional on Mobile Devices.Below i will show you an easy way to enable it.


 Below is said by blogger team:
"...We know many of you like to view blog posts on your smart phones. However, it can be difficult at times because of the small screen size. This is why we are excited to announce our first launch of mobile templates! Initially available as opt-in functionality on Blogger in Draft, mobile templates will re-format your blogs for smart phones to enhance your readers’ viewing experience. In order to activate mobile templates, simply go to Dashboard > Settings > Email & Mobile tab, enable the mobile template option and then save settings..." - Blogger In Draft

How to enable your mobile template for your own blog:

Like all new features Mobile Blogger Template are at first only available in Blogger In Draft.Follow this link and log in to your Blogger Account in Blogger In Draft.

Go To Your Settings > Email & Mobile > Mobile Template.

 Tick the "Yes, On mobile devices, show the mobile version of my template." option and don't forget to scroll to the bottom of the page and Save.

So, blogger will automatically detect mobile users and will show them the mobile view of your blog. It will also load quickly then the whole html page and will also be supported to small mobile users. Blogger has took this step with great wisdom i liked it and hope my reader will also like it.
Drop comments if you have nay questions.


Read More Drop Comment

Build Your Own Url Shortener For Free!




 Today i will show you on how to create your self-hosted url shortner service. Since, we know all that we often tweet and post our links to facebook and before posting we make then short, if the URL shortner service is down then those links might not work and what will be the result "A BLANK PAGE". So i will prefer my own URL shortner service and short URLs are easy to remember too.

Download the following open source software as a url shortner platform (ITS FREE SINCE ITS OPENSOURCE):

 Download Kissabe

Installation Process:
The install is really pretty simple.

1. Get yourself a domain name from Godaddy and web hosting through HostGator.  Both are solid companies and aren't scam so feel free while signup.

2. Upload all of the files to where you want it installed (e.g. the root of your domain name).

3.Create a new MySQL database called “kissa”

4. Import kissa.sql to your kissa database using the command line or phpMyAdmin (don’t use kissa_v1.sql)

5.Edit config.php and change the MySQL string with your database username and password. Make sure the path to your database is correct (if it’s not localhost).

6. Then edit create.php at line 30 or where is says
$short_url = “http://kissa.be/$code”;
to read
$short_url = “http://yourdomian.com/$code”;

7. Then rename htaccess.example to just .htaccess

8. Start shortening!

Let me know your opinions!

 


Read More Drop Comment

Use gmail space as Hard Disk



Google is mostly liked among people due to its security, interface , contacts recovery and much more. As we all know that gmail provde us i think so 4GB of the space for emails etc. So i thought that there is a way to use this space as a hard drive in my computer. So, today i am going to share this trick here at HT.

Here I have some great little utilities (3 softwares and 2 web scripts) that you can try to use your Gmail account space as your external hard drive. You will be able to download (or should I say copy) attachments from your Gmail account to your computer just as you would do from a drive on your computer. You can also use this space to upload content direct from your computer and save it online in your Gmail account thats cool iight :).  

1. Gmail Drive 

GMail Drive is a Shell Namespace Extension that creates a virtual filesystem around your Google Mail account, allowing you to use Gmail as a storage medium.
GMail Drive creates a virtual filesystem on top of your Google Gmail account and enables you to save and retrieve files stored on your Gmail account directly from inside Windows Explorer. GMail Drive literally adds a new drive to your computer under the My Computer folder, where you can create new folders, copy and drag'n'drop files to.

Get Gmail drive

2. GSpace

GSpace is a firefox extension that turns your 3GB of your Gmail account into free online storage. With Gspace you can manage unlimited Gmail accounts to store all type of files within its simple, user friendly interface. You can also listen your favourite stored music directly from your Gspace, view your collections of pictures and manage your Gdrive files as well.


3. GmailFS

GmailFS or Gmail File System is a virtual file system developed by Richard Jones which allows users to mount and use their Gmail email account’s storage as a local disk drive. GmailFS is written for Linux, but Windows and Mac OS X ports do exist. Using GmailFS will provide the user with roughly three gigabytes of online storage. The speed of this filesystem is limited by the speed of the user’s Internet connection, and the upload/download speed of the Gmail server. Files can be any size, and are stored as (segmented) attachments.
 
 
4. PHP Gmail Drive 
 
PhpGmailDrive, also known as PGD, is an open source software program written in PHP to share Gmail file attachments on the web. PGD is based on GmailFS, a Gmail attachment file system that uses email subjects for organization.
 
 

5. G-Share - Gmail Download Center

G-Share is a PHP script that allows you to share your gmail attachments in a webpage,it is a download center with files stored in your gmail account. You need a MySQL database to store data such as download counters, visitors, etc... 


Read More Drop Comment

What is XSS basically & Its prevention tips




XSS is an abbreviation of "CROSS SITE SCRIPTING". XSS is a type of computer security vulnerability typically found in web applications that enables malicious attackers to inject client-side script into web pages viewed by other users.Even facebook, twitter, my space and orkut have been attacked by XSS.


Types of XSS:

There are two types of the XSS attacks these are regarded as its flavours:

1. Non-persistent
These holes show up when the data provided by a web client, most commonly in HTTP query parameters or in HTML form submissions, is used immediately by server-side scripts to generate a page of results for that user, without properly sanitizing the request.

2. Persistent
It is more dangerous type for servers. It occurs when the data provided by the attacker is saved by the server, and then permanently displayed on "normal" pages returned to other users in the course of regular browsing, without proper HTML escaping.Thus an attacker can easily deface the site by injecting his own image.

A small description with example:
Non-persistent works at forms and some platforms same like that. The thing is to find the XSS volunerabilty there. So Suppost "abc" has a website and he allows "xyz" to enter it as user by a username and pass as you all know well. So, another person "def" finds that the site can be attacked by XSS so he creats a URL to exploit that hole and sends a message or email by Using social engineering "xyz" entises "xyz" to click that and thus when "xyz" clicks it.  So now "xyz" is logged into "abc" site and "def" sends him a URL and "xyz" clicks it and thus his session cookis is sent to "def". So "def" will hijack the session and will do what he wants.

Persistent is a kind in which "def" sends a message to "xyz" and thus he clicks it and his session is hijacked. This can be done if sites allows html tags in comment form etc.


Another example of XSS attack :
There is  a site at the net which allows user to enter some of the html tags during comments. So, any kid can actually upload an image there and even he can redirect the page to another site. Look if a paypal page is attacked by XSS then the hacker can redirect the user to his phihsing page and thus user can be hacked.

So a user comments there an see whats the process:
If a user enters:
My cat: [img]www.mysite.com/cat.jpg[/img]
Bob's script will output:

My cat: <img src="www.mysite.com/cat.jpg" />
Hope you got if you are a genius if you havent got then see:

An evil user comes to comment here and founds this so he will do something like this:

Hi, very nice article [img]http://www.google.com/images/logo.gif" onload="window.location='http://jacks-site.com/'[/img]

And, of course, evil user's comment script obediantly turns it into HTML (red is evil user's input):

Code:
Hi bob, very nice pic! <img src="http://google.com/images/logo.gif" onload="window.location='http://jacks-site.com/'" />
And every time a user views one the page where comment box is installed, they are rudely redirected to Jack's site.

Finding a site volunerable to XSS:
The simplest way to check the vulnerability is to enter the following code in the any web form present on the website
<script>alert(“XSS”)</script>
 If the site is vulnerable then a popup windows wil appear showing :
"XSS" 
 
How do I Prevent XSS Attacks?

To prevent XSS attacks, you just have to check and sanitize all user inputted data that you plan on using.

For starters, disallow all HTML. Use htmlspecialchars() to convert HTML characters into HTML entities. So characters like < and > that mark the beginning/end of a tag are turned into < and >. It is not enough to simply use strip_tags() to only allow some tags as the function does not strip out harmful attributes like the onclick or onload. Even an innocent looking <strong> tag can contain some nasty code and hacker can deface site.

If you need to allow users to enter formatted text, then you have to create some sort of code like BBCode. But make sure you check and sanitize the output or else you'll suffer from vulnerabilities like Bob. For example, if you have a [url] tag that enters a link, make sure users don't enter something like
javascript:alert("Hello");
Make sure they enter valid URL's.


Read More Drop Comment

WEP Cracking(WIFI),( In Just 5 Minutes ) !



First of all i will tell those who don't know what actually WEP is?

WEP is abbreviation of  Wired Equivalency Protocol, but in lay mans terms its a way for you to secure your wireless communication through a method of encryption, usually already built in a wireless device with several options in order to keep neighbours out.

Method for cracking a WEP Or in short terms Breaking Wifi Security:

 Here is how it can be done:
1. Run Kismet to find your target network. Get the SSID and the channel.
2. Run Airodump and start capturing data.
3. With Aireplay, start replaying a packet on the target network. (You can find a ‘good packet’ by looking at the BSSID MAC on Kismet and comparing it to the captured packet’s BSSID MAC).
4. Watch as Airodump goes crazy with new IVs. Thanks to Aireplay.
5. Stop Airodump when you have about 1,000 IVs.
6. Run Aircrack on the captured file.
7. You should see the WEP key infront of you now.
Cheers

List of programs used:

-Kismet
Kismet is an 802.11 layer2 wireless network detector, sniffer, and intrusion detection system.
It is designed for Linux.
You can download it at KISMET
A windows version can be downloaded at Kismet Windows Version

-Aircrack (Includes Airodump, Aireplay, Aircrack and optional Airdecap for decrypting WEP/WPA capture files)

-Aircrack is the 802.11 WEP and WPA-PSK keys cracking program that can recover this keys once enough encrypted packets have been captured with airodump.

-Airdecap is used to decrypt WEP/WPA capture files.

-Airmon can be used to configure the wireless card.

-Aireplay is used to inject frames.

-Airodump is used for packet capturing of raw 802.11 frames and is particularly suitable for collecting WEP IVs (initialization vectors) for the intent of using them with aircrack-ng.

Download the whole suit at:

Dowload Whole Suit

Note:-Read Updated Post Over WIFI Cracking here:- Hacking/Cracking a WPA/WEP encrypted WIFI network - Find WIFI Password Using Fern WIFI Cracker And For more posts in this category go here:- WIFI Cracking (All Posts)


Read More Drop Comment

Hack ip address



If you want to hack ip address then here is a post for you.


Before proceeding download angry ip scanner

After this install it to your system and open program bu running it.

A window will pop up,here you will see an option IP Range , in this option write the range of ip address for e.g 117.192.194.0 to 117.192.200.255 (as suggested there can be 200 ip addresses)

Now Go to Tools->Preferences and select the Ports tab. Under Port selection enter 80 (we need to scan for port 80). Now switch to the Display tab, select the option “Hosts with open ports only” and click on OK.










(NOTE:In the image the version used is 3.0, in other versions user should go to options instead of tool)

Now click on start and you will be given ip addresses












Now copy any ip address into your browser address bar and a page will pop up asking username and password,almost 80% of ip addresses have password and username of 'admin' so enter this in the password and username and all information will come infront of you in a moment . Now you can easily do anything with this ip address.

(NOTE: hackersthurst will not be responsible of your any destructive step)

Enjoyed the article?
Then subscribe to Us to remain updated Also you can follow our site.


Read More Drop Comment

Customize google to improve search results



Many times google give text adds in the search so to remove them i have a software for you.


It is actually an add-on for firefox .

You just need to download optimize google add-on for firefox.

After adding this add-on to your firefox you are done and let this software to do it's work . I have an example image for it













You can easily filter your search results to see dead websites by using wayback machine

Way back machine is actually a software which let your browser to surf internet as it was before any changing

In the end i would like suggest you to use google suggested sites which make searching on this powerfull search engine easy.

Liked the post? 
Then subscribe to HT to remain updated. 


Read More Drop Comment

A small trick for comic books lover



If you are a comic book lover like me and while reading online your net keeps on disconnecting then i have a small trick for you.


Thing you need is Idm Website grabber

First of all download it and then install it

After installation go to the folder and open idm grabber a window will appear like this click on the grabber like shown in the picture











After hitting it a window will appear and start filling blanks and information















Then grab site and all the files of that site will be found in destination folder and start reading comic books offline without any fear.

(this trick can be use on many things ,main purpose of this post is only to give you idea)


Read More Drop Comment

Find your rar password



If you forgot your password for a .rar archive then i have solution for you .


Thing you need is


After downloading go open the rar and instal it .
Now open the folder and run password recovery tool,a window will appear
After this open the rar file of which you want password and leave the software it will take few minutes



Like this one.




















Then a window will appear which will give you password of your rar file.

like this. Cheers


Read More Drop Comment

Facebook Pranking Machine





Hey friends today i am going to tell you about a software,you can use it to do a lot of pranks







Thing you need is:

1: First of all download this software and open black box
it would be like this

2: login to your facebook account and then go to black box and login there .

3: now you can see lot of option on upper botom use then to do pranks on facebook with your friends .

If you liked this post then subcribe to Us.


Read More Drop Comment

How to change IP in less then a minute



This article will help you to change your IP address within a minute. Just follow the following step and you will be through.

1. Click on "Start"(In xp its in the bottom left hand corner of screen)
2. Click on "Run"(In windows 7, Just right CMD in search box)
3. Type in "command" and hit Enter.

You should now be at an MSDOS prompt screen.

4. Type "ipconfig /release" just like that, and hit "Enter"
5. Type "exit" and leave the prompt
6. Right-click on "Network Places" or "My Network Places" on your desktop.
7. Click on "properties"

You should now be on a screen with something titled "Local Area Connection", or something close to that, and, if you have a network hooked up, all of your other networks.

8. Right click on "Local Area Connection" and click "properties"
9. Double-click on the "Internet Protocol (TCP/IP)" from the list under the "General" tab
10. Click on "Use the following IP address" under the "General" tab
11. Create an IP address (It doesn't matter what it is. I just type 1 and 2 until i fill the area up).
12. Press "Tab" and it should automatically fill in the "Subnet Mask" section with default numbers.
13. Hit the "Ok" button here
14. Hit the "Ok" button again

You should now be back to the "Local Area Connection" screen.

15. Right-click back on "Local Area Connection" and go to properties again.
16. Go back to the "TCP/IP" settings
17. This time, select "Obtain an IP address automatically" 

18. Hit "Ok"
19. Hit "Ok" again
20. You now have a new IP address

With a little practice, you can easily get this process down to 15 seconds.

Note:
This only changes your dynamic IP address, not your ISP/IP address. If you plan on hacking a website with this trick be extremely careful, because if they try a little, they can trace it back and you will be caught.


If you enjoyed this article then subscribe to HT to remain updated.


Read More Drop Comment

Hack MSN - A Small Trick



Today I will show you a small trick inorder to hack someone MSN ID or else the whole computer.
Amazing? right

So we will need MSN messenger and its necessary that we are chatting with victim using messenger.
So first of all send him/her a file whom you want to hack. ( Note: File must be somehow big so that it may take time during the sending procedure. Time is the base of this hack.) Now MSN is designed to route the connection through a microsoft server while you are chatting. However, when a file is sent, a DCC (direct connection) is created. This was purposely done because otherwise microsoft would waste a lot of bandwidth so a direct connection is made.Now, this is the actual chance! ;)
Open up your command prompt (run “cmd” in NT/XP or “command” in 9X to get into prompt) and run netstat. usually the MSN targets IP would be above port 2000.

Enjoy.

You have found the ip now So actually being a hacker anyone can take control on that computer.

If u receive some crap like gux1-43.primus.com as the target, do a Reverse DNS lookup on it. However, this occurs very rarely, mostly u will receive a clear IP

Additional Information:
A. Reverse DNS lookup (also known as rDNS) is a process to determine the hostname associated with a given IP address. or viceversa
its command is nslookup at windows CMD.



Enjoyed the article! Then subscribe to hackersthurst to remain updated. This is Posted By Wamiq Ali


Read More Drop Comment

Adding/Modifying User Accounts In Windows Via "CMD"




 Hello guys! Today i will show you some of the cool CMD tricks. If you don't know on how to launch CMD then go to Start>Run and type there CMD and hit enter.

So a command promt window will appear. Like shown above

So now you have CMD and you can add a new user by command below:

C:>net user username /ADD
Where username is the name of your new account. And remember, try and make it look inconspicuous, then they’ll just think its a student who really is at school, when really, the person doesn’t EXIST! IF you wanna have a password, use this instead:

C:>net user username password /ADD
Where password is the password you want to have. So for instance the above would create an account called ‘username’, with the password being ‘password’. The below would have a username of ‘Usman’ and a password of ‘LULX’

C:>net user Usman LULX /ADD
Right then, now that we can create accounts, let’s delete them:)
C:>net user Usman /DELETE
This will delete poor Usman's acount With the help of CMD.


Let’s give you admin priveleges:)
C:>net localgroup administrator Usman /ADD
This will make Usman an admin. Remember that some places or computers may not call their admins ‘adminstrator’ and so you need to find out the name of the local group they belong to.
You can list all the localgroups by typing
C:>net localgroup
Running .exe files you can’t usually run

In the command prompt, use cd (change directory) to go to where the file is, use DIR to get the name of it, and put a shortcut of it on to a floppy. Run the program off the floppy disk. :D

Hope this article helped you somehow. If you liked it then subscribe to us to remain updated. HT is all about tech.


Read More Drop Comment

Hacking Password Protected Website’s



Here are many ways to defeat java-script protected websites. Some are very simplistic, such as hitting[ctl-alt-del ]when the password box is displayed, to simply turning offjava capability, which will dump you into the default page.You can try manually searching for other directories, by typing the directory name into the url address box of your browser, ie: you want access to www.target.com .
Try typing www.target.com/images .(almost ever y web site has an images directory) This will put you into the images directory,and give you a text list of all the images located there. Often, the title of an image will give you a clue to the name of another directory. ie: in www.target.com/images, there is a .gif named gamestitle.gif . There is a good chance then, that there is a ‘games’ directory on the site,so you would then type in www.target.com/games, and if it isa valid directory, you again get a text listing of all the files available there.
For a more automated approach, use a program like WEB SNAKE from anawave, or Web Wacker. These programs will create a mirror image of an entire web site, showing all director ies,or even mirror a complete server. They are indispensable for locating hidden files and directories.What do you do if you can’t get past an opening “PasswordRequired” box? . First do an WHOIS Lookup for the site. In our example, www.target.com . We find it’s hosted by www.host.com at 100.100.100. 1.
We then go to 100.100.100.1, and then launch \Web Snake, and mirror the entire server. Set Web Snake to NOT download anything over about 20K. (not many HTML pages are bigger than this) This speeds things up some, and keeps you from getting a lot of files and images you don’t care about. This can take a long time, so consider running it right before bed time. Once you have an image of the entire server, you look through the directories listed, and find /target. When we open that directory, we find its contents, and all of its sub-directories listed. Let’s say we find /target/games/zip/zipindex.html . This would be the index page that would be displayed had you gone through the password procedure, and allowed it to redirect you here.By simply typing in the url www.target.com/games/zip/zipindex.html you will be on the index page and ready to follow the links for downloading.


Read More Drop Comment

5 Websites to Edit PDF files Online for free



Portable Document Format(PDF) file is a open standard format for the documents exchange. It was created by Adobe in the 90′s and now the most popular and convenient document format all around the world. There are many reasons why it is so popular. The first is it is more compact(surely smaller in size), Combines everything inside the document like Text, images, font, etc. You can view it from any computer with the reader software and the documents are also seem almost same on all computers.
But it is also said that PDF files can’t be edited, thats just a old story. There are many free softwares and even free Online tools to edit the PDF files of yours or from the third party. So in this post here are 5 best websites where you can easily edit the PDF files for free.

PDFfiller



PDFfiller is the ultimate Online Tool for editing the PDF files without using any softwares.You can Upload the PDF file from your hard drive or may enter the URL of the file and start editing the PDF file online staying within the browser window. After edit you can secure place to keep your PDF forms and you can access, fill, write, fax, email and print your forms from any computer.

PDFvue

 PDFvue is a online PDF viewer and PDF editor trhat lets you edit or view the PDF file Online without using any software directly uploading from your hard drive. It combines cool features like viewing, commenting, annotations, page deletion or rotation and adding fillable form fields to PDF’s. Since PDFvue requires to upload your PDF file to upload on their own serves, It might take more times for large files and slow internet connection.

PDFescape

 PHFescape is a free of charge web-based PDF editor program written in JavaScript, HTML, CSS and ASP. PDFescape offers features like PDF editing, form filling, page arrangement, printing, saving, , etc. Open PDF file from the web or from the local computer, make different changes to the PDF file from the toolbox in the website and download the file in the local computer or store it on PDFescape server for short period of time.

FillanyPDF

 FillanyPDF is actually an website where you can Upload your PDF file and link other related people so that they can make a sign on them. Its can be also said as Online PDF editing tool that requires no software installed to edit the PDF files online. It is currently under beta version allowing lots of features to its users.

PDFhammer

 PDFhammer is the most popular among the all online PDF editing tools that can easily edit our PDF files directly within browser window without installing any software. With PDFhammer you can create the single polished document merging multiple documents, edit them online, protect the files with a password, Update PDf meta data and ore. This service is currently closed for maintenance.

Liked the post then subscribe to HT inorder to remain updated.


Read More Drop Comment

Download Youtube Videos directly without using IDM




I have noticed many times that internet users face problems while using Internet Download Manager because it is not a free software now. So, it first needs to be cracked which is a little irritating task. So, i have come up with a much better software to download Youtube or any other kind of .flv or .mp4 videos. And the software is One-Click Youtube Downloader.
You can download it here.
Download One-Click Youtube Downloader

For One-Click Youtube Downloader to work, you just need any downloader like Orbit Downloader which you can download from the following link

Download Orbit Downloader


One-Click Youtube Downloader gives you a floating Get-It button on your browser screen whenever a flash document is opened. Click on the drop-down arrow of Get-it button and select the video file to download or simply click on the Get-it button. You can check your file download progress by opening your downloader.
By default, One-Click Youtube Downloader is readily available in Orbit Downloader. But incase you have any problem, you can install it separately by yourself.
The main advantage of One-Click Youtube Downloader and orbit Downloader is that it is free and they donot require any activation.
Enjoy

This is my first post at Ht. If you guys enjoyed this article then subscribe to our community.


Read More Drop Comment

How to Setup Gmail Inbox for Self hosted Domain Email Account



Mozilla thunderbird or any email client softwares didn’t have so effective spam filter for spam emails as the Gmail have. So its always a wise decision to use the Gmail Inbox for Self hosted Domain Email Account because its not just only safe but also allows you around 8GB email inbox.
So here is the complete tutorial on How to Setup Gmail Inbox for Self hosted Domain Email Account. The comments are open below the post if you got something to say about the post.

Step 1 : Sign up to Google Apps

The very first step is goto Google Application, Enter your Domain name in the input box and Continue if you have already got your domain name. In case you don’t have any domain name, you can also buy it fro there which costs around $10.

So here is the complete tutorial on How to Setup Gmail Inbox for Self hosted Domain Email Account. The comments are open below the post if you got something to say about the post

Step 1 : Sign up to Google Apps

The very first step is goto Google Application, Enter your Domain name in the input box and Continue if you have already got your domain name. In case you don’t have any domain name, you can also buy it fro there which costs around $10.
 So I am using a domain name hackersthurst.com for the process.
 In the next step all you have to do is enter the administration detail along with other information as required the form and Continue.
 Choose the Email and password for the First administrator and the Sign up is done.

. Now Google Apps will redirect you to the Sign in page from where you will sign in to your Google Apps account with the first administrator details created above.
Google Apps will now ask you to verify that you are the Owner of that domain name. There are altogether four ways to verify your Domain, So you can chose any one method to verify.

Step 2 : Verify Domain name

This is the most important step in the process to make Google apps confirm that the domain name belongs to you. To verify your domain name you can simply choose any one of the four methods provided.
  • Add a DNS record to your domain’s configuration
  • Add a meta tag to your site’s home page
  • Upload an HTML file to your server
  • Link to your Google Analytics account
You can use any of the above steps to verify your domai name. If you want to verify by DNS record you must know your domain name provider. This may varies affording to your domain name provider.
Verifying using the Meta tag can be also easier. As soon as you select the option “Add a meta tag to your site’s home page”, It will automatically show the Meta tag in the page. Copy the Meta tag and paste it into your site’s home page. It should go in the <head> section, before the first <body> section.
If you are verifying by Uploading the HTML file, first download the HTML file and upload the downloaded HTML file into your root directory of your hosting account. As you select the “Upload an HTML file to your server” option in the lsit, It will instantly show the download Link of the file.
Verifying the domain name by Linking the Google apps to the Google Analytics account is a new method for verification. Google will find all Google Analytics tracking codes that are active on the index page for this site. Ownership of the site is established if you are an administrator for any of the Google Analytics website profiles found.
 You can use any one of the above methods to verify your domain name but choosing the easier and known one is better.

Step 3 : Activate Email in Google Application

After the verification is completed, You will be redirected to the Google Apps Dashboard where you will see various services along with the service status active and inactive. To activate Gmail Click on ‘Activate Email’ at the service setting section of the page.

Now you have to change MX record from your webhosting account. Mx refers to mail exchanging exchange records. This process may differs from different hosting company. But you can find different hosting tutorial in the page.If your hosting company is not listed there you can simply follow any hosting company tutorial.
After you are done activating, you can easily access your domain email aacount from Gmail. You can either loogin it directly from Gmail.com or from https://www.google.com/a/domain-name.


Read More Drop Comment

5 must know offline ways to promote your blog



A blogger should always stay active for the promotion of his blog. A blog cannot go ahead without the promotion because no one is going to read your blog articles by searching it, you should always bring your blog in front of them. There are different ways for the promotion of your blog. Social Networking, Search Engine Optimization, advertising, etc are the direct onlne ways to promote your blog. Besides there are some offline ways too for your blog promotion.

So in this post we will be talking about some offline for the promotion for your blog. The ideas in this post might look easy and cheap but this idea worths a lot and helps you to a extent for the promotion of your blog.

1. Write Articles for the Newspaper or Magazines

This is the best offline idea for your blog promotion through Newspapers or magazines. You can write articles your local newspaper or the international magazine. Once your article is approved you can ask for your blog name to be placed below your article as credit to your article (May be instead of your name). So when the people read and like your article they will surely visit your blog following the link on the article by entering it into their browser.

2. Include your Blog Link URL in your Visiting Cards

This is also among the Top Offline ways for your blog Promotion. Using visiting card or yourself has become a small issue now. So why didn’t you add your blog link below your details in your visiting card. The people who views your visiting card will surely view your blog through the URL in your visitors which will surely help you gain some offline type traffic for your blog.

3. Speak to all people you know

This is also the best idea for your blog offline promotion. So have to make all the people whom you know know about your blog. For this the URL of your blog should be simple and rememberable so that others will surely remember it and view your blog when they are online.

4. Sponsor in the Local programs/events

Local programs that is conducted in your area is also a big marketplace to get some local visitors for your blog. If you sponsor in those local events your blog name will may be announced in the events or your blog name will appear on the banner and posters of the programs. This will surely help you get some local visitors for you blog.

5. Learn to give away some Freebies or Charities

Its not always you running after money. You should too think about giving charity too some organizations or other freebies clothes, lights and other needy things. if you are giving away then you too got right to mention about you and your blog on those things. This work not only bring visitors to your blog, but also helps you and your blog gain high reputation in the community.


Read More Drop Comment

5 sites to download youtube video directly in .MP4 format for your iphone or Ipod Touch



Suppose you got an Iphone and you want to add some videos in your Iphone so that you could enjoy it in your leisure time. So what will you do to add videos in your Iphone? You may either use some video converter software to convert your computer videos or download videos from web in some other formats like .FLV and convert it again to iphone compatible format and add it to your Iphone with the help of itunes.
I guess it too boring and also takes lots of times to do that. So I got the better solution for you. Here are some best sites to download your favourite youtube videos in .MP4 format and put it directly on your iphone with any above easy process.  The best part of these videos are they got better quality and also got smallar size. checkout some below:

1. Keepvid

 

Keepvid is always my first choice for downloading youtube video in .MP4 format for my Iphone. It got the completely free service for downloading the youtube videos in MP4 format as well as in other formats like .3GP(High Quality nad low Quality too) for your Mobile phones and also in .FLV format.

2. Vixy

 

Vixy also among my used online toutube video converrter and downloadder. Its also a free service and you can also download the youtube videos in .MP4 format with it. It also offers you youtube videos downlaod in AVI format for windows, .MOV format for MAC, .3GP format for cell phones and also in .MP3 for audio players.

3. MP4youtube

 

Mp4Youtube also offers you the download of your favourite youtube video in .MP4 format for your Iphone. Its also the free service and also lets you download youtube videos download in .3GP and also in .FLV format with your desired video quality.

4. Savevid

 

Savevid is also among like other youtube video downloaders that enables you to download your desired youtube video in .MP4 format for your format. Besides this it also offers you Youtube video download in .3GP format and also in .FLV format with Low Quality, Medium Quality and high quality options too.

5. Gazzump


Gazzump allows you to download your desired youtube video in 8 formats that includes .FLV, .MP3, .AVI, .WMV, .WAV, .MOV, .3GP and also the main in .MP4 format. This is also a free service and the videos downloaded by these sites can be easily synced into your iPhone.

Enjoyed this Article? Subscribe to Us and get our Updates delivered directly into your Email Inbox. 


Read More Drop Comment