Jump to content

Boba Fett

Active Members
  • Posts

    165
  • Joined

  • Last visited

Posts posted by Boba Fett

  1. I stopped using airdrop-ng because I could never please it, now I use mdk3 for deauthing

    mdk3 mon0 d -w whitelistAPs.txt -c 1,2,3,4,5,6,7,8,9,10,11

    This still works? I cant make it work. How I stablish the white list on the text file?

  2. Hi. I´m Professor of Informatic Law in a University and I want to make a demo to show the fails on a system in a conference.

    I use sslstrip on the Pineapple and make a test login on the webpage, and get this:

    username=username&password=&rnd_id=-1&secure_password=ac9a12a8e060100585b7c7aec500e837&login=Entrar

    Login = username

    Password = Password

    I try to decrypt using a Md5 decrypt tool, but it seems its´nt Md5. Any one knows what kind of encrypt it´s?

    Thanks.

  3. Hi, I don´t know much about sslstrip filters. What filter I can use in the sslstrip module to filter only cookies?

    On wireshark I use htp.cookies but it seems doesnt works on this module.

    Thanks.

  4. Great Module. Do you notice than some rolls play double, like Trololo, it´s play one in the background of the browser and one (i hink flash) over of the image. (sorry my english), and that produce two sounds.

  5. Make sure not to share you internet to "br-lan" that is a bridge or virtual interface. You will have to share your internet to physical interface "eth0-1" or "wlan0-1" to get the module to work. Also make sure that you turn off sslstrip or anything else that that is cpu intensive. Hopefully this helps :)

    -Stealthkit

    Where I config this? Networkmanager module?

  6. I got a 3G Huawei E1756 working but cant mount the sd card. When I use the sd card on a pendrive adpater works fine, with its modules installed.

    This is my fstab

    config global automount
           option from_fstab 1
           option anon_mount 1
    
    config global autoswap
           option from_fstab 1
           option anon_swap 0
    
    config mount
           option target /usb
           option device /dev/sda
           option fstype ext4
           option options rw,sync
           option enabled 1
           option enabled_fsck 0
    
    config mount
           option target   /usb
           option device   /dev/sda1
           option fstype   ext4
           option options  rw,sync
           option enabled  1
           option enabled_fsck 0
    
    config swap
           option device   /dev/sda2
           option enabled  1
    

    Any idea to fix this?

    Thanks.

  7. Is your pineapple acting as a bridge or a router? If you don't know then it will be bridge.

    Try to see if you can get the keylogger javascript through the browser, visit http://172.16.42.1/k.js and see if it gives you a file.

    We are only keylogging on HTTP sites as you can't inject into HTTPS, didn't Facebook go HTTPS only recently?

    This Link for test it,

  8. It´s Works!!!!!!!!!!!!!!!!!!!! My first contribution yeahhhhh.


    *12d1:1406*) echo "Huawei E1756 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/ttyUSB0
    uci set network.wan2.apn=internet.movistar.ve
    uci set network.wan2.username=username
    uci set network.wan2.password=password
    uci set network.wan2.defaultroute=1
    uci commit network
    usb_modeswitch -v 12d1 -p 1406
    sleep 10; rmmod usbserial
    sleep 3; insmod usbserial vendor=0x12d1 product=0x1406
    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
    

    Remember, this is for a Huawei E1756 in the Movistar Venezuela Service.

  9. Ok, I read and research, so I got this:

    *12d1:1406*)    echo "Huawei E1756 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/ttyUSB0
                    uci set network.wan2.apn=internet.movistar.ve
                    uci set network.wan2.username=
                    uci set network.wan2.password=
                    uci set network.wan2.defaultroute=1
                    uci commit network
                    usb_modeswitch -v 12d1 -p 1406
                    sleep 10; rmmod usbserial
                    sleep 3; insmod usbserial vendor=0x12d1 product=0x1406
                    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 find the PID/VID, the apn and The Movistar 3G Service on Venezuela doesnt have pass or username.

    Any help?

×
×
  • Create New...