Category Archives: Security

So I won’t be riding a train anytime soon

Some folks in Russia did a presentation on security flaws on train systems (subways too).  I am only a quarter way thru the material, but yeah…no trains for me. http://www.theregister.co.uk/2016/01/04/irked_train_hackers_talk_derailment_flaws_drop_scada_password_list/

Posted in Misc-Life, Security | Comments Off on So I won’t be riding a train anytime soon

Keep people away with an automated paint ball sentry

I have seen these builds in the past.  This is nice one if you are into paintball (you could put it in a defensive spot).  It uses an arduino for the motor control and a webcam to target/detect movement.  There … Continue reading

Posted in Arduino, robots, Security, weapons | Comments Off on Keep people away with an automated paint ball sentry

Good tool to audit your Linux system

Well if you use Redhat or something similar to it.  LSAT has been around for some time and does a decent job telling you what you make have left unlocked on your linux box. http://www.darknet.org.uk/2015/12/lsat-linux-security-auditing-tool/

Posted in Linux, Security | Comments Off on Good tool to audit your Linux system

You can hack a linux system by what?

OK I tried this on a Fedora box, and no luck, so it must have been fixed in one of the patches in the past week. http://lifehacker.com/you-can-break-into-a-linux-system-by-pressing-backspace-1748370796

Posted in Misc-Life, Security | Comments Off on You can hack a linux system by what?

Add Spritz encryption to your Arduino

I have heard of the encryption method before.  Don’t know much else beyond that.  It sounds promising but I wonder how much space it takes up on the arduino.  And how fast it is. http://hackaday.com/2015/12/12/encryption-for-arduino-with-spritz/

Posted in Arduino, Security | Comments Off on Add Spritz encryption to your Arduino

Open a masterlock with a little hammer

Too funny.  Basically the author is using a form of “bumping” to jumble up the tumblers in the lock and cause it to open.  You know I am trying this out on my locks tonight. http://sploid.gizmodo.com/how-to-break-open-a-master-lock-with-just-a-small-hamme-1745289745

Posted in Misc-Life, Security | Comments Off on Open a masterlock with a little hammer

First decent 3D printed revolver makes national headlines

It looks like a pretty good build using ABS.  Down side, you need a good sized 3D printer to print in.  And I would think it will take “days” to print out from what I can tell from the designs.  … Continue reading

Posted in CNC/3D-printing, Security, weapons | Comments Off on First decent 3D printed revolver makes national headlines

Door Lock APIs

I was reading about August Door lock API, and got curious…a google search only turned up the lockitron API…so no idea where documenation on this is. https://api.lockitron.com/

Posted in Security, Software Development | Comments Off on Door Lock APIs

The poor mans home security system

I got a kick out of this.  Basically the author suggesses using iSpy Connect with USB enabled webcams on and old PC, and maybe an arduino with a proxy sensor to text you when something happens.  Oh it does reverence … Continue reading

Posted in Cheap, Misc-Life, Security | Comments Off on The poor mans home security system

Cools sub-scripts for nmap

Many have heard of nmap before, but do you know nmap has a scripting (plugin) language?  This article covers some of those scripts that can be used to get more information from a box. https://isc.sans.edu/diary/Enhancing+pentesting+recon+with+nmap/20331  

Posted in Security | Comments Off on Cools sub-scripts for nmap