martes, 3 de marzo de 2015

Reaver wps - Brute force attack against Wifi Protected Setup -

Reaver wps implements a brute force attack against Wifi Protected Setup (WPS) registrar PINs in order to recover WPA/WPA2 passphrases, as described in 
http://sviehb.files.wordpress.com/2011/12/viehboeck_wps.pdf 

Reaver performs a brute force attack against an access point's WiFi Protected Setup pin number. Once the WPS pin is found, the WPA PSK can be recovered and alternately the AP's wireless settings can be reconfigured.  While Reaver does not support reconfiguring the AP, this can be accomplished with wpa_supplicant once the WPS pin is known. 

DESCRIPTION

Reaver targets the external registrar functionality mandated by the WiFi Protected Setup specification. Access points will provide authenticated registrars with their current wireless configuration (including the WPA PSK), and also accept a new configuration from the registrar.
In order to authenticate as a registrar, the registrar must prove its knowledge of the AP's 8-digit pin number. Registrars may authenticate themselves to an AP at any time without any user interaction. Because the WPS protocol is conducted over EAP, the registrar need only be associated with the AP and does not need any prior knowledge of the wireless encryption or configuration.
Reaver performs a brute force attack against the AP, attempting every possible combination in order to guess the AP's 8 digit pin number. Since the pin numbers are all numeric, there are 10^8 (100,000,000) possible values for any given pin number. However, because the last digit of the pin is a checksum value which can be calculated based on the previous 7 digits, that key space is reduced to 10^7 (10,000,000) possible values.
The key space is reduced even further due to the fact that the WPS authentication protocol cuts the pin in half and validates each half individually. That means that there are 10^4 (10,000) possible values for the first half of the pin and 10^3 (1,000) possible values for the second half of the pin, with the last digit of the pin being a checksum.

Reaver brute forces the first half of the pin and then the second half of the pin, meaning that the entire key space for the WPS pin number can be exhausted in 11,000 attempts. The speed at which Reaver can test pin numbers is entirely limited by the speed at which the AP can process WPS requests. Some APs are fast enough that one pin can be tested every second; others are slower and only allow one pin every ten seconds. Statistically, it will only take half of that time in order to guess the correct pin number.

INSTALLATION

Reaver is only supported on the Linux platform, requires the libpcap and libsqlite3 libraries, and can be built and installed by running:
                $ ./configure
                $ make
                # make install

USAGE

Usually, the only required arguments to Reaver are the interface name and the BSSID of the target AP:
                # reaver -i mon0 -b 00:01:02:03:04:05
The channel and SSID (provided that the SSID is not cloaked) of the target AP will be automatically identified by Reaver, unless explicitly specified on the command line:
                # reaver -i mon0 -b 00:01:02:03:04:05 -c 11 -e linksys
By default, if the AP switches channels, Reaver will also change its channel accordingly. However, this feature may be disabled by fixing the interface's channel:
                # reaver -i mon0 -b 00:01:02:03:04:05 --fixed
The default receive timeout period is 5 seconds. This timeout period can be set manually if necessary (minimum timeout period is 1 second):
                # reaver -i mon0 -b 00:01:02:03:04:05 -t 2
The default delay period between pin attempts is 1 second. This value can be increased or decreased to any non-negative integer value. A value of zero means no delay:
                # reaver -i mon0 -b 00:01:02:03:04:05 -d 0
Some APs will temporarily lock their WPS state, typically for five minutes or less, when "suspicious" activity is detected. By default when a locked state is detected, Reaver will check the state every 315 seconds (5 minutes and 15 seconds) and not continue brute forcing pins until the WPS state is unlocked. This check can be increased or decreased to any non-negative integer value:
                # reaver -i mon0 -b 00:01:02:03:04:05 --lock-delay=250
For additional output, the verbose option may be provided. Providing the verbose option twice will increase verbosity and display each pin number as it is attempted:
                # reaver -i mon0 -b 00:01:02:03:04:05 -vv
The default timeout period for receiving the M5 and M7 WPS response messages is .1 seconds. This timeout period can be set manually if necessary (max timeout period is 1 second):
                # reaver -i mon0 -b 00:01:02:03:04:05 -T .5
Some poor WPS implementations will drop a connection on the floor when an invalid pin is supplied instead of responding with a NACK message as the specs dictate. To account for this, if an M5/M7 timeout is reached, it is treated the same as a NACK by default. However, if it is known that the target AP sends NACKS (most do), this feature can be disabled to ensure better reliability. This option is largely useless as Reaver will auto-detect if an AP properly responds with NACKs or not:
                # reaver -i mon0 -b 00:01:02:03:04:05 --nack
While most APs don't care, sending an EAP FAIL message to close out a WPS session is sometimes necessary. By default this feature is disabled, but can be enabled for those APs that need it:
                # reaver -i mon0 -b 00:01:02:03:04:05 --eap-terminate
When 10 consecutive unexpected WPS errors are encountered, a warning message will be displayed. Since this may be a sign that the AP is rate limiting pin attempts or simply being overloaded, a sleep can be put in place that will occur whenever these warning messages appear:
                # reaver -i mon0 -b 00:01:02:03:04:05 --fail-wait=360
 
License: GNU GLPv2
 
Download Link:
 
 
 

jueves, 26 de febrero de 2015

OPHCRACK -- A Windows password cracker based on rainbow tables -


 Ophcrack is a Windows password cracker based on a time-memory trade-off using rainbow tables. This is a new variant of Hellman's original trade-off, with better performance. It recovers 99.9% of alphanumeric passwords in seconds.

Features:

  • » Runs on Windows, Linux/Unix, Mac OS X, ...
  • » Cracks LM and NTLM hashes.
  • » Free tables available for Windows XP and Vista/7.
  • » Brute-force module for simple passwords.
  • » Audit mode and CSV export.
  • » Real-time graphs to analyze the passwords.
  • » LiveCD available to simplify the cracking.
  • » Dumps and loads hashes from encrypted SAM recovered from a Windows partition.
  • » Free and open source software (GPLv2).
Attention: Some AV could be False Positives. In case of any problem, utilize LiveCD Software.
Level: Expert

Download Link:

OPHCRACK

ULTRAVNC - VNC remote access tools

Ultra VNC is a powerful, easy to use and free - remote pc access softwares - that can display the screen of another computer (via internet or network) on your own screen. The program allows you to use your mouse and keyboard to control the other PC remotely. It means that you can work on a remote computer, as if you were sitting in front of it, right from your current location.

VNC, the Remote Frame Buffer protocol (RFB) allows a desktop to be viewed and controlled remotely over the Internet. A VNC server must be run on the computer sharing the desktop, a VNC client must be run on the computer that will access the shared desktop. 


License: GLPv2

Level: Expert 

 Download Link:

Nmap - A free utility for network exploration or security auditing. -


Nmap ("Network Mapper") is a free and open source utility for network exploration or security auditing. Many systems and network administrators also find it useful for tasks such as network inventory, managing service upgrade schedules, and monitoring host or service uptime. Nmap uses raw IP packets in novel ways to determine what hosts are available on the network, what services (application name and version) those hosts are offering, what operating systems (and OS versions) they are running, what type of packet filters/firewalls are in use, and dozens of other characteristics.


Features


  • Host discovery - Identify hosts on a network.
  • Port scanning - Enumerate the open ports on one or more target hosts.
  • Version detection - Interrogate network services listening on remote devices to determine the application name and version number.
  • OS detection - Remotely determine the operating system and some hardware characteristics of network devices.
  • Scriptable interaction with the target - Using Nmap Scripting Engine and the Lua language, customized queries can be made.
  • Reverse DNS lookup.
  • Find device type information.
  • Retrieve MAC addresses.
  • License: GLPv2
Level: EXPERT

Download Link:

Nmap free




DeSmuME - An emulator for NDS roms and Nintendo DS Lite games -

DeSmuME is a Nintendo DS emulator. Its name is derived from emu (which is short for emulator), DS and ME. DeSmuME supports DS homebrew nds roms and demo programs, including a handful of wireless multi-boot nds roms.

WiFi not emulated and not supported!! 

 Features
  • Supports the following:
  • DeSmuME v0.9.10 Windows 32 bit binary
  • DeSmuME v0.9.10 Mac binary
  • DeSmuME v0.9.10 source for Windows
  • DeSmuME v0.9.10 Windows 64 bit binary
  • DeSmuME v0.9.10 Windows 32 bit binary (non-SSE2 build)
  • License: GLPv2
 Level: Novice

Download link:

DeSmuME

domingo, 22 de febrero de 2015

EASY WIFI - makes your Win 8 PC into a Wi-Fi Hotspot easily and quickly -

Easy Wi-Fi is a simple but powerful tool to make your Windows 8 PC into a Wi-Fi Hotspot easily and quickly. It can also connect your PC with different devices that have WLAN. It's also compatible with Windows 7/Vista.

VERSION:
1.0.0

REQUIREMENT:
WLAN with updated driver.

License: GLPv2

Level: Novice

Download Link: 

Angry IP Scanner - A cross-platform network scanner that is fast and simple to use -

Angry IP Scanner (or simply ipscan) is an open-source and cross-platform network scanner designed to be fast and simple to use. It scans IP addresses and ports as well as has many other features.
It is widely used by network administrators and just curious users around the world, including large and small enterprises, banks, and government agencies.
It runs on Linux, Windows, and Mac OS X, possibly supporting other platforms as well.

License: GLPv2

Level: Intermediate

Download Link Angry IP Windows 32 bits::

Angry IP Scanner

PORTABLE SOFTWARE FOR USB - Portable software for USB, portable, and cloud drives -

PortableApps is an open source, application launcher that you install directly to your USB or cloud drive and use on any PC. You can download hundreds of portable applications from the PortableApps integrated directory, like Firefox, Skype, and more. This means you take your browser with your bookmarks and extensions, your office suite, your photo editor, your music collection, your games, your development tools, and more with you everywhere you go. And because everything stays on your drive, every PC becomes your PC. Additional features include integrated backup, interface themes, a search option, support for personal files, favorites and more.

PortableApps.com at a Glance

It took a few minutes to install the PortableApps Platform, and several more to install six apps including ClamWin, Firefox, GIMP, KeePass, Skype, and Stellarium. To start, we launched the heavyweight GIMP without a hitch, while each additional app opened just as quickly. The idea of carrying apps around on a USB seems plausible but the idea of loading the PortableApps Platform to Dropbox, or the like, seems like an even better idea. So, without further adieu, consider trying the PortableApps Platform, especially if you’ve been thinking about the best way to take your apps for a joy ride.

Product Details

Here is a detailed breakdown of PortableApps’ features:

  • Take your apps everywhere—PortableApps lets you carry all your favorite apps on a portable device or cloud drive and use them on any PC.
  • Use a portable device, cloud directory, or local drive—The PortableApps Platform comes with a smart installer that easily installs your environment to a portable device, a cloud drive (Dropbox, Google Drive, etc.), or a local PC, so you can safely back up data to the cloud.
  • Quickly find and install apps—PortableApps has a built-in app store that lists apps by category, title, or new and recently updated so you can install the apps you want with just a few clicks. And there’s no download limit.
  • Easily organize apps—Grow and organize your app collection with folders that group them automatically or as you see fit. Pick favorites and have the menu learn what to keep up front and center. Or use the search to find what you're looking for.
  • Easily update apps—When a new security fix for your browser is released or a new feature in your favorite game is available, the PortableApps Updater automatically lets you know. Just click a button and the updates are downloaded and installed without messing up your settings and saved files.
  • Personalize your app menu—With a dozen bundled themes, each with a rainbow of color selections, the PortableApps Platform lets you pick a different look every day for months and never have the same menu twice.
  • Take your fonts along too—The PortableApps Platform supports the ability to carry fonts on your portable device and use them with your portable software without needing to install them on the local machine.
  • Advanced Features—The PortableApps Platform has the power and the options to work the way you want. And if there's something we haven't added that you'd like to see, just ask in the forums. We add new features every month!

Pros

Cons

PortableApps has over 300 apps, all 100% free, legal, and portable, which can be installed and automatically updated for you in the PortableApps Platform. None really, because when you encounter issues, you’ll find links in the community forum where 180,000 developers, translators, users and fans are ready to help you!

Quick Specs

  • Version: 12.0.5
  • Date added: September 10, 2014
  • Operating systems: Windows, plus Linux, Unix, and BSD via Wine, and Mac OS X via CrossOver, Wineskin, WineBottler, and PlayOnMac.
  • License: GPLv2
 Level: Intermediate

Download Link:

Portable Software for USB

Notepad++ Plugin Manager

Notepad ++ Plugin Manager:

Plugin Manager is a plugin for Notepad++ that allows you to install, update and remove plugins from Notepad++. A centrally hosted XML file holds the list of plugins, that the plugin manager downloads and processes against the list of installed plugins.
 

Features

  • Install, Update and Remove all existing plugins
  • Notify when an installed plugin has an update available, and allow the user to update directly
  • Calculate dependencies between plugins, any plugin can depend on another plugin, which will be installed automatically if the user installs the initial plugin
  • Install all supplemental files as well as the plugin file itself (e.g. config, doc, extra libraries)
  • Automatic installation of the correct version (ANSI/Unicode) for your Notepad++
  • Validation of DLLs copied, against a central list of valid files. This slightly mitigates the risk of automatically downloading updates.
  • Only plugins that are compatible with your Notepad++ are shown
  • Plugins can be put into categories - a suggestion was made of "Official, Common and Others". Currently all plugins are in the "Others" category, as I think there needs to be some agreement as to what determines an "Official" plugin and which plugins are "Common".
  • Plugin Manager is able to update itself, and will notify the user when an update is available
  • Proxies are supported, just change the setting
  • Updates can be ignored, and the user will not be alerted to that update again, until a further new version of that plugin is released.
  • The local plugin list file is only downloaded when something has changed - the MD5sum of the file is compared to the server's version, and if it is different, then a new copy is downloaded.
  • New for 0.9: Works with plugins that are installed multiple times - update them all or individually
Important note for Vista / Windows 7: In order to update the plugin manager to 1.0.8 , you need to run Notepad++ as administrator, update plugin manager, then everything will run properly under a normal user. Future updates to Plugin Manager will automatically run as administrator.

Level: Advanced

Donwload Link:

eMule - A free peer-to-peer (P2P) file sharing client -

eMule is a free peer-to-peer (P2P) file-sharing client for Microsoft Windows that was launched in 2002 as an alternative to eDonkey2000. To date, eMule is one of the world’s largest and most trustworthy P2P file-sharing clients. eMule includes advanced search features, file checks for corruptions while downloading, a preview while downloading function, and a credit system to reward frequent uploads.

Editor Review's:

eMule is one of the world’s largest and most trusted P2P file-sharing clients, allowing you to quickly find any type of file (audio, video, text, etc.), including some extremely rare content. eMule connects to both the eDonkey and the Kad networks, which results in a higher transfer speed and faster distribution of popular files. With a vast network of servers and clients (like you) uploading and downloading files all over the world respectively, eMule reduces recovery times for corrupted downloads. Additionally, a credit system rewards you for frequent uploads, cutting down wait time where you are owed credit. And eMule helps you save bandwidth by transmitting data in zlib-compressed form.


eMule at a Glance

eMule is easy to install with its quick start wizard; however, it may intimidate beginners when it asks for some networking information upfront, which you can either enter or bypass. Upon launch, eMule displays the Server tab with a list of servers to connect to, where finding content is as easy as typing the filename, and adding search conditions. You can chat with friends across the globe using eMule’s built in IRC client. And the Share Files tab lets you keep track of your shares, including requests, accepted uploads, and transferred files.

Product Details

Here is a detailed breakdown of eMule’s features:

  • Kad network support—eMule supports the Kad network using the Kademlia protocol, which acts as a distributed system.
  • Queue and credit system—You get the files you want with rewards for your uploads to the network.
  • Intelligent corruption control—eMule checks files for corruption during downloads to confirm that they are error free, helping speed up the correction of corrupted chunks so that they do not need to be re-downloaded entirely.
  • Simultaneous downloads with preview—You can start a series of downloads and preview videos while they are in progress.
  • Built in Web services/server—You can quickly access local, global, and Web-based servers (Jigle and Filedonkey) across the Internet.
  • Advanced search—eMule provides Boolean searches, adding flexibility to your inquiries.
  • Messaging system—You can chat with friends across the globe using eMule’s built in IRC client. And a friend’ list lets you see when friends are online.

Pros

Cons

With eMule it’s easy to share a wide selection of file types and download some some extremely rare files, while it filters corrupt Web files. eMule doesn’t automatically configure firewalls. At times, downloads may slow but configuring the upload/download speed helps.

Quick Specs

  • Version: .50a
  • File size: 3.23MB
  • Date added: July 7, 2010
  • Operating systems: Windows
  • License:  GPLv2
 Level: Novice
Link to Download:
 
eMule


SWISS FILE KNIFE - Multi function command line tool that belongs onto every usb stick. -

Swiss File Knife- a command line tools collection -

A hundred command line tools in one executable. Find and extract text in binary files, list dir tree sizes, filter and replace text, run an instant ftp server, http server for easy file transfer, find duplicate files, join many text files into one, create and verify md5 checksum lists, run a command on all files, detab text, create hexdumps from files, trace contents of a tcp connection, find dependencies between files, print colored text to terminal, locate commands in the path, print last lines of a file, convert CR/LF, hex to binary, binary to source code, split and join large files, list the contents of all .zip .jar .tar.gz and .tar.bz2 files. Fully portable, for USB stick, without installation. For Windows, Linux and Mac. Source code should compile on further platforms as well, like embedded Linux.




Features


  • text file filter and replace
  • command line grep and find for text and binary files
  • run command on all files of a directory tree
  • instant command line ftp and http server for windows and linux
  • instant command line file transfer between windows and linux
  • find duplicate files by content
  • split and join large files
  • create and verify md5 lists of files
  • detab text files
  • convert between lf (unix) and crlf (windows) line endings
  • show head or tail of text files
  • create hexdump of binary files
  • list files of directory tree by time, size, name pattern
  • list directory differences showing added or changed files
  • list nested .zip .tar .tar.gz .tar.bz2 archive contents
  • print traffic of a tcp, http, udp connection
  • command line file tool package without installation
  • multi function file tool for usb stick
  • License: BSD License
Very Useful Tool!!!!

Level: Expert

 Download Link:

Swiss File Knife

Duplicates File Finder

Duplicate Files Finder is a cross-platform application for finding and removing duplicate files by deleting, creating hardlinks or creating symbolic links. A special algorithm minimizes the amount of data read from disk, so the program is very fast.

Duplicate Files Finder supports the following platforms:
  • The Windows 9x family (Windows 95, 98, ME)
  • The Windows NT family (Windows NT, XP, 2000, Vista)
  • POSIX-like operating systems (Unix, Linux)

Features

  • Byte by byte comparison
  • Fast search
  • Support for hardlinks and symbolic links
  • User interface for deleting files and creating links
  • Many search options
  •  License: GPLv2  
 Level: Novice

Download File Windows Version:

Duplicates File Finder