Jump to content

brianzimm

Active Members
  • Posts

    106
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by brianzimm

  1. Server will be down for about a week.

    I upgraded the ram and bios in my server but then killed my ESXi install. So I decided to install proxmox on my server. So now I am in the process of restoring my VM (thank you weekly backups and dropbox :) ).

    New Server Stats:
    2 x Intel Xeon E5620
    (48GB Total RAM) 4 x Kingston 12GB (3 x 4GB) 240-Pin DDR3 SDRAM DDR3 1333 (PC3 10600) ECC Unbuffered Server Memory
    1 x 500GB HD
    1 x 120GB SSD

  2. https://ting.com/devices/SierraU598

    Just got my Sierra 598u from Ting in the mail.

    And got it working with the Mark IV

    here is what you need for the 3g script

    *1199:0025*)	echo "Sierra 598u (Ting) 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=cdma
    		uci set network.wan2.device=/dev/ttyUSB0
    		uci set network.wan2.username=internet
    		uci set network.wan2.password=internet
    		uci set network.wan2.defaultroute=1
    		uci set network.wan2.ppp_redial=persist
    		uci set network.wan2.peerdns=0
    		uci set network.wan2.dns=8.8.8.8
    		uci set network.wan2.keepalive=1
    		uci set network.wan2.pppd_options=debug
    		uci set network.wan2.pppd_options=noauth
    		uci commit network
    		usb_modeswitch -v 1199 -p 0025
    		sleep 10; rmmod usbserial
    		sleep 3; insmod usbserial vendor=0x1199 product=0x0025
    		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
    
    		;;

    Also the micro sdhc card slot does work with the Mark IV!

    Not sure why but you have to issue

    mount /dev/sda /mnt/temp

    mount /dev/sda /mnt/temp

    Then /dev/sda1 and /dev/sda2 will show up

    any one have an idea?

    root@Pineapple:~# df -h
    Filesystem                Size      Used Available Use% Mounted on
    rootfs                    1.1M    664.0K    424.0K  61% /
    /dev/root                 5.0M      5.0M         0 100% /rom
    tmpfs                    14.4M     84.0K     14.3M   1% /tmp
    tmpfs                   512.0K         0    512.0K   0% /dev
    /dev/mtdblock3            1.1M    664.0K    424.0K  61% /overlay
    overlayfs:/overlay        1.1M    664.0K    424.0K  61% /
    /dev/mtdblock7            5.0M      5.0M         0 100% /mnt/mtdblock7
    
    root@Pineapple:~# mount /dev/sda /mnt/temp
    mount: mounting /dev/sda on /mnt/temp failed: Invalid argument
    
    root@Pineapple:~# mount /dev/sda /mnt/temp
    mount: mounting /dev/sda on /mnt/temp failed: Device or resource busy
    
    root@Pineapple:~# df -h
    Filesystem                Size      Used Available Use% Mounted on
    rootfs                    1.1M    664.0K    424.0K  61% /
    /dev/root                 5.0M      5.0M         0 100% /rom
    tmpfs                    14.4M     84.0K     14.3M   1% /tmp
    tmpfs                   512.0K         0    512.0K   0% /dev
    /dev/mtdblock3            1.1M    664.0K    424.0K  61% /overlay
    overlayfs:/overlay        1.1M    664.0K    424.0K  61% /
    /dev/mtdblock7            5.0M      5.0M         0 100% /mnt/mtdblock7
    /dev/sda1                 3.0G     68.5M      2.7G   2% /usb
    

  3. "Mojang have just released an update to Minecraft, bringing us to 1.2.4."

    see here

    http://bukkit.org/

    I have the server up and running but if you update you can't connect till bukkit updates the server software.

    Welcome to Hak5 MineCraft
    
    Please allow 24 hours for me to get add you to the whitelist for MineCraft.
    If I am to slow please PM me.
    
    Server IP: bz1.org
    Dynmap: http://bz1.org:8123/
    
    Here is a very detailed Google map updated once a day
    http://bz1.org/hak5map/
    
    Enjoy
    Any Problems or errors PM me on brianzimm @ Hak5 Forums.

  4. Might consider adding an attack timing adjustment. From what I understand, Reaver is an online attack where it must query the access point and brute-force the wpa key out of it. Some access points might be able to handle a faster query rate than others. Alternately an "Auto" setting might be handy and a script to actively adjust the attack rate to the max the AP will handle.. I must admit I don't know if this would work as I don't know if the AP issues any kind of ACK for an unsuccessful PIN attempt.. Just thinking!

    I may put a time adjustment in a future version but right now it is on auto.

  5. I have the code done but can't test it on the Pineapple.

    Sebkinne is it possible to build wash for the Mark IV, I used it for the Reaver UI?

    I would be willing to compile it myself but have never cross compiled for a access point only for an android.

    If you have any helpful hints on how to do so please let me know.

    I know the code is not done or 100% working but will put in 1st post.

  6. Reaver UI for Mark IV

    Download for firmware version 1.0.2

    Inprogress ----> "Pineapple Custom Modules"

    Version 1.0
    This build in progress.
    Testing done works.... but reaver does nothing right now.... :-(
    Inprogress ----> Will also work on building it for a "Pineapple Custom Modules"
    
    -------------------------------------------------------
    Things to do list:
    Key in Saved Sessions does not do anything yet. (have not test/cracked my own wpa key on a wps enabled router yet)
    

    Here is what I done so far.

    post-14628-0-37710800-1332368045_thumb.j

    Any Suggestions?

  7. The HP 2710p runs Backtrack 5 R1 x64 very well. Not sure if this helps but worth a try. :D

    You can find it on ebay for around $200.

    Has a 64bit CPU and 4gb max ram.

    And the built in wifi card is intel. (works in monitor mode and packet injection)

    And you can find a 2nd battery for around $40 and get around 6 to 8 hours of battery life.

  8. I found the items to make a spare battery pack for the MK3 / AP51 Enjoy :)

    Tip is +

    Sleeve is -

    Power Connector (I think this is the correct one. Correct me if I am wrong. Plug/Mating Plug Diameter 2.5mm ID, 5.5mm OD)

    http://search.digikey.com/us/en/products/760/SC1051-ND/109416

    $3.44

    Battery Holder

    http://search.digikey.com/us/en/products/SBH341AS/SBH341AS-ND/275303

    $2.09

  9. Not sure if this helps but found this on php.net

    http://www.php.net/manual/en/function.strtr.php#60195

    // if you are upset with windows' ^M characters at the end of the line,
    // these two lines are for you:
    $trans = array("\x0D" => "");
    $text = strtr($orig_text,$trans);
    
    // note that ctrl+M (in vim known as ^M) is hexadecimally 0x0D

    OR

    https://bugs.php.net/bug.php?id=3169&edit=3

    $string = ereg_replace(13,  "", $string);  /* get rid of Ctrl-M */ 

×
×
  • Create New...