Archive for July, 2012

OwnCloud »

ownCloud is a flexible, open source file sync and share solution. With the ability to support most service provider file storage systems, ownCloud grants service providers the control they need over customer data, while providing businesses an easy-to-use answer to their file access frustrations, I recommend to check allcloud for some great storage services. You […]

OS for Your Raspberry Pi »

Raspbian is a free operating system based on Debian optimized for the Raspberry Pi hardware. An operating system is the set of basic programs and utilities that make your Raspberry Pi run. However, Raspbian provides more than a pure OS: it comes with over 35,000 packages, pre-compiled software bundled in a nice format for easy […]

Smart Meter Hacking Tool »

Termineter is a framework written in python to provide a platform for the security testing of smart meters. It implements the C12.18 and C12.19 protocols for communication. Currently supported are Meters using C12.19 with 7-bit character sets. Termineter communicates with Smart Meters via a connection using an ANSI type-2 optical probe with a serial interface. […]

Open Source Java Home Automation »

Automation Light Interface Control Environment aka A.L.I.C.E. is written as a 100% Java application using both Swing and Comm API packages, all of which are extensions to the Java core libraries. Alice will allow you to control your X10 enabled light and appliance modules by using the CM11A, CM12U, or CM17A interface. These interfaces connect […]

Open Source Penetration Testing Tool »

sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. It comes with a powerful detection engine, many niche features for the ultimate penetration tester and a broad range of switches lasting from database fingerprinting, over data fetching from the […]

Google JavaScript Style Guides »

From Google: Every major open-source project has its own style guide: a set of conventions (sometimes arbitrary) about how to write code for that project. It is much easier to understand a large codebase when all the code in it is in a consistent style. “Style” covers a lot of ground, from “use camelCase for […]

C# Windows Keyboard and Mouse Simulation Library »

The Windows Input Simulator provides a simple .NET (C#) interface to simulate Keyboard or Mouse input using the Win32 SendInput method. All of the Interop is done for you and there’s a simple programming model for sending multiple keystrokes. Windows Forms provides the SendKeys method which can simulate text entry, but not actual key strokes. […]