Linux Tuning Ubuntu 11.10 for Audits

Discussion in 'Software Downloads' started by D3M0N, 27 Aug 2012.

  1. D3M0N

    D3M0N Well-Known Member

    Joined:
    27 Jul 2012
    Messages:
    46
    Likes Received:
    35
    Well in this post we will be watching with a few simple codes like turning our Ubuntu 11.10 on a machine Audit!

    [​IMG]

    1.- We have installed a version of Ubuntu 11.10 on our rigid and / or pendrive. Once you have it installed first thing to do is to upgrade ubuntu minimum not including the kernel or another version of ubuntu. We will open the Ubuntu Software Center .. let's go to edit .. Software Sources and Updates only mark important safety and recommended. Then we go to a terminal:

    Code:
    Select All
    sudo apt-get update
    Code:
    Select All
    sudo apt-get upgrade
    2.- Now to speed the installation process and not have to go down the program by program and other sources .. we will add the repositories of Back | Track, in a terminal do:

    Code:
    Select All
    sudo gedit /etc/apt/sources.list
    Code:
    Select All
    ################################################################################################+ ####### REPOSITORIOS OFICIALES DE BACKTRACK 5 R3 deb http://all.repository.backtrack-linux.org revolution main microverse non-free testing deb http://32.repository.backtrack-linux.org revolution main microverse non-free testing deb http://source.repository.backtrack-linux.org revolution main microverse non-free testing
    and save the file and close it. Then we return to the terminal and do:

    Code:
    Select All
    sudo wget -q http://all.repository.backtrack-linux.org/backtrack.gpg -O- | sudo apt-key add -
    Finished with this add also a PPT to improve a few things ..

    Code:
    Select All
    sudo add-apt-repository ppa:tualatrix/ppa
    then do:

    Code:
    Select All
    sudo apt-get update
    NOTE: It is recommended that the "apt-get upgrade" as it would be updated as the whole ubuntu Back | Track, but this may cause compatibility problems and other ...

    3.- Now install required libraries and programs, we simply send the following command at the terminal:

    Code:
    Select All
    apt-get install aircrack-ng tcpdump wireshark john rar kismet hashcat hashcat-utils oclhashcat oclhashcat+ oclhashcat-lite oclhashcat oclhashcat+ oclhashcat-lite cowpatty crunch netcat zenmap wavemon ettercap scapy synaptic subversion libpcap-dev gdebi bluez iw openjdk-6-jre openjdk-7-jre wifi-radar wpagui dhcp3-server openssh-server sqlite3 libsqlite3-dev libpcap-dev libpcre3-dev python-dev libxml2-dev python-pip build-essential python-pip python-dev libxml2-dev git gtk-sharp2 libncurses5-dev gettext mono-dmcs patch libnss3-1d ttf-dejavu ttf-dejavu-extra ttf-xfree86-nonfree xfs flashplugin-installer libnspr4-0d libxss1 skype skype-bin gambas2-gb-desktop gambas2-gb-form gambas2-gb-gtk gambas2-gb-gui gambas2-gb-qt gambas2-gb-settings gambas2-runtime libqt3-mt pyrit mdk3 reaver wifite nessus dnsmasq comerr-dev krb5-multidev libcurl4-gnutls-dev libgcrypt11-dev libgnutls-dev libgnutlsxx26 libgpg-error-dev libgssrpc4 libidn11-dev libkadm5clnt-mit8 libkadm5srv-mit8 libkdb5-5 libkrb5-dev libldap2-dev libreadline5 libruby1.8 libtasn1-3-dev ruby ruby1.8 krb5-doc libcurl3-dbg libgcrypt11-doc gnutls-doc gnutls-bin guile-gnutls krb5-user ri ruby-dev ruby1.8-examples ri1.8 wpscan ruby1.8-dev rubygems autotools-dev libdrm-dev libkms1 libltdl-dev libodbcinstq1c2 libpthread-stubs0 libpthread-stubs0-dev libqtwebkit-dev libqtwebkit4 libtool libx11-dev libxau-dev libxcb1-dev libxdmcp-dev libxext-dev odbcinst odbcinst1debian2 unixodbc unixodbc-dev x11proto-core-dev x11proto-input-dev x11proto-kb-dev x11proto-xext-dev xorg-sgml-doctools xtrans-dev cabextract fonts-horai-umefont gnome-exe-thumbnailer icoutils imagemagick libcdt4 libgraph4 libgvc5 libilmbase6 liblqr-1-0 libmagickcore3 libmagickcore3-extra libmagickwand3 libmpg123-0 libnetpbm10 libopenal1 libopenexr6 libpathplan4 netpbm ttf-droid ttf-mscorefonts-installer unrar winbind wine wine1.3 wine1.3-gecko winetricks gir1.2-unique-3.0 python-compizconfig python-lxml ubuntu-tweak gambas2 gstreamer0.10-fluendo-mp3 gstreamer0.10-plugins-ugly curl libcurl3 driftnet libgif-dev libjpeg62-dev sslstrip tcpxtract xutils-dev libgtk2-ex-entry-pango-perl libgtk2-ex-podviewer-perl libgtk2-ex-printdialog-perl libgtk2-ex-simple-list-perl libgtk2-ex-volumebutton-perl libgtk2-gladexml-perl libgtk2-gladexml-simple-perl libio-stringy-perl libnet-cups-perl libavcodec53 libavformat53 libavutil51 libpostproc52 libschroedinger-1.0-0 libswscale2 libva1 libvpx0
    Here we can see that you add programs like aircrack-ng, reaver, kismet, john, cowpatty, crunch, etc..

    NOTE: The weight of the download of all specified dependencies can be about 900MB to 1.4GB between. It is recommended to have at least a 3MB internet connection or older to upgrade in a normal time.

    4.- Well, we have some programs and their dependencies, now we are installing the compat-wireless monitor mode for the wide variety of chipsets.

    NOTE: Remember that if you have updated or another version of Ubuntu is not the 11.10 with the kernel 3.0, you must change the download link.

    Code:
    Select All
    wget http://www.orbit-lab.org/kernel/compat-wireless-3-stable/v3.0/compat-wireless-3.0.9-1.tar.bz2 tar -jxf compat-wireless-3.0.9-1.tar.bz2 cd compat-wireless-3.0.9-1 wget http://patches.aircrack-ng.org/mac80211.compat08082009.wl_frag+ack_v1.patch patch -p1 < mac80211.compat08082009.wl_frag+ack_v1.patch wget http://patches.aircrack-ng.org/channel-negative-one-maxim.patch patch -p1 < channel-negative-one-maxim.patch make sudo make install sudo make wlunload sudo modprobe driver-name
    Well here we have everything required to audit, now we will be adding specific programs for use.

    5.- We add WPSCrackGUI:

    Code:
    Select All
    wget http://ufpr.dl.sourceforge.net/project/wpscrackgui/AirUbuntu/wpscrackgui_1.1.8-1_airubuntu.deb dpkg -i wpscrackgui_1.1.8-1_airubuntu.deb
    Add Kismon:

    Code:
    Select All
    wget http://ftp.debian.org/debian/pool/main/o/osm-gps-map/libosmgpsmap2_0.7.2-1_i386.deb wget http://ftp.debian.org/debian/pool/main/o/osm-gps-map/python-osmgpsmap_0.7.2-1_i386.deb dpkg -i libosmgpsmap2_0.7.2-1_i386.deb dpkg -i python-osmgpsmap_0.7.2-1_i386.deb git clone git://gitorious.org/kismon/mainline.git kismon cd kismon make make install
    Add YAMAS:

    Code:
    Select All
    wget http://comax.fr/yamas/bt5/yamas.sh sudo bash yamas.sh
    and indicate that we need to install the program and ready. Then we can launch it from the terminal as YAMAS.

    Add Aircrack-GUI-M4:

    Code:
    Select All
    cd /usr/local/bin/ wget http://aircrackgui-m4.googlecode.com/files/AircrackGUI-M4-Ultimate-1.0.0-Beta2-32bits.tgz unrar x AircrackGUI-M4-Ultimate-1.0.0-Beta2-32bits.tgz cd AircrackGUI-M4-Ultimate-1.0.0-Beta2-32bits chmod +x aircrack-GUI-Start.sh
    Then we can launch it from the terminal as "aircrack-GUI-Start.sh".

    Add Wifite:

    Code:
    Select All
    cd /usr/local/bin/ wget http://wifite.googlecode.com/files/wifite-2.0r85.tar.gz tar -xf wifite-2.0r85.tar.gz chmod +x wifite.py rm -r wifite-2.0r85.tar.gz
    Launched from the terminal as wifite.py

    add WEPCrackGUI:

    Code:
    Select All
    cd /usr/local/bin/ git clone git://wepcrackgui.git.sourceforge.net/gitroot/wepcrackgui/wepcrackgui cd wepcrackgui ./configure ./configure && make cd GWepCrackGui/bin/Debug/ chmod +x wepcrack gksudo ./wepcrack
    add Minidwep-gtk v30513:

    Code:
    Select All
    wget http://205.196.123.185/b66rsoxfn8sg/61wnxddjld89xu7/minidwep-gtk-30513-bt5-32bit.deb dpkg -i minidwep-gtk-30513-bt5-32bit.deb
    add WPScan and WPSpy:

    Code:
    Select All
    cd /usr/local/bin/ wget http://199.91.152.80/ctyvdhtp49rg/6ascsd04z6p2ej9/wpspy.py wget http://205.196.121.233/g6g464sfrrdg/nsdr7akvpmzk6lm/wpscan.py chmod +x wpspy.py chmod +x wpscan.py
    then run from a terminal WPSpy as "wpspy.py" and WPScan as "wpscan.py".

    Soon more soft!

    FUENTE: http://www.arg-wireless.com.ar/index.php/topic,995.0.html (EspaƱol)
     
    • Like Like x 4
  2. air_pull91

    air_pull91 Well-Known Member

    Joined:
    28 Jan 2013
    Messages:
    50
    Likes Received:
    3
    can use with ubuntu 12.04 and 12.10?
     
  3. D3M0N

    D3M0N Well-Known Member

    Joined:
    27 Jul 2012
    Messages:
    46
    Likes Received:
    35
    either one or the other work perfectly.
    debian any environment.
     
  4. syeekick

    syeekick Member

    Joined:
    9 Nov 2013
    Messages:
    7
    Likes Received:
    2
    Really going to try my hand at getting all these for fedora 19. Can't wait what an awesome post. Bookmarked!
     

Share This Page

Loading...