Category Archives: Security

And now things are scary

The article goes over 3 different web search engines to find a face.  Google is of course on top of the list.  I remember “findface” from last year on an article that it was outing folks involved in…well stuff not … Continue reading

Posted in Misc-Life, Security | Comments Off on And now things are scary

Take part of a bike frame and use it for a key safe

Interesting idea…but what if someone just takes the pipe and cuts the keys loose for later use.  I could actually see making this but I don’t think I would weld the bottom.  Maybe just fold it over? https://www.instructables.com/id/Vehicle-Key-Safe/

Posted in Cheap, Misc-Life, Security | Comments Off on Take part of a bike frame and use it for a key safe

Make your own drone catcher

I almost fell over watching this one.  Pretty neat idea (thought range isn’t the greatest).  Guess if you need to capture some drones without killing them, this would do it. https://www.instructables.com/id/Homemade-Drone-Catcher/

Posted in Cheap, Misc-Life, Security | Comments Off on Make your own drone catcher

Another ESP8266 wifi jammer

Does a de-auth attack.  Seems pretty simple enough.  I wonder how robust it is . Hackaday Prize Entry: Don’t Build This

Posted in Arduino, Cheap, Security | Comments Off on Another ESP8266 wifi jammer

EtherApe, good tool to visualize network traffic

I had almost forgotten about EtherApe, its a decent tool to show your network activity on a graph.  Its been around forever. EtherApe – Graphical Network Monitor

Posted in Misc-Life, Security | Comments Off on EtherApe, good tool to visualize network traffic

Girlscouts get a hacker badge…well a bunch of them

Don’t know the details behind them, but it sounds interesting. http://gizmodo.com/girl-scouts-can-soon-earn-cybersecurity-badges-because-1796283484

Posted in Misc-Life, Security | Comments Off on Girlscouts get a hacker badge…well a bunch of them

Crypto for the IoT

This is for real embedded system that have very limited memory and CPU.  Bascially its adding AES to the ESP family over MQTT. Practical IoT Cryptography on the Espressif ESP8266

Posted in Arduino, Cheap, Misc-Life, Security | Comments Off on Crypto for the IoT

Pyrasite, inject your code into running python processes

This just…is so bad.  It looks like if you have the same priv’s and the exe’s, you can use this to inject your own code into the running python code. pyrasite – Inject Code Into Running Python Processes

Posted in Security, Software Development | Comments Off on Pyrasite, inject your code into running python processes

I forsee folks getting free parking in the future

The author figured out how to sniff some of the garage gates and get them to trip using an 433 MHz OOK module and an arduino.  I see a future here where folks use this to bypass parking garage gates. … Continue reading

Posted in Arduino, Cheap, Misc-Life, Security | Comments Off on I forsee folks getting free parking in the future

Github Dorks, way to scan your code in git for security issues

Mostly for username/password and other credentials.  Not a bad idea since its amazing how many folks hardcode these things into code. Github Dorks – Github Security Scanning Tool

Posted in Cheap, Security | Comments Off on Github Dorks, way to scan your code in git for security issues