Pages

December 21, 2013

Arduino LeoStick



On the Microsoft TechDays 2013 in Tallinn I heard about Rubber Ducky - a USB device that simulates a keyboard and which you can use for penetration testing. I really wanted to buy this device, but it was too expensive - 36.99$ the cheapest device + 65.14$ shipping to Estonia = 102,13$.

On MobileMonday in Tartu I heard about Arduino and Raspberry Pi and their capabilities and thought that I can use them for building my own Rubbery Ducky. And I've found a LeoStick on freetronics.com!

LeoStick cost is 29.95$ + shipping to Estonia 11.00$ = 40.95$, which is more than 2 times cheaper, than Rubber Ducky. By the way, the shipping is quick - on 10th December I made an order and got the LeoStick on 19th December.



The freetronics.com sends manuals and instructions with Arduino boards, which is very nice.

"Getting started" page was really helpful for me, who encountered with Arduino for the first time:


Also Arduino web page has very detailed manuals with examples about libraries. For example Mouse and Keyboard libraries, that I need for Rubber Ducky device.

And here is my first Hello World software, that prints "Hello world!" in editor with 5 sec delay:


Next goal is to write a script for white hacking at work.

December 7, 2013

MobileMonday Estonia

MobileMonday [Estonia] - great events about mobile with free wine and beer (and cider). First part consists of presentations and second part is informal discussions and conversations. I have been on 2 last events and want to write some "quotes" (not accurate) here from the very last meeting (2 december 2013).

Internet Of Things
* Arduino crashes. If it doesn't crash - it burns (Steve Perkson Java engineer by day (Reach-U))
* With all these technologies is fun to play, but it's hard to use them for real (Paul Guermonprez from Intel Software Academic Program)
* You expect to have a bug in software, but you don't expect to have bugs in hardware (Jüri Tarkpea - Chief Technologist @ Oskando)

Picture of me: photographer said "I want a picture of girl holding a Raspberry Pi board"
Internet of Things

December 4, 2013

String Generator v2.3

New version of String Generator:


In latest version:
* Code refactoring according to uncle Bob's clean code philosophy
* Hot keys:
  - Left arrow checks Number type
  - Right arrow checks Text type
  - Up arrow checks/unchecks Space checkbox
  - Down arrow checks/unchecks Umlaut checkbox
  - Tab sets focus on bottom textarea to insert the String for length calculation



See new posts:
January 4, 2014 String Generator v2.4
March 1, 2014 String Generator v3.0
March 18, 2014 stringG v3.1
April 8, 2014 stringG v3.2

December 3, 2013

Span Of Datetimes v0.3

New version of Span Of Datetimes:

In new version:
* I did some code refactoring according to uncle Bob's clean code philosophy
* Now work with minutes too
* Addition result is automatically selected and ready for copying
* Addition result is now in more familiar format: for example if time is 5 hours and 1 minute in shows 05:01, not 5:1



See new posts:
January 3, 2014 Span Of Datetimes v0.4
March 3, 2014 spanD v1.0
April 12, 2014 spanD v1.1