Jump to content

bonowantbiddy

Active Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by bonowantbiddy

  1. This is my first payload, it downloads an image and sets as a desktop background. Enjoy!

    GUI d

    DELAY 300

    GUI r

    DELAY 300

    STRING powershell

    DELAY 200

    ENTER

    STRING cd c:\temp

    DELAY 300

    ENTER

    STRING $clnt = new-object System.Net.WebClient

    ENTER

    DELAY 200

    STRING $clnt | gm d*

    DELAY 300

    ENTER

    STRING $url = "http://cdn.shopify.com/s/files/1/0068/2142/products/usbducky2.jpg"

    DELAY 300

    ENTER

    DELAY 300

    STRING $file = "c:\temp\USB_duck_image.jpg"

    ENTER

    DELAY 300

    STRING $clnt.DownloadFile($url,$file)

    ENTER

    DELAY 300

    ENTER

    DELAY 100

    CTRL ESC

    DELAY 100

    STRING c:\temp\USB_duck_image.jpg

    DELAY 300

    DOWNARROW

    DELAY 300

    MENU

    DOWNARROW

    DELAY 300

    DOWNARROW

    ENTER

    DELAY 300

    GUI d

  2. In what way can you connect to it?

    Acer Sharing Wifi -> Pineapple -> Macbook via wifi

    I can connect to the pineapple from another computer, I receive a ip and everything, i get full internet connectivity, I know the the address the pineapple is set up on based on what nmap is telling me but any attempt to access the gui, and it times out. Also trying to ssh, or telnet and the connection is refused.

  3. I received a wifi pineapple a few days ago, i referred to the various setup guides the forum offers and had it up and running, i set it up for dhcp because i was sharing my internet connecting from my wireless card to the pineapple. It was working great last night, today i have no such luck. I can connect to the pineapple, have full internet connectivity but can no longer connect to the gui for changing settings. I have consider the possibility of having to reflash it but am confused at exactly where i need to start because everything was already on and ready to go.

    any help in the right direction would be appreciated

    Thanks

×
×
  • Create New...