Jump to content

Trip

Dedicated Members
  • Posts

    767
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by Trip

  1. Also, use "sudo su" instead of creating a root password.

    svn update will not run if the version is the most recent .... i suppose i should take this out as it will almost always be the most recent version lol

    and thanks h@l0 will update the script when i get chance

    and please go easy on me im very new to linux .... wanted to help out a little & make some people's lives easier ;0)

    and i suppose i ought to mention ... that this should be run from /opt not Documents as it will install it to the current folder

    bbs lol :)

  2. Installs all required libs for metasploit, nmap, sqlmap, aircrack-ng & wireless-tools (iwconfig etc)

    using gedit ....

    copy the text below to a file ...

    clear

    echo "Installing metasploit for all users."

    echo "Process started by $USER"

    echo "======================================"

    echo "Installing metasploit dependancies ..."

    sudo apt-get install ruby libruby rdoc

    sudo apt-get install libyaml-ruby

    sudo apt-get install libzlib-ruby

    sudo apt-get install libopenssl-ruby

    sudo apt-get install libdl-ruby

    sudo apt-get install libreadline-ruby

    sudo apt-get install libiconv-ruby

    sudo apt-get install rubygems

    clear

    echo "Installing additional tools ..."

    sudo apt-get install nmap

    sudo apt-get install aircrack-ng

    sudo apt-get install wireless-tools

    sudo apt-get install wifi-radar

    sudo apt-get install sqlmap

    clear

    echo "Installing metasploit ..."

    cd /

    cd opt

    svn co http://metasploit.com/svn/framework3/trunk/ metasploit

    cd metasploit

    clear

    echo "Metasploit install complete."

    echo "Executing metasploit console (msfconsole) ..."

    ./msfconsole

    exit 0

    save this as "ubuntu_metasploit.sh" in Documents

    now open click

    applications > accessories > terminal

    when terminal has loaded type

    su

    press enter, login as super user using the SU password

    (if you don't know the password chances are you havn't set it up yet in this case type "sudo passwd" press enter, now enter your user password to begin with, then type a password for the root account, now u can login as SU, go login as SU, by typing SU)

    cd Documents

    (ensure your in the correct directory, if you saved your file some place other than in Documents)

    now type

    chmod -x ubuntu_metasploit.sh

    chmod 755 ubuntu_metasploit.sh

    and lastly type

    ./ubuntu_metasploit.sh

    confirm the installs as prompted

    and wait for the msfconsole to load :)

    peace

    Trip

  3. omg have i got some funny tech support stories ! lol

    the password in one of our manuals said ....

    your default user name is AAAAA and your password is AAAAA.

    do u know how many calls we got saying "i've entered five A's and a full stop but it wont let me in."

    common sense says try AAAAA if the AAAAA. password didn't work ....

    this was a conflict of departments we were the developers yet the graphic designers and editors within our head office in london produced the manual.

  4. I've been programming now for about 15 years but never really got interested in hacking till recently, i mean when i was a kid I used to mess with sub7 and BO2k and all the other shitty RAT tools, but who wouldn't.

    I dont know how it happened but about a week ago I some how ended up watching a hak5 video, nothing to do with hacking, in the video I saw one of the team using metasploit, thought i'd have a go so I spent a few days playing with old machines and various copies of windows. Using net_api which is great fun, but a little old now I doubt there are many machines left with this vuln. However may I just say the adobe pdf exploit is excellent as its undetected by most antivirus products and works really well on xp sp3 . .... and who updates adobe reader lol

    .... so any way to further my knowledge I thought i'd rebuild another old machine (2.4ghz) machine with ubuntu ... (i will check backtrack out soon) ... i installed aircrack-ng

    ... couldnt get kismed to work with my card think it may be the driver (might i have more chance with it working on back track?)

    so i installed ...wifi radar enough to give me the bssid and channel number (nice app and has a GUI)

    i monitored the AP and got the WPA it took me 3hrs 28minutes passively as i can inject packets but believe the target machine was too far away. (i did try)

    but have some really shitty wordlists and am having no luck cracking it

    where's the best place to get some as i feel i've hit a brick wall ?

    and my wireless card is a tp-link wn350g <<< anyone used this with kismed

    hacking is addictive (much like picking locks) .... once you have one working you want to do another one

    .... please give me some words of wisdom and help me see this through to the end .... i've tried every where to look for a solution to brute force using aircrack-ng but most are sketchy or dont explain themselves very well

    ... how possible is it to brute force wpa?

    should i just move on and find another target ? ... or stick with this one ?

    and one more question will backtrack solve my driver issues ?

×
×
  • Create New...