Top Banner
Comprehensive: Journey of a Hacker 2012 Vol-(I) From Intermediate Hacker To Elite Hacker. By Scryptaxxeler A guide for those who want to be an Elite but can’t get the right direction.
483

Comprehensive Journey of a Hacker 2012

Sep 17, 2015

Download

Documents

norumulatt

Comprehensive Journey of a Hacker 2012
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript

Comprehensive: Journey of a Hacker 2012Vol-(I) From Intermediate Hacker To Elite Hacker.By ScryptaxxelerA guide for those who want to be an Elite but cant get the right direction.

Disclaimer:This is work of pure plagiarism. It will be difficult to give reference to all those from whose works I am going to plagiarize.However some parts will be work of me any anyone can copy and distribute it as is.This will give an insight into the dark world of hackers, which will include much info regarding breaking and breaching of cyber crime laws.This is not to be used for Illegal purpose. But is intended for the letting the common people, System Administrators know where lies the weakest link.Remember, the chain is as weak as the weakest link.

About:This book is intended to provide information on how to become an elite hacker.Its much more than the CEH courses that are provided for script kiddies.

Brief overviews of the included topics are:The volume-1 is the Intermediate Level Hackers Book To hacking which includes: Metasploit Framework Burp Suite, W3AF Framework,etc. How bank accounts are hacked. Social Engineering ToolkitThe volume-2 is the the Level where Hackers doesnt rely on exploiting tools, he writes it himself which includes: Sandbox Evasions. Programming skills for a Hacker. Reversing to the Level Of Assembly. Heap Spraying, Use after Free, Stack Overflow. Deciphering the cookie and much more. PART-I

The hackers Framework

Chapter 1:Setting up a pentest edition of Linux.Chapter 2:The Metasploit FrameworkChapter 3:Web Security:The Burp Suite and W3AF Chapter 4:Social Engineering Tools

Chapter 1:Setting up a Penetration Testing Edition of Linux.This chapter is intended to introduce to a penetration distribution of Linux. I will be discussing details of the Backtrack 5.But you guys can check NodeZero and Ubuntu Pentest Edition.Lets begin then.Backtrack:

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, and individuals new to the security community.Feedback from all industries and skill levels allows us to truly develop a solution that is tailored towards everyone and far exceeds anything ever developed both commercially and freely available. The project is funded byOffensive Security. Whether youre hacking wireless, exploiting servers, performing a web application assessment, learning, or social-engineering a client, BackTrack is the one-stop-shop for all of your security needs.

BackTrack Clean Hard Drive InstallThis method of installation is the simplest available. The assumption is that the whole hard drive is going to be used for BackTrack.1. Boot BackTrack on the machine to be installed. Once booted, type in startx to get to the KDE graphical interface.2. Double click the install.sh script on the desktop, or run the command ubiquity in console.3. Select your geographical location and click forward. Same for the Keyboard layout.4. The next screen allows you to configure the partitioning layout. The assumption is that we are deleting the whole drive and installing BackTrack on it.5. Accept the installation summary and client Install. Allow the installation to run and complete. Restart when done.6. Log into BackTrack with the default username and passwordroot / toor.Change root password.7. Fix the framebuffer splash by typing fix-splash ( or fix-splash800 if you wish a 800600 framebuffer), reboot.

BackTrack Dual Boot Install with Windows (Tested on Win 7)This method of installation is the simplest available. The assumption is that the you have a Windows installation taking up all the space on your drive, and you would like to resize and repartition your drive to allow a BackTrack install alongside your Windows. BACK UP YOUR WINDOWS INSTALLATION FIRST.1. Boot BackTrack on the machine to be installed. Once booted, type in startx to get to the KDE graphical interface.2. Double click the install.sh script on the desktop, or run the command ubiquity in console.3. Select your geographical location and click forward. Same for the Keyboard layout.4. The next screen allows you to configure the partitioning layout. The assumption is that we are resizing the Windows 7 partition and installing BackTrack on the newly made space.5. Accept the installation summary and client Install. Allow the installation to run and complete. Restart when done.6. Grub should allow you to boot both into BackTrack and Windows.7. Log into BackTrack with the default username and passwordroot / toor.Change root password.8. Fix the framebuffer splash by typing fix-splash ( or fix-splash800 if you wish a 800600 framebuffer), reboot.

BackTrack Live USB InstallThis method of getting a live install to a USB drive is the simplest available using Unetbootin. Note that we will format the USB drive and erase its contents.1. Plug in your USB Drive (Minimum USB Drive capacity 2 GB)2. Format the USB drive to FAT323. Download Unetbootin fromhttp://unetbootin.sourceforge.net/4. Start Unetbootin and select diskimage (use the backtrack-final ISO)5. Select your USB drive and click OK for creating a bootable BackTrack USB drive6. Log into BackTrack with the default username and passwordroot / toor.

Install BackTrack in VMWare.1. Follow the basic install instructionshereto get BackTrack installed in a VMware machine.2. Log into BackTrack. To install the VMWare drivers, the kernel source and headers need to be in place. By default in the BackTrack 4 final release, the kernel (denoted by {version} ) is configured and ready. However in some cases, you might need to make sure you have the latest kernel sources by typing in:apt-get update apt-get install linux-source cd /usr/src tar jxpf linux-source-{version}.tar.bz2 ln -s linux-source-{version} linux cd linux zcat /proc/config.gz > .config make scripts make prepare3. Now that your kernel sources and headers are in place, run the Install VMWare tools for the specific guest VM.4. Mount the VMWare tools virtual cd, copy over the VMWare tools package and run the installer:mount /dev/cdrom3 /mnt/cdrom cp /mnt/cdrom/VMwareTools-{version}.tar.gz /tmp/ cd /tmp/ tar zxpf VMwareTools-{version}.tar.gz cd vmware-tools-distrib ./vmware-install.pl5. Complete the VMWare tools installation as required. Run fix-splash to reintroduce the green framebuffer console. Reboot.

Flicked From: Backtrack Official Site.

Well Installation done Lets have some understating of what it offers:This will give you location of the Network Exploitation Tools in backtrack 5(For new users).

As you can see Backtrack has already Grouped the essential Tools for You.

See other screen shot:

This will take 1000 pages if I give screenshots for all the tools in Backtrack.The better is I give you the list and you can use google to find about the tools.Aint that cool.The List you are going to see will blow you head off. I intended to include this for reference purposes. You can skip the list to around 100th page. The best way to learn about the tools is to use search engine which will be give you best access for gaining more knowlwdge of the tool.Thanks to ZitsTif for the list that he has uploaded to his site.#############################NOTE##########################################Date: Fri Jul 15 16:42:13 EDT 2011Version: Backtrack 5 - gnome - 32bit

A tool I installed that doesn't come with Backtrack 5 by default:

sysv-rc-conf

Command I ran before running dpkg --list > toolslist.txt

sudo apt-get update && sudo apt-get upgrade -y && sudo msfupdate

I also installed VirtualBox Guest Host Additions. ############################################################################

||/ Name Version Description ii 0trace 1.0-bt4 0trace is a traceroute tool that can be run within an existing, open TCP connection - therefore bypassing some types of stateful packet filters with ease. ii 3proxy 0.6.1-bt2 3APA3A 3proxy tiny proxy server ii ace 1.10-bt2 ACE (Automated Corporate Enumerator) is a simple yet powerful VoIP Corporate Directory enumeration tool that mimics the behavior of an IP Phone in order t ii adduser 3.112ubuntu1 add and remove users and groups ii admsnmp 0.1-bt3 SNMP audit scanner. ii afflib 3.6.10-bt1 An open source implementation of AFF written in C. ii air 2.0.0-bt2 AIR is a GUI front-end to dd/dc3dd designed for easily creating forensic images. ii aircrack-ng 1.1-bt9 Aircrack-ng wireless exploitation and enumeration suite ii alacarte 0.13.1-0ubuntu1 easy GNOME menu editing tool ii alsa-base 1.0.22.1+dfsg-0ubuntu3 ALSA driver configuration files ii alsa-tools 1.0.22-0ubuntu1 Console based ALSA utilities for specific hardware ii alsa-utils 1.0.22-0ubuntu5 ALSA utilities ii amap 5.2-bt4 Amap is a next-generation tool for assistingnetwork penetration testing. It performs fast and reliable application protocol detection, independant on the ii apache2 2.2.14-5ubuntu8.4 Apache HTTP Server metapackage ii apache2-mpm-prefork 2.2.14-5ubuntu8.4 Apache HTTP Server - traditional non-threaded model ii apache2-utils 2.2.14-5ubuntu8.4 utility programs for webservers ii apache2.2-bin 2.2.14-5ubuntu8.4 Apache HTTP Server common binary files ii apache2.2-common 2.2.14-5ubuntu8.4 Apache HTTP Server common files ii app-install-data 0.10.04.7 Ubuntu applications (data files)rc apparmor 2.5.1-0ubuntu0.10.04.3 User-space parser utility for AppArmorrc apparmor-utils 2.5.1-0ubuntu0.10.04.3 Utilities for controlling AppArmor ii apport 1.13.3-0ubuntu2 automatically generate crash reports for debugging ii apport-symptoms 0.9 symptom scripts for apport ii apt 0.7.25.3ubuntu9.4 Advanced front-end for dpkg ii apt-transport-https 0.7.25.3ubuntu9.4 APT https transport ii apt-utils 0.7.25.3ubuntu9.4 APT utility programs ii aptitude 0.4.11.11-1ubuntu10 terminal-based package manager ii arping 2.09-bt0 Broadcasts a who-has ARP packet on the network and prints answers. ii asleap 2.2-bt1 Demonstrates a serious deficiency in proprietary Cisco LEAP networks. ii asp-auditor 2.2-bt2 Look for common misconfigurations and information leaks in ASP.NET applications. ii aspell 0.60.6-3ubuntu1 GNU Aspell spell-checker ii aspell-en 6.0-0-5.1ubuntu3 English dictionary for GNU Aspell ii at 3.1.11-1ubuntu5.1 Delayed job execution and batch processing ii autoconf 2.65-3ubuntu1 automatic configure script builder ii automake 1:1.11.1-1 A tool for generating GNU Standards-compliant Makefiles ii autopsy 2.24-bt0 A graphical interface to TSK. ii autoscan 1.50-bt0 A network scanner (discovering and managing application). ii autotools-dev 20090611.1 Update infrastructure for config.{guess,sub} files ii avahi-daemon 0.6.25-1ubuntu6.2 Avahi mDNS/DNS-SD daemon ii axel 2.4-1 light download accelerator - console version ii backtrack-bash-profile 1.0-bt2 bash profile and bashrc files ii backtrack-bootsplash 1.0-bt2 BackTrack bootsplash ii backtrack-gnome-essential 1.5-bt3 Gnome menu and themes for BackTrack ii backtrack-menu-icons 1.5-bt3 BackTrack Menu Icons ii backtrack-utils 1.1-bt0 Small bash scripts and utilities ii backtrack-wallpapers 1.1-bt0 BackTrack Wallpapers ii base-files 5.0.0ubuntu20.10.04.3 Debian base system miscellaneous files ii base-passwd 3.5.22 Debian base system master password and group files ii bash 4.1-2ubuntu3 The GNU Bourne Again SHell ii bash-completion 1:1.1-3ubuntu2 programmable completion for the bash shell ii bc 1.06.95-2 The GNU bc arbitrary precision calculator language ii bed 0.5-bt1 BED is a program which is designed to check daemons for potential buffer overflows, format strings et. al. ii beef 0.4.0.0-bt1 BeEF, the Browser Exploitation Framework is a professional security tool provided for lawful research and testing purposes. It allows the experienced pene ii beef-ng 0.4.2.7-bt1 The Browser Exploitation Framework (BeEF) is a powerful professional security tool. BeEF is pioneering techniques that provide the experienced penetration ii bind9-host 1:9.7.0.dfsg.P1-1ubuntu0.1 Version of 'host' bundled with BIND 9.X ii binfmt-support 1.2.18 Support for extra binary formats ii binutils 2.20.1-3ubuntu7.1 The GNU assembler, linker and binary utilities ii bison 1:2.4.1.dfsg-3 A parser generator that is compatible with YACC ii bkhive 1.1.1-1 Dump the syskey bootkey from a Windows NT/2K/XP system hive ii blindelephant 1.0-bt3 Blind Elephant is an open-source generic web application fingerprinter that produces results by examining a small set of static files. ii blt 2.4z-4.2 the BLT extension library for Tcl/Tk - run-time package ii bluediving 0.9-bt1 Bluediving is a Bluetooth penetration testing suite. ii bluemaho 090417-bt0 BlueMaho is GUI-shell (interface) for suite of tools for testing security of bluetooth devices. It is freeware, opensource, written on python, uses wxPyho ii bluetooth 4.60-0ubuntu8 Bluetooth support ii bluez 4.91-bt0 BlueZ is official Linux Bluetooth protocol stack. It is an Open Source project distributed under GNU General Public License (GPL). BlueZ kernel is part of ii bluez-alsa 4.60-0ubuntu8 Bluetooth audio support ii bluez-cups 4.60-0ubuntu8 Bluetooth printer driver for CUPS ii bluez-gstreamer 4.60-0ubuntu8 Bluetooth GStreamer support ii bluez-hcidump 1.42-1build1 Analyses Bluetooth HCI packets ii bluez-utils 4.60-0ubuntu8 Transitional package ii bogl-bterm 0.1.18-3ubuntu4 Ben's Own Graphics Library - graphical terminal ii braa 0.82-bt2 Braa is a tool for making SNMP queries. ii bridge-utils 1.4-5ubuntu2 Utilities for configuring the Linux Ethernet bridge ii bsdmainutils 8.0.1ubuntu1 collection of more utilities from FreeBSD ii bsdutils 1:2.17.2-0ubuntu1.10.04.2 Basic utilities from 4.4BSD-Lite ii bt-system-menu-icons 1.0-bt1 BackTrack system menu icons ii btscanner 2.1-bt0 btscanner is a tool designed specifically to extract as much information as possible from a Bluetooth device without the requirement to pair. A detailed i ii build-essential 11.4build1 Informational list of build-essential packages ii bulk-extractor 0.7.18-bt0 A C++ program that scans a disk image (or any other file) and extracts useful information. ii burpsuite 1.4-bt0 integrated platform for performing security testing of web applications ii busybox-initramfs 1:1.13.3-1ubuntu11 Standalone shell setup for initramfs ii busybox-static 1:1.13.3-1ubuntu11 Standalone rescue shell with tons of builtin utilities ii byobu 2.68-0ubuntu1.1 a set of useful profiles and a profile-switcher for GNU screen ii bzip2 1.0.5-4ubuntu0.1 high-quality block-sorting file compressor - utilities ii ca-certificates 20090814 Common CA certificates ii ca-certificates-java 20100406ubuntu1 Common CA certificates (JKS keystore) ii cabextract 1.2-3+lenny1build0.10.04.1 a program to extract Microsoft Cabinet files ii capplets-data 1:2.30.1-0ubuntu1 configuration applets for GNOME - data files ii cewl 3.0-bt6 CeWL, the Custom Word List generator. ii chkrootkit 0.49-bt0 A tool to locally check for signs of a rootkit. ii chntpw 100627-bt0 The Offline NT Password Editor ii cisco-auditing-tool 1.0-bt1 Perl script which scans cisco routers for common vulnerabilities. ii cisco-global-exploiter 13-bt1 Cisco Global Exploiter (CGE), is an advanced, simple and fast security testing tool. ii cisco-ocs 0.1-bt3 Mass cisco scanner ii ciscos 1.3-bt1 Cisco Scanner will scan a range of IP address for Cisco routers that havn't changed their default password of "cisco". ii cmospwd 5.0-bt0 Decrypts password stored in cmos used to access BIOS SETUP. ii cms-explorer 1.0-bt2 CMS Explorer is designed to reveal the the specific modules, plugins, components and themes that various CMS driven web sites are running. ii command-not-found 0.2.40ubuntu5 Suggest installation of packages in interactive bash sessions ii command-not-found-data 0.2.40ubuntu5 Set of data files for command-not-found. ii complemento 0.7.6-bt3 Complemento is a collection of tools for pentester: LetDown is a powerful tcp flooder ReverseRaider is a domain scanner that use wordlist scanning or reve ii console-setup 1.34ubuntu15 console font and keymap setup program ii console-terminus 4.30-2 Fixed-width fonts for fast reading on the Linux console ii consolekit 0.4.1-3ubuntu2 framework for defining and tracking users, sessions and seats ii copy-router-config 4.0-bt3 Copy Cisco Router config - Using SNMP. ii coreutils 7.4-2ubuntu3 The GNU core utilities ii cowpatty 4.3-bt0 coWPAtty - Attacking WPA/WPA2-PSK Exchanges ii cpio 2.10-1ubuntu2 GNU cpio -- a program to manage archives of files ii cpp 4:4.4.3-1ubuntu1 The GNU C preprocessor (cpp) ii cpp-4.4 4.4.3-4ubuntu5 The GNU C preprocessor ii cpu-checker 0.1-0ubuntu2 tools to help evaluate certain CPU (or BIOS) features ii cron 3.0pl1-106ubuntu5 process scheduling daemon ii cryptcat 1.2.1-bt2 Cryptcat is the standard netcat enhanced with twofish encryption. ii cryptsetup 2:1.1.0~rc2-1ubuntu13 configures encrypted block devices ii cupp 3.1-bt0 Common User Passwords Profiler ii cups 1.4.3-1ubuntu1.4 Common UNIX Printing System(tm) - server ii cups-bsd 1.4.3-1ubuntu1.4 Common UNIX Printing System(tm) - BSD commands ii cups-client 1.4.3-1ubuntu1.4 Common UNIX Printing System(tm) - client programs (SysV) ii cups-common 1.4.3-1ubuntu1.4 Common UNIX Printing System(tm) - common files ii cups-driver-gutenprint 5.2.5-0ubuntu1.1 printer drivers for CUPS ii curl 7.19.7-1ubuntu1 Get a file from an HTTP, HTTPS or FTP server ii cve 1.0-bt1 Firefox link to Mitre-CVE. ii cvs 1:1.12.13-12ubuntu1 Concurrent Versions System ii cymothoa 1alpha-bt0 Cymothoa is a stealth backdooring tool, that inject backdoor's shellcode into an existing process. ii darkmysqli 1.0-bt2 Multi-Purpose MySQL Injection Tool. ii dash 0.5.5.1-3ubuntu2 POSIX-compliant shell ii dbus 1.2.16-2ubuntu4.2 simple interprocess messaging system ii dbus-x11 1.2.16-2ubuntu4.2 simple interprocess messaging system (X11 deps) ii dc3dd 7.0.0-bt0 A patched version of GNU dd to include a number of features useful for computer forensics. ii dcfldd 1.3.4.1-2 enhanced version of dd for forensics and security ii ddrescue 1.14-bt0 Like dd, dd_rescue does copy data from one file or block device to another. ii debconf 1.5.28ubuntu4 Debian configuration management system ii debconf-i18n 1.5.28ubuntu4 full internationalization support for debconf ii debianutils 3.2.2 Miscellaneous utilities specific to Debian ii default-jre 1.6-34 Standard Java or Java compatible Runtime ii default-jre-headless 1.6-34 Standard Java or Java compatible Runtime (headless) ii defoma 0.11.10-4ubuntu1 Debian Font Manager -- automatic font configuration framework ii desktop-file-utils 0.16-0ubuntu2 Utilities for .desktop files ii dhcp3-client 3.1.3-2ubuntu3.2 DHCP client ii dhcp3-common 3.1.3-2ubuntu3.2 common files used by all the dhcp3* packages ii dialog 1.1-20080819-1 Displays user-friendly dialog boxes from shell scripts ii dictionaries-common 1.4.0ubuntu2 Common utilities for spelling dictionary tools ii diffutils 1:2.8.1-18 File comparison utilities ii dirbuster 0.12-bt2 DirBuster is a multi threaded java application designed to brute force directories and files names on web/application servers. Often is the case now of wh ii discover 2.1.2-3 hardware identification system ii discover-data 2.2009.12.19 Data lists for Discover hardware detection system ii discover1 2.1.2-3 transitional package ii disktype 9-1 detection of content format of a disk or disk image ii dmidecode 2.9-1.2 Dump Desktop Management Interface data ii dmitry 1.3a-bt2 DMitry has the ability to gather as much information as possible about a host. ii dmraid 1.0.0.rc16-3ubuntu2 Device-Mapper Software RAID support tool ii dmsetup 2:1.02.39-1ubuntu4.1 The Linux Kernel Device Mapper userspace library ii dnet-common 2.49ubuntu1 Base package for Linux DECnet ii dns2tcp 0.5.2-bt1 Dns2tcp is a tool for relaying TCP connections over DNS. ii dnsenum 1.2.2-bt0 dnsenum script for enumerating DNS servers ii dnsmap 0.30-bt3 dnsmap is mainly meant to be used by pentesters during the information gathering/enumeration phase of infrastructure security assessments. ii dnsrecon 0.3-bt2 DNS Enumeration Script ii dnstracer 1.9-bt2 Dnstracer determines where a given Domain Name Server (DNS) gets its information from, and follows the chain of DNS servers back to the servers which know ii dnsutils 1:9.7.0.dfsg.P1-1ubuntu0.1 Clients provided with BIND ii dnswalk 2.0.2-bt1 dnswalk is a DNS debugger. It performs zone transfers of specifieddomains, and checks the database in numerous ways for internalconsistency, as well as ac ii docbook-xml 4.5-7 standard XML documentation system for software and systems ii dos2unix 5.0-bt0 Includes utilities to convert text files with DOS or Mac line endings to Unix line endings. ii dosfstools 3.0.7-1 utilities for making and checking MS-DOS FAT filesystems ii dpkg 1.15.5.6ubuntu4.5 Debian package management system ii dpkg-dev 1.15.5.6ubuntu4.5 Debian package development tools ii dradis 2.7.0-bt3 Dradis is an open source framework to enable effective information sharing, specially during security assessments. ii driftnet 0.1.6-bt2 A program which listens to network traffic and picks out images. ii dsniff 2.4b1-bt1 A collection of tools for network auditing and penetration testing. ii e2fslibs 1.41.11-1ubuntu2.1 ext2/ext3/ext4 file system libraries ii e2fsprogs 1.41.11-1ubuntu2.1 ext2/ext3/ext4 file system utilities ii eapmd5pass 1.4-bt0 An implementation of an offline dictionary attack against the EAP-MD5 protocol. ii ecryptfs-utils 83-0ubuntu3.1 ecryptfs cryptographic filesystem (utilities) ii ed 1.4-1build1 The classic UNIX line editor ii eject 2.1.5+deb1+cvs20081104-7 ejects CDs and operates CD-Changers under Linux ii enumiax 1.0-bt3 enumIAX is an Inter Asterisk Exchange version 2 (IAX2) protocol username brute-force enumerator. enumIAX may operate in two distinct modes; Sequential Use ii eog 2.30.0-0ubuntu1 Eye of GNOME graphics viewer program ii esound-clients 0.2.41-6ubuntu1 Enlightened Sound Daemon - clients ii esound-common 0.2.41-6ubuntu1 Enlightened Sound Daemon - Common files ii eterm 0.9.5-2ubuntu1 Enlightened Terminal Emulator ii ethtool 6+20091202-1 display or change Ethernet device settings ii ettercap-common 1:0.7.3-1.4ubuntu1 Common support files and plugins for ettercap ii ettercap-desktop 0.7.3-bt2 Multipurpose sniffer/interceptor/logger for switched LAN. ii ettercap-gtk 1:0.7.3-1.4ubuntu1 Multipurpose sniffer/interceptor/logger for switched LAN ii evolution-data-server 2.28.3.1-0ubuntu6 evolution database backend server ii evolution-data-server-common 2.28.3.1-0ubuntu6 architecture independent files for Evolution Data Server ii evtparse.pl 1.0-bt0 Script to parse Windows 2000/XP/2003 Event Log files. ii ewf-tools 20100119-1 collection of tools for reading and writing EWF files ii ewfacquire 20100119-bt1 Use ewfacquire to acquire data from a file or device and store it in the EWF format. ii exif 0.6.19-1 command-line utility to show EXIF information in JPEG files ii exiftool 8.56-bt0 ExifTool is a platform-independent Perl library plus a command-line application for reading, writing and editing meta information in a wide variety of fil ii exiv2 0.19-1 EXIF/IPTC metadata manipulation tool ii expat 2.0.1-7ubuntu1 XML parsing C library - example application ii exploitdb 2.0-bt0 A SVN archive of the exploit-db. ii extract 0.5.23+dfsg-4build1 displays meta-data from files of arbitrary type ii fakeroot 1.14.4-1ubuntu1 Gives a fake root environment ii fancontrol 1:3.1.2-2 utilities to read temperature/voltage/fan sensors ii farpd 0.2-10 Fake ARP user space daemon ii fasttrack 4.0.1-bt1 Fast-Track is an exploitation framework used to automated penetration testing efforts. ii fatback 1.3-bt2 A *nix tool for recovering files from FAT file systems. ii fcrackzip 1.0-bt1 fcrackzip is a zip password cracker, similar to fzc, zipcrack and others. ii festival 1.96~beta-10ubuntu1 General multi-lingual speech synthesis system ii festlex-cmu 1.4.0-6 CMU dictionary for Festival ii festlex-poslex 1.4.0-5 Part of speech lexicons and ngram from English ii festvox-kallpc16k 1.4.0-5 American English male speaker for festival, 16khz sample rate ii fierce 0.9.9-bt4 Fierce is a PERL script that quickly scans domains. ii fiked 0.0.5-bt0 FakeIKEd, or fiked for short, is a fake IKE daemon supporting just enough of the standards and Cisco extensions to attack commonly found insecure Cisco VP ii file 5.03-5ubuntu1 Determines file type using "magic" numbers ii fimap 0.8.1-bt2 fimap is a little python tool which can find, prepare, audit, exploit and even google automaticly for local and remote file inclusion bugs in webapps. ii findutils 4.4.2-1ubuntu1 utilities for finding files--find, xargs ii firebird2.1-common 2.1.3.18185-0.ds1-6build1 common files for firebird 2.1 servers and clients ii firebird2.1-common-doc 2.1.3.18185-0.ds1-6build1 copyright, licensing and changelogs of firebird2.1 ii firefox 4.0.1-bt0 Firefox web browser ii firefox-user-profile 1.0-bt2 Firefox profile ii flashplugin-installer 10.2.159.1ubuntu0.10.04.1 Adobe Flash Player plugin installer ii fontconfig 2.8.0-2ubuntu1 generic font configuration library - support binaries ii fontconfig-config 2.8.0-2ubuntu1 generic font configuration library - configuration ii foomatic-db 20100216-0ubuntu3 OpenPrinting printer support - database ii foomatic-db-engine 4.0.4-0ubuntu1 OpenPrinting printer support - programs ii foomatic-filters 4.0.4-0ubuntu1 OpenPrinting printer support - filters ii foremost 1.5.7-bt0 A console program to recover files based on their headers, footers, and internal data structures. ii fping 2.4b2-bt0 A ping-like program which uses the Internet Control Message Protocol (ICMP) echo request to determine if a host is up. ii fragroute 1.2-bt1 fragroute intercepts, modifies, and rewrites egress traffic destined for a specified host ii fragrouter 1.6-bt3 Fragrouter is a network intrusion detection evasion toolkit. ii framework2 2.8-bt0 A powerful exploitation framework. ii framework3 3.7.0-bt1 Metasploit Exploitation Framework ii freeradius-wpe 2.1.7-bt1 A patch for the popular open-source FreeRADIUS implementation to demonstrate RADIUS impersonation vulnerabilities by Joshua Wright and Brad Antoniewicz, d ii freetds-common 0.82-6build1 configuration files for FreeTDS SQL client libraries ii friendly-recovery 0.2.10 Make recovery more user-friendly ii ftester 1.0-bt0 A tool designed for testing firewall filtering policies and Intrusion Detection System (IDS) capabilities. ii ftp 0.17-19build1 The FTP client ii funkload 1.16.0-bt0 FunkLoad is a functional and load web tester, written in Python ii fuse-utils 2.8.1-1.1ubuntu3.1 Filesystem in USErspace (utilities) ii fvwm1 1.24r-54 Old version of the F(?) Virtual Window Manager ii g++ 4:4.4.3-1ubuntu1 The GNU C++ compiler ii g++-4.4 4.4.3-4ubuntu5 The GNU C++ compiler ii galleta 1.0+20040505-5 An Internet Explorer cookie forensic analysis tool ii gamin 0.1.10-1ubuntu3 File and directory monitoring system ii gawk 1:3.1.6.dfsg-4build1 GNU awk, a pattern scanning and processing language ii gcc 4:4.4.3-1ubuntu1 The GNU C compiler ii gcc-4.4 4.4.3-4ubuntu5 The GNU C compiler ii gcc-4.4-base 4.4.3-4ubuntu5 The GNU Compiler Collection (base package) ii gconf2 2.28.1-0ubuntu1 GNOME configuration database system (support tools) ii gconf2-common 2.28.1-0ubuntu1 GNOME configuration database system (common files) ii gedit 2.30.3-0ubuntu0.1 official text editor of the GNOME desktop environment ii gedit-common 2.30.3-0ubuntu0.1 official text editor of the GNOME desktop environment (support files) ii genisoimage 9:1.1.10-1ubuntu1 Creates ISO-9660 CD-ROM filesystem images ii geoip-database 1.4.6.dfsg-17 IP lookup command line tools that use the GeoIP library (country database) ii gerix-wifi-cracker-ng 2.0-bt2 Aicrack-NG (WPA/WEP) GUI with pyrit support on cracking ii gettext 0.17-8ubuntu3 GNU Internationalization utilities ii gettext-base 0.17-8ubuntu3 GNU Internationalization utilities for the base system ii ghdb 1.0-bt1 Firefox link to GHDB. ii ghostscript 8.71.dfsg.1-0ubuntu5.3 The GPL Ghostscript PostScript/PDF interpreter ii ghostscript-cups 8.71.dfsg.1-0ubuntu5.3 The GPL Ghostscript PostScript/PDF interpreter - CUPS filters ii gir1.0-atk-1.0 1.30.0-0ubuntu2.1 The ATK accessibility toolkit ii gir1.0-clutter-1.0 1.2.4-0ubuntu1 GObject introspection data for the Clutter 1.0 library ii gir1.0-freedesktop 0.6.8-1 Introspection data for some FreeDesktop components ii gir1.0-glib-2.0 0.6.8-1 Introspection data for GLib, GObject, Gio and GModule ii gir1.0-gtk-2.0 2.20.1-0ubuntu2 The GTK+ graphical user interface library ii gir1.0-mutter-2.28 2.28.1~git20091208-1ubuntu7 GObject introspection data for Mutter ii gir1.0-pango-1.0 1.28.0-0ubuntu2.2 Layout and rendering of internationalized text ii giskismet 1.0-bt2 GISKismet is a wireless recon visualization tool to represent data gathered using Kismet in a flexible manner. GISKismet stores the information in a datab ii git-core 1:1.7.0.4-1ubuntu0.2 fast, scalable, distributed revision control system ii gksu 2.0.2-2ubuntu2 graphical frontend to su ii globalplatform 6.0.0-bt0 The GlobalPlatform card specification is a standard for the management of the contents on a smart card. Mainly this comprises the installation and the rem ii gnome-about 1:2.30.2-0ubuntu1 The GNOME about box ii gnome-applets 2.30.0-0ubuntu2 Various applets for the GNOME panel - binary files ii gnome-applets-data 2.30.0-0ubuntu2 Various applets for the GNOME panel - data files ii gnome-control-center 1:2.30.1-0ubuntu1 utilities to configure the GNOME desktop ii gnome-core 1:2.28+1ubuntu3 The GNOME Desktop Environment -- essential components ii gnome-desktop-data 1:2.30.2-0ubuntu1 Common files for GNOME desktop apps ii gnome-doc-utils 0.20.0-0ubuntu2 a collection of documentation utilities for the GNOME project ii gnome-exe-thumbnailer 0.7-0ubuntu1~lucid1 Wine .exe and other executable thumbnailer for Gnome ii gnome-extra-icons 1.1-2 Optional GNOME icons ii gnome-icon-theme 2.28.0-1ubuntu1 GNOME Desktop icon theme ii gnome-keyring 2.92.92.is.2.30.3-0ubuntu1.1 GNOME keyring services (daemon and tools) ii gnome-media 2.30.0-0ubuntu1 GNOME media utilities ii gnome-media-common 2.30.0-0ubuntu1 GNOME media utilities - common files ii gnome-menus 2.30.0-0ubuntu4 an implementation of the freedesktop menu specification for GNOME