Pinned Repositories
CVE-2020-14871-Exploit
This is a basic ROP based exploit for CVE 2020-14871. CVE 2020-14871 is a vulnerability in Sun Solaris systems libpam library, and exploitable over ssh
CyberSquirrelOne
An insight into the main adversary of the power grid
ecos_gdb
a debugger written in assembly to allow serial and tcp based debugging of ecos firmware
iec60870_fuzzing_scripts
a collection of fuzzing scripts using boofuzz and kitty
iec61850-dissector
an IEC-61850 dissector for wireshark
iec61850_open_client
Web based IEC61850 client using a ctypes wrapped lib61850
iec61850_open_gateway
This is a minimal IEC61850 to IEC60870-5-104 gateway written in python
iec61850_open_server
An open source implementation of an IEC61850 IED using lib61850
Leaflet.Draw.Svg
This is a plugin to Leaflet.Draw to allow adding/moving/removing custom SVG files on a leaflet map.
open_scada_dms
This is an open source project for a basic ems/dms scada system. It contains a HMI with vector graphics taylored towards power-scada, and supports an IEC60870-5-104 based IFS. The backend is powered by mongodb for persistence, influxdb for historic data, and redis for the real-time database
robidev's Repositories
robidev/Unity_RawMouseDriver
RawMouseDriver is a C# library that can be used by unity to access multiple mice independently; https://forum.unity.com/threads/small-mono-csharp-script-based-driver-for-multiple-mice-support-in-unity.266174/
robidev/ecos_gdb
a debugger written in assembly to allow serial and tcp based debugging of ecos firmware
robidev/LPC21_kaku
An implementation of the click-on-click-off driver(dutch 433Mhz domotica system) for an NXP LPC214x ARM microcontroller
robidev/rsyslog-kafka
This is a docker-compose setup for rsyslogd and kafka using GSSAPI with SASL_SSL (TLS + kerberos) for testing purposes
robidev/alpine_qemu_portable
This is a template project to generate a portable alpine-linux image that you can run in windows as an unprivileged user(e.g. from an usb stick, without executing an installer). It allows SSH and includes a step-by-step guide and provides an example of how to connect X to the windows host.
robidev/FaceTrack_cam
An adaptation from the Johnny Lee and https://archive.codeplex.com/?p=headtrackrosetta code to use the andoid cam feature instead of the gyro
robidev/intruder.py
A game where you need to create an automated script that tries to compromise multiple targets in a network
robidev/LPC21xx_malloc
a simple malloc implementation for a microcontroller without a MMU, such as the LPC21xx microcontroller
robidev/remove-ubuntu-boot-entry
This script is added to crontab, to remove the first ubuntu entry in the efi boot menu on reboot. This is used in a bootable USB stick to prevent the TPM from detecting a modification that will trigger the request for a bitlocker key on a windows machine due to a modification of the UEFI
robidev/Unity_VR_kinect_demo
A Demo of streaming kinect skeleton data over wifi to a google carboard using unity3d