Jump to content

inTheDMZ

Active Members
  • Posts

    213
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by inTheDMZ

  1. 00:19:12 Pineapple local2.info chat[7472]: abort on (NO CARRIER)
    00:19:12 Pineapple local2.info chat[7472]: abort on (ERROR)
    00:19:12 Pineapple local2.info chat[7472]: abort on (BUSY)
    00:19:12 Pineapple local2.info chat[7472]: ^M
    00:19:12 Pineapple local2.info chat[7472]: ^M
    00:19:12 Pineapple local2.info chat[7472]: OK
    00:19:12 Pineapple local2.info chat[7472]: OK
    00:19:12 Pineapple local2.info chat[7472]: Failed (ERROR)
    00:19:12 Pineapple local2.info chat[7472]: ERROR
    00:19:12 Pineapple local2.info chat[7472]: ATE1^M^M

    This would suggest to me that the modem is working, and settings are wrong

  2. Got this all sorted now, configured and compiled using the DBIG security hole option, this is a internal webserver for a university project so security isn't a issue, only access will be plugging it in physically.

    Needs root permissions to do iptable manipulation and access rc.local/ root cronjobs etc etc

  3. I think i speak for most people when i say remote adminstration is easier to implement with a reverse SSH tunnel to some kind of public server, be it a virtual private server or a home-hosted one, as long as the relevant ports are forwarded its a lot easier, and as the server (should) have a static IP you don't need to worry about it changing all the time

  4. SSL encryption is used by gmail to prevent users login information from passing in cleartext.

    You can use sslstrip to try and prevent the ssl encryption from taking place.

    if you are using the pineapple connected to a laptop/computer and ICS'ing you can use sslstrip on the computer and capture the login (possibly)

    if you wanted to use sslstrip on the pineapple you can search the forums, and will need to:

    -install a USB with swap space and storage space on the pineapple

    -install sslstrip (i would install to the usb stick)

    -run sslstrip and dump the logs to the usb stick

    I would research into ssl encryption to understand how you are performing this attack if i was you - its ok to know how to perform the attack but to learn how it works and understanding how sslstrip works is better for you.

  5. *19d2:0031*) echo "ZTE MF637 (3UK) detected. Attempting mode switch"
    uci delete network.wan2
    uci set network.wan2=interface
    uci set network.wan2.ifname=ppp0
    uci set network.wan2.proto=3g
    uci set network.wan2.service=umts
    uci set network.wan2.device=/dev/ttyUSB2
    uci set network.wan2.apn=three.co.uk
    uci set network.wan2.defaultroute=1
    uci commit network
    sleep 10; rmmod usbserial
    sleep 5; insmod usbserial vendor=0x19d2 product=0x0031
    sleep 5; /etc/init.d/firewall disable; /etc/init.d/firewall stop
    logger "3G: firewall stopped"
    iptables -t nat -A POSTROUTING -s 172.16.42.0/24 -o 3g-wan2 -j MASQUERADE
    iptables -A FORWARD -s 172.16.42.0/24 -o 3g-wan2 -j ACCEPT
    iptables -A FORWARD -d 172.16.42.0/24 -m state --state ESTABLISHED,RELATED -i 3g-wan2 -j ACCEPT
    
    ;;
    

    I am using a T-Mobile (uk) branded MF637

    It is unlocked and i have tested it with both 3UK and Giffgaff (02) networks, the giffgaff sim will require username and password options to be enabled

  6. i am pretty sure i have setup the usb passthrough but still it doesnt work. what i did was downloaded the usb 2.0 extension pack and then clicked add fillter and selected the atheros device. do i need to downlaod the driver for the wifi card?

    Not sure if this applys for mac, but with ubuntu you must have the oracle version, not the ubuntu repositery version.

    The wireless card should show up as 'wlan0', whats does lsusb display? (from terminal in backtrack vm)

  7. Right, got to the point where i can access the pineapple from the vm and can access to internet from the vm, but haven't got ics quite working yet, maybe Seb can see where i'm going wrong!

    We start off with our virtualbox application and create a new virtualbox

    step1.png

    Follow the new machine setup as seen in the pictures :

    step2.png

    step3.png

    step4.png

    No Hard Disk Needed as we will be booting a BackTrack Live CD in the machine:

    step5.png

    Ignore this Error:

    step6.png

    final step:

    step7.png

    Select the Settings for the Virtualmachine and set up some network adaptors:

    Adaptor 1 is ok as it is:

    step15.png

    Adaptor 2 needs to be set like this:

    step16.png

    Lets start our Virtual Machine and follow the first boot steps:

    step9.png

    Select our Backtrack .iso file:

    http://i126.photobucket.com/albums/p110/taylorjoshu00/VirtualBox%20pineapple/step10.png

    and boot....

    http://i126.photobucket.com/albums/p110/taylorjoshu00/VirtualBox%20pineapple/step11.png

    Just leave it to boot...

    http://i126.photobucket.com/albums/p110/taylorjoshu00/VirtualBox%20pineapple/step12.png

    When you get your prompt type 'startx' and hit enter

    when you run ifconfig you should see two adaptors (eth0 and eth1) - in my picture you only see one- i forgot to screenshot with both which i was testing. but you should see two! (+ the 'lo' interface)

    http://i126.photobucket.com/albums/p110/taylorjoshu00/VirtualBox%20pineapple/step13.png

    The interface which has a ip-address already is the one connected to the internet - in my case eth0!

    lets wget our wp3.sh from 'www.wifipineapple.com/wp3.sh'

    http://i126.photobucket.com/albums/p110/taylorjoshu00/VirtualBox%20pineapple/step17.png

    lets chmod +x the wp3.sh and run it, remember to plug you pineapple into your ethernet port.

    http://i126.photobucket.com/albums/p110/taylorjoshu00/VirtualBox%20pineapple/step18.png

    You can see i setup the eth0 as internet and eth1 as pineapple.

    ping the pineapple to make sures its up and connected:

    http://i126.photobucket.com/albums/p110/taylorjoshu00/VirtualBox%20pineapple/step19.png

    and there we have it, backtrack vm with pineapple connected:

    note: when i connected to the pineapple via ethernet it came up as connected in ubuntu, and just selected disconnect and left the cable plugged into the laptop and it still works in the vm, otherwise you have a backtrack vm and a ubuntu host connected to the pineapple.

    http://i126.photobucket.com/albums/p110/taylorjoshu00/VirtualBox%20pineapple/safeimg.png

    These Steps should be pretty easy to replicate on your mac!

  8. i havnt setup anything to my knowledge. i am really sorry but i am completely new to this. how do i set up a connection for the pineapple? what information do you need?

    You Will need a Bridged adaptor for the pineapple to connect to the Virtual Machine, or you could use a usb-ethernet adaptor which would be my personal route. and you need another network adaptor which can be any as long as it has internet connectivity. See the settings menu that looks like the one below:

    post-38794-0-16525300-1341643928_thumb.p

    when you have set this all up you should be able to issue ifconfig in the backtrack vm and see eth0 and eth1, assuming eth0 is connected to the internet, then you run wp4.sh and select eth1 as you pineapple facing interface and eth0 as your internet facing interface.

    I haven't attached my pineapple to a virtualbox, but can try later on today - after 5pm (UK time ;) )

    I'm running ubuntu 12.04 but i'm sure the virtualbox settings would be the same.

×
×
  • Create New...