WER IST SIBERAS?

Die siberas GmbH ein auf Sicherheitsanalysen und Penetrationstests spezialisiertes Beratungsunternehmen, welches Sie herstellerunabhängig und kompetent im Bereich IT-Sicherheit berät.

KONTAKT
'

Installing FX/Ruby on (Kali) Linux

As most of the common linux distribution also Kali Linux has its own ruby package. But using these pre-built packages is often a pain in the … ahm … not the best choice, especially if you need to compile your own modules. From my experiences with Ruby on linux, I recommend to use RVM (Ruby Version Manager) for installing Ruby. This little tutorial will show you how to install (FX)Ruby on Kali Linux.

Read More

IRB Hacking Extensions

I just wrote a little .irbrc file which extends the IRB to an easy to use hacking tool. Most of the features (“Monkey Patches”) are only a kind of command aliasing to satisfy my laziness. But there are also some neat methods, like hexdump or decode_cisco7 which provide more complex functionalities.

Read More