Jump to content

Netshroud

Dedicated Members
  • Posts

    1,311
  • Joined

  • Last visited

Posts posted by Netshroud

  1. Mac OS X is a descendant of UNIX and BSD, though it uses the Mach microkernel.

    Mac software is pretty hard to port out. As digip said, standard console C/C++ apps should be pretty easy, but unless you want to tackle GNUStep, anything written in Core Foundation, Foundation, Cocoa or any other of the common (or uncommon) Apple frameworks will require some serious rewriting.

  2. I have a Gitosis and Git-Daemon server; Github's also a valid option. I don't like Subversion :P

    I'm about to tackle the twitter feeds. Wish me luck.

    Edit: Added twitter feeds (Darren, Shannon, Jason and Rob, edit twitterfeeds.plist to add more) using json-framework. Source, same licence as above (forgot to add it to the zip and CBF right now redoing it)

  3. Now the pineapple would normally respond to the probe requests but, because pwnme uses wpa2 the pineapple is thwarted.

    The pineapple still responds to probe requests. What the WiFi client software does depends on which client software.

    Is there a way to deauth the real pwnme so that clients join a pineapple call "pwnme" with a wpa2 password of "asdfjkl12"?

    Set up your pineapple with the same SSID and encryption options, then deauth the other AP using aireplay-ng as mentioned above, or airdrop-ng.

  4. Nice. I started work on a Hak5 iOS app but stopped when the Revision3 app came out.

    For now the app is selfsigned so if you are messing with the code you will need to either run it in the simulator or self sign it following one of the many online guides (UNLESS you have the 99$ dev account from apple).

    Got one of those :)

    Edit: Revisited it, rewrote most of it, grab it here. Creative Commons Attribution-NonCommercial 3.0 Unported (CC BY-NC 3.0)

    It uses Grand Central Dispatch and NSNotifications, MediaPlayer.Framework and TouchXML, and has an activity indicator counter system similar to the retain/release count of objects. Like you, I haven't started on the Twitter integration yet either.

×
×
  • Create New...