DigiCert Security Summit

I was invited to attend the 2015 Digicert Security Summit this week in Las Vegas.  For a one day conference it had some really amazing talks by some of the smartest people in the industry. Gary McGraw gave an amazing talk on security software development life cycle and the Building Security in Maturity Model (BSIMM). Emily Stark … Read more

Turn Off Shadows From OSX Screenshots

I take a lot of screenshots in OSX  (⌘+shift+4) to share and for the longest time I just lived with the 2003-era super cool shadow: I finally got tired of it and found the solution to turning it off is these two terminal commands: defaults write com.apple.screencapture disable-shadow -bool true killall SystemUIServer Now my screenshots … Read more

Censys.io Python Script

I have been using censys.io a lot lately to do network reconnaissance and noticed they just released a new API that didnt have a CLI frontend so I spent sometime writing a python based one.  You can grab a copy here. Usage is: python censys.py -f (search term)  It is still pretty rough and I will … Read more

LetsEncrypt.org TLS Certificate With Nessus

Letsencrypt.org is a new project that offers free TLS certificates to allow people to encrypt their traffic. The project is in a limited beta so I decided that a good test would be to install one of their certificates on to a Nessus scanner I host in AWS. The install wasn’t complicated and only took about 15 … Read more

Bluetooth Recon

I have been working on a Bluetooth hacking project recently and couldn’t really find a good bluetooth recon tool so I wrote btrecon to do what I need done. Here is a quick demo: I still have some work to do on this project as I would like to add some logging and menus but it isnt … Read more

No Common SSIDS

I wrote nocommonsssids to quickly remove the top ssids (from wigle.net) from the preferred network list in OSX so that it does not auto connect to them.  Running this will help stop you from being caught by an EvilAP attack along the line of the Mana Common demo I put together earlier this month.  You … Read more

Using Mana To Spoof Common SSIDs.

I had the opportunity to speak at a “micro- conference” yesterday for the Midwest Cyber Security Alliance with the state auditor Nicole Galloway.  I wanted to use this opportunity to make a bold statement since I knew there would be influential people in the audience who wanted to listen Nicole talk about her new cyber security auditing initiative.  … Read more

HackAPie: A Wireless Hacking Sandbox

I am getting ready to teach a “Building Your Own Security Lab” series of classes and I really needed a safe place for people to try their hand at wireless hacking. I built HackAPie that uses a RaspberryPI (this canakit) and openwrt that broadcasts 5 unique wireless networks to crack using tools like wifite and kali. There are … Read more

Building A Security Lab

My mentor and I are in the middle of spinning up an information sharing group with local security professionals and next Friday is our first “working session” and we are discussing what building a security lab* looks like and costs. We really hope to start walking through the tools in future meetings but here is … Read more