Posts

Showing posts with the label software

How to Crack a Wpa2-Psk Password with Windows

It,s very common question on the internet to How to hack a Facebook account password and how to hack a WiFi password. Even if you search on YouTube you will find a lots of tutorial to How to hack a WiFi password using backtrack. However, backtrack OS is not most handy OS for normal users. yesterday my one Facebook friend Lovito Tsuqu Kiho ask me to how to hack WiFi using commview using aircrack-ng. Today i am going to show you how to a crack a Wp2-psk password with windows machine. Software Requirement for this lab :-

Install Backtrack on any Android Device

Image
I f I found this amazing tutorial which will let you install the easy hacking operating system for hacker i.e "BackTrack 5" on an Android Device. The most important thing was that they installed Backtrack using a VNC option. In this you don't have to change your origina operating system and can access backtrack like an application only. If you know linux you can probably write small script to run the backtrack 5 on your android device. Description: Backtrack is a very popular linux distribution for penetration testing. It has hundreds of tools for pentesting and hacking. Now a version of backtrack is available for arm processor devices. Normally android based mobile devices uses arm processor so we can install arm version of backtrack on android devices. This video explains very clearly step by step method of installing process of arm version of backtrack on android devices. Following are the steps and utility for the installation process. 1. Download terminal emulator,a...

NetTools for hackers (Android App)

Image
NetTools : Network Tool Suite for hackers & network admins. This is a compilation of different utilities used by network admins in daily chores. NetTools was inspired from the NetTools software by "ahmadi" which found a rife use by hackers and network administrators. NetTools is an utility suite. It has many apps to help network admins to monitor and test sites. The first version has the following tools:- * IP Resolver * Whois * Website Source Viewer * Port Scanner * Hexadecimal to Binary &  Decimal converter * Ping  The app is free to download from the Play Store (Android Market).  NetTools is under construction and will host a much larger number of tools in the future. Install on Android from here . If you want to contribute to the code do contact us.  Well, this is my(Shashank Agarwal) first app on Android Market, after working on other's apps finally I have my own of Android Market. Do tell me how is the application and what more would you like to ...

Browse anonymously with Tor

Anonymity is cool and necessary when you want to hide your identity on the web, especially for hackers. Well, this is a simple tool for hackers to make Firefox and Ubuntu Anonymous. To install Tor just download it via apt-get on ubuntu (debian)- just type- sudo apt-get install tor When installed also install "vidalia". This tool manages tor and is GUI. sudo apt-get install vidalia Now open vidalia by typing sudo vidalia Turn tor on, now you can use this to anonymous connection. But still this won't make the browsers anonymous for this download a small plugin for firefox. Just click here to install tor in Firefox (tor not available for other browsers)- https://www.torproject.org/dist/torbutton/torbutton-current.xpi or go here - https://www.torproject.org/torbutton/index.html.en Then after the plugin you will see a "red" icon next to address bar. Just click it and "toggle" mode. The icon will become green, now again check your IP in the browser. Hack it ...

Fasttrack - an automated penetration tool for linux

Fast-Track is a python based open-source project aimed at helping Penetration Testers in an effort to identify, exploit, and further penetrate a network. Fast-Track was originally conceived when a h4cker was on a penetration test and found that there was generally a lack of tools or automation in certain attacks that were normally extremely advanced and time consuming. In an effort to reproduce some advanced attacks and propagate it down , he ended up writing Fast-Track for the public. Many of the issues Fast-Track exploits are due to improper sanitizing of client-side data within web applications, patch management, or lack of hardening techniques. All of these are relatively simple to fix if you know what to look for, but as penetration testers are extremely common findings for us. Fast-Track arms the penetration tester with advanced attacks that in most cases have never been performed before. Sit back relax, crank open a can of jolt cola and enjoy the ride. Installing Fast-Track: mak...

Installing John The ripper on Linux machine

John the ripper is undoubtedly one of the best password cracking tool. People have been experiencing some problems with installing it. So here we bring out a tutorial on how to install the famous password cracker on a Linux machine. This is the method to install and use john the ripper in fedora/ubuntu (and many other linux as well).. 1) Download john the ripper software http://www.ziddu.com/download/6365223/jo...ar.gz.html 2) Extract it and then copy the text from http://www.openwall.com/lists/john-users/2009/09/02/3 3) Save the copy text in john folder with john.patch. 4) Open terminal and go to john folder cd Desktop/john-1.7.3.1 5) Now we have to patch our john software with following command patch -Np1 -i john.patch 6) go to src folder cd src 7) run this command make linux-x86-sse2 8) cd .. and goto run folder cd run. 9) Run this commmand ./unshadow /etc/passwd /etc/shadow > filename 10) Finally run this command to crack password ./john filename and here you have the ripper run...

Installing nessus on ubuntu

Image
Installing nessus on an Ubuntu or any other Linux machine can be a difficult task. So here we bring out a tutorial to ease you out to simplify the task of installing Nessus server. Here we have shown the installation on Ubuntu machine this could be used on nay other debian of linux as well. The totorial starts here- Download Nessus Nessus-4.0.1-ubuntu810_amd64.deb for Ubuntu 9.04 from http://www.nessus.org. dpkg -i Nessus-4.0.1-ubuntu810_amd64.deb Selecting previously deselected package nessus. (Reading database … 128086 files and directories currently installed.) Unpacking nessus (from Nessus-4.0.1-ubuntu810_amd64.deb) … Setting up nessus (4.0.1) … nessusd (Nessus) 4.0.1. for Linux (C) 1998 – 2009 Tenable Network Security, Inc. – Please run /opt/nessus/sbin/nessus-adduser to add a user – Register your Nessus scanner at http://www.nessus.org/register/ to obtain all the newest plugins – You can start nessusd by typing /etc/init.d/nessusd start root@testserver:~# /opt/nessus/sbin/nessus-...

Hacking tools that every hacker must have

We(hackiteasy.com) present another list of the must hacking tools every hacker must have. These toolsmake the life of a hacker much easier and every n00b must first learn how to use these tools first. AIRCRACK Aircrack-ng is an 802.11 WEP and WPA-PSK keys cracking program that can recover keys once enough data packets have been captured. It implements the standard FMS attack along with some optimizations like KoreK attacks, as well as the all-new PTW attack, thus making the attack much faster compared to other WEP cracking tools. In fact, Aircrack-ng is a set of tools for auditing wireless networks. Site URL: http://www.aircrack-ng.org/ BackTrack BackTrack is a A Linux Distribution focused on penetration testing. Site URL: http://www.bactrack-linux.org BarsWF BarsWF is the worlds fastest md5 bruteforcing password cracker, just in case you didn't already know. It combines using your computers processor with you graphics cards GPU for computing the largest amount of hashes as quickly...

Backtrack : The linux distro made for and by hackers

Image
Linux is obviously te best tool to try your hacking skills, as it is robust, made by hackers, gives you all tools for free and let you do what you want to do with it.To start your hacking stuff you need to get a lot of tools and you might be stuck when some tool starts creating error and you wish that your system had all these prehandedly. Here Backtrack comes in the scenario. Backtrack linux is just what every hacker dreams of, a full system preloaded with every tool you would have ever wished for. It haws almost every tool ever invented for hackers to lay there hands on. BackTrack is intended for all audiences from the most savvy security professionals to early newcomers to the information security field. BackTrack promotes a quick and easy way to find and update the largest database of security tools collection to-date. Our community of users range from skilled penetration testers in the information security field, government entities, information technology, security enthusiasts, a...

Wireless Hacking tutorial using Backtrack

Wireless Hacking with backtrack 3 is easy to do , in this article I’d like to guide you in Wireless hacking with backtrack 3. This tutorial is made based on some requests by my subscribers , they’ve been familiar enough with Backtrack 3 , that’s why I made this Wireless Hacking with backtrack 3 tutorial. In order to start the wireless hacking , you need to make sure that you have met these requirements :   - Backtrack 3 or newer release - 1 wireless router - Laptop with wireless card And let the hack begins : In order to crack a WEP key you must have a large number of encrypted packets to work with. This is an unavoidable requirement if you wish to be successful. The best way to get a large number of packets is to perform an ARP request re injection attack (otherwise known as attack -3). In order to do this attack and get results there must be a client already authenticated with the AP, aor connecting to the AP. **********************************************************************...

REFOG Keylogger – Look after your family members

REFOG KEYLOGGER Computers can be useful tools for entertainment, education and communication but in the misguided keeping they can be parlous. Children can interact with online predators. Teenagers can supply improper info on their ethnic networking profiles. Spouses can attain romanticistic connections with members of the opposite sex. But with REFOG Keylogger none of these activities feature to stay a story. This keylogger software can cook excerpt of confabulation gathering and present messaging conversations then rewrite them so users can indicate them with repose. In gain, the software will save a log of all the web position’s visited by each soul, as symptomless as the applications apiece overladen image of what was being done on the computers . Pulsed screenshots embezzled automatically by the software also wage added multipurpose entropy in exactly what your admired ones bang been up to online. Unequal galore examples of keylogger software for the place, this one c...

Google Chrome OS launching mid-year !

Image
Originally announced with a planned second half of 2010 launch, today Google has narrowed the launch of its Chrome OS to fall. This, according to Sundar Pichai, Google VP of product management speaking at Computex. By our calculation that is sometime between 22 September and 21 December in the northern hemisphere if you want to take the man literally... and you do, don't you. Wonder if we'll see a Chrome OS tablet launch at the same time?

Unzip RAR files Online

Image
Open Rar File is an on-the-fly archive creater and extractor. They support zip, tar and tgz file archives. To unzip a file, simply go to the unzip section and upload your archive. Alternatively, you can create a file archive. Simply go to the zip section and upload up to 10 files and specify which compression format you want. They will then zip up your files and provide you with the download link. http://www.openrarfile.com/

10 amazing things to do with a USB pendrive

Image
Any ordinary USB memory device can do a lot more than you probably thought it could. It can carry programs, encryption and even a full installation of Windows XP! Here is our tenlist for the coolest things you can do with a USB thumb drive: T ake your programs with you We all know how frustrating it is when we take your files to another computer just to discover that the software required to read the files is not installed. Here’s the simplest solution - take your programs with you - on your USB thumb drive. Here’s how to do it with Portable Apps : 1. Go to the Portable Apps website and download the installer, choosing the software you want to carry along. 2. Run the installer and install the software to the root of your USB thumb drive. And you’re done! As soon as you connect your thumb drive into a computer, Portable Apps will open up automatically. Surf anonymously With Portable Apps and Firefox, you can surf the web without leaving any trace on the computer you are using...

Programs for fun does no harm just to entertain.

Image
While surfing the net just came across this cool programs, made just for fun. These are completely made for fun and does not harm your computer at all. I also found a fake virus program - "Haunt.exe" that does not harm your computer and acts like a virus. No danger is using it Download the file and have fun ! File Size Description Bush and Blair - Endless Love.mov 4.37MB A very funny clip made by a spoof foreign TV channel about Bush and Blair's relationship set to the song "Endless Love". Cartman Screen Saver.exe 454KB (Self Extracting Zip File) A 3D Eric Cartman screen saver. Watch as Cartman from Southpark bounces around your screen, cursing with his well known phrases whenever his head hits the edge of your screen. An essential for any Southpark fan. By default, the self extracting zip file will extract the screen saver...

Panda releases cloud-computing antivirus for free

Image
Panda the famous software company now releases the cloud-computing based Antivirus . Its still in pre-Dominic stage and need a lot of work but still its the first of its kind and would be great to see a fully developed version of it soon. It was in hurry to release the software as the public is becoming awa re of recent threats and security was in top priorities after the recent "conficker" attack. Panda Cloud Antivirus beta bets that nearly three years of development can pay off into a better protection system for users. To that end, Panda's willing to make the client free for personal use--even after it leaves beta testing. Its around 50MB and is quite fast but we hope to see a better competance in that region from other software security offices. Cloud computing may make sense from a system resources point of view, but what happens to system security when the computer isn't connected to the Internet? "The model we've implemented is to break down the tradi...

Audials - The all in one media tool.. win free product keys

Image
I had been searching for an ultimate tool that would let me listen to my favorite song, download videos , tune in to online radio and this all totally legally.. the ultimate solution is Audials. Audialsone is a complete tool that is made by linking the following three software- 1.Radiotracker 2.MP3videoraptor 3.Tunebite "Read more on how to win free product key to the software". The software seemed a bit complex at first, i was not able to configure how to use it but later on it was fun. I tuned to Britney spears songs to some radio channel, then removed DRM protection from a few songs. And i also saw a few videos. Radiotracker lets you listen to online radio, they sure have a huge library of stations properly divided into genre and divisions.It also lets you record mp3 and also loads podcast. While MP3videoraptor lets you search for mp3 record them and save.I wonder why they chose such a name. It also lets you save webvideos, it automatically made a list of youtibe videos i ...

Windows 7 - An overview pictures and videos

Image
Recently Microsoft released the beta testing version of much hyped Windows 7. So here's a review of the next windows OS. As promised this time Microsoft has proved out to deliver what it promised speed, reliability and great user interface. User Interface Windows 7's interface is yet more amazing than vista'a the tabs on the task bar have been replaced by small square boxes . The desktop icons are much similar to that of vista's Image results for windows 7 Improved taskbar and full-screen previews The taskbar at the bottom of your screen is what you use to switch between the applications you've got open. In Windows 7 you can set the order in which the icons appear and they'll stay put. They're easier to see, too. Click once on the new large icons or bigger preview thumbnails and you're ready to go. You can even see a full screen preview before switching to the window. Get the picture: See what's open with previews and easily control ...