Mit fbtft kleine LCDs ansteuern

Das Projekt fbtft stellt entsprechende Module für den Linux-Kernel bereit, mit denen sich kleinere TFT-Displays und LCDs über die GPIO Pins ansteuern lassen.

Weiter lesen ...


Mit Mopidy online Radio hören

Mopidy ist ein Musik-Server mit dem sich zum Beispiel ein Raspberry Pi in ein W-LAN Radio verwandeln lässt.

Weiter lesen ...


ELK Stack mit Docker

Um einen ELK-Stack bestehend aus Elasticsearch, Logstash und Kibana produktiv zum Einsatz zu bringen, braucht es einen leistungsstarken Server. Doch für Tests und für kleinere Analysen bietet es sich an, den Softwarestack in einer Testumgebung zu betreiben. Hierfür kann zum Beispiel docker zum Einsatz kommen.

Weiter lesen ...


Customize dionaeas FTP service

The ftp service of dionaea honeypot can be identified very easily by nmap. In this article I will show you how to customize your ftp service.

Weiter lesen ...


How to install dionaea on Arch Linux

In this article I will show how to install and setup the latest version of the dionaea honeypot on Arch Linux.

Weiter lesen ...


Customize SSL certificate of dionaea

A new config option to customize the SSL certificate of the dionaea honeypot has been added recently. In the article I will show how to use the new possibility.

Weiter lesen ...


How to install dionaea on Ubuntu 14.04

In this article I will show how to install and setup the latest nightly version of the dionaea honeypot.

Weiter lesen ...


Setup a dionaea development environment

A Vagrantfile has been added to the dionaea git repository to simplify the setup of a development machine. It uses Vagrant and VirtualBox.

Weiter lesen ...


A new home for the dionaea honeypot

Dionaea is a low-interaction honeypot. In the past I have worked primarily on the sip support and some other features. The website hosting the original dionaea sources (carnivore.it) is down for a few weeks now.

Some people have asked me if it is possible to go on with the development and provide new nightly builds.

So far I have published the latest sources on GitHub and started to provide new nightly builds for Ubuntu 14.04 on Launchpad.

I'm looking forward to add new features.

Stay tuned!


Verbindung über einen Proxy mit Python

Das PySocks Modul ermöglicht es in Python Verbindungen über einen Proxy aufzubauen. Im folgenden Artikel wird kurz gezeigt wie dies Funktioniert.

Weiter lesen ...