Jump to content

Dosk3n

Active Members
  • Posts

    18
  • Joined

  • Last visited

Posts posted by Dosk3n

  1. Im off to a conference in vegas next week and I am toying with the idea of offering wifi. So I thought of Network Manager and that all I would do is pay for the days internet at the hotel, connect with the pineapple and share the connection out.

    Then its just hit me that most hotels are open anyway but you have to sign in on their front site and pay that way. This will link my laptop to connect but not my pineapple as I cant view websites with my pineapple.

    So I cant test this out until I get there, but my thoughts are:

    Connect to the open network with pineapple, my laptop connects to pineapple then when I try to go online will I get the login page, but since its actually the pineapple connected it will be the pineapple that is authed?

    or

    SSH in to pineapple and install browser and try to run it through local PC?

    or am I over thinking this?

  2. I dont know if I am reading it correctly but if you disable it then it will never execute. Just the same as if you disable your keyboard and tried typing.

    Would it not be better to write a 1 hour delay at the start so when windows restarts and reactivates the ducky then it will launch ater 1 hour?

    Regarding loops as far as I can see its not supported. Its the messy option of repeating code that would be needed.

    I wanted to do a similar thing but you need to CTRL, ALT, DEL to unlock and enter password at our work and since ALT doesnt work on the UK keyboard encoder I cant do it.

  3. At work we like to play pranks on anyone who doesnt lock their computer as they leave for lunch etc and everyones become quite good at making sure they lock them so I wanted a way to do it even if they just went along the row to the printer etc when time is limited and they have not locked the computer. My favorite is changing the words in outlooks auto correct settings so I wrote this up.

    Only problem with it at the moment is on UK keyboard layout ALT doesnt work so I create a bit of a longer delay as it gets to the body of the email so I can manually press ALT and then let it do the rest.



    REM ########################################################
    REM ######## Author: Dosk3n #### Target: Windows XP #############
    REM ##### Description: Prank to change the autocorrect ##############
    REM ##### words in outlook #######################
    REM ########################################################
    REM
    REM Delay executing to allow time for installing drivers
    DELAY 5000
    REM Open a new instance of outlook
    GUI r
    DELAY 300
    STRING outlook.exe
    ENTER
    DELAY 300
    REM Open new mail
    CTRL n
    DELAY 300
    REM move to body of email
    TAB
    TAB
    TAB
    DELAY 100
    REM open auto correct options
    ALT
    TAB
    TAB
    TAB
    TAB
    TAB
    ENTER
    STRING a
    DELAY 300
    REM Change the autocorrect words
    STRING the
    TAB
    STRING that darn
    ENTER
    STRING have
    TAB
    STRING hath
    ENTER
    STRING you
    TAB
    STRING thou
    ENTER
    STRING do
    TAB
    STRING dost
    ENTER
    STRING your
    TAB
    STRING thy
    ENTER
    STRING here
    TAB
    STRING hither
    ENTER
    STRING are
    TAB
    STRING art
    ENTER
    STRING will
    TAB
    STRING shalt
    ENTER
    REM Close the settings and close outlook
    ESC
    ESC
    ALT F4
     
  4. I had but noticed it had been starting wlan0 raather than wlan1 so naturally the pinapple vanished lol. However now using wlan1 the alpha turns itself off. Im going to assume its a power issue even though Im running at 12v as the same is happenning when trying mdk3 (although other things such as airodump works). Wait for my powered hub to come.

  5. with the newest firmware you have to bring wlan1 down before running the script, are you using a powered hub?

    Tried but still no joy. ifconfig wlan1 up - airmon-ng start wlan1 - ifconfig wlan1 down - Same thing.

    Im not using a powered hub. Waiting on the hak5 cable to arrive but its international posting so have to wait. Im running on 12v though so wouldnt have thought there be an issue.

  6. Not working here. Up to date firware and using Alpha 36NHA.

    I bring the interface (Alpha) up on wlan1. This works as the blue light comes on. run airmon and get mon0 on wlan1. Create whitelist which I cat to confirm it shows mac address which it does.

    If I run

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

    It hangs and nothing happens.

    If I run

    mdk3 mon0 d

    The alph turns itself off and I get

    Disconnecting between (MAC) and (MAC)

    packets sent: 1 - Speed: 1 packets/secread failed: Network is down

    wi_read(): Network is down

  7. I havnt tested this yet but just thorising. If you have to set the SSID and the mac in the whitelist does this stop karma from working?

    For example if I wanted to use wlan1 to jam all routers (in this case call them R1 R2 and R3) so that everyone connects to me on wlan0 (karma) and I white list the pinapple with # macaddress and SSID pineapple. Well wouldnt that mean only the SSID pineapple would work? So if Karma changed to R1, R2 or R3 it wouldnt work as even though the mac address is the same the SSID is not?

    Or will the clients still connect to pineapple no matter what the SSID is as the mac is white listed?

  8. I noticed no one has replied to this so I will for you now :)

    The easiest way to do this is to also run ettercap on your computer alongside the pineapple. Create an ettercap filter to replace images with a one you specify.

    Search google for ettercap filters as there are a few and theres a good vid tutorial by irongeek.

  9. Excellent work mate.

    My only probem is the facebook template. It doesnt display the login page correctly. This is the same on SET though.

    Through SET the only way to get a better login page is by using the manual option of selecting what page to clone.

    Gmail login is spot on though.

  10. Good morning guys firs post and please pardon my ignorance.

    I understand the theory behind Karma, Computer starts up, shouts out for the most recent used wifi connection and Karma imitates it.

    So I was wondering is this only possible on open networks, or is Karma able to get targets to connect even if the original wifi router was protected by WPA2 etc and the pineapple obviously isnt, just becasue its imitating the original SSID?

    Only reason I ask is because I have had my pineapple a couple of days so far and only one connection has been made, and that was a neighbors Wii, Not once has any other system connected to my Pineapple, This is using my Macbook (OSX) Laptop (Ubuntu) and Netbook (Ubuntu). Each of these have previously been connected to my WPA2 wifi router previously. Then I turn systems off. Unplug my router. Restart systems hoping for a connection but nothing.

    Thanks for any advise.

    Dean.

×
×
  • Create New...