PENITS - General Information

Links to Challenges/Wargames

Pentesterlab
OverTheWire
HackThisSite
HackTheBox
VulHub
HackThis
HackUCF

VMs and Software

Linux

David: Manjaro xfce
Markus: Manjaro xfce
Paul: Manjaro xfce

Windows

David: ?
Markus: Win10Pro x64
Paul: ?

Server 2016 Evaluierung

Tips

Cutter installer: qt webenginewidgets
Install package qtwebengine5-dev
ARCH

Resources

radare2

radare2 docu book
r2 cheat sheet

Malware Analysis

Malware Analysis using Process Dump (YT)

GNURadio Fuckery

Stuff i discoverd while installing or using GNURadio:

  1. Check before what Release you use
    I tried to use 3.7.13 without checking, installation failed.
    See if there is a patch available that is easy to implement. Like for 3.7.11

  2. Set revision via PyBOMB does NOT use Release tags!
    It however uses commit hashes, so that works at least.

  3. Keep backups of your VM, if not try not to lose sanity.
    Backup regulary, e.g. after each successful step.

  4. Test EVERYTHING, AFTER EACH STEP
    Shit WILL fuck up.
    Its gnuradio, shit will explode if you look at it the wrong way.

  5. Choose your install location wisely
    Hint: Do not use /usr/local as its default.
    If it goes wrong you are basically fucked from the beginning.