PENITS - General Information
Links to Challenges/Wargames
Pentesterlab
OverTheWire
HackThisSite
HackTheBox
VulHub
HackThis
HackUCF
VMs and Software
Linux
- radare2 (included into cutter)
- Cutter github.org (has radare2 console window)
- Editor (VSCode?)
- Burp Suite
- PyCharm
- nmap
- openVPN
David: Manjaro xfce
Markus: Manjaro xfce
Paul: Manjaro xfce
Windows
- IDA Pro 5 & 7
- JetBrains dotPeek
- Visual Studio Community
- OllyDbg
- VSCode
- Burp Suite
David: ?
Markus: Win10Pro x64
Paul: ?
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:
-
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 -
Set revision via PyBOMB does NOT use Release tags!
It however uses commit hashes, so that works at least. -
Keep backups of your VM, if not try not to lose sanity.
Backup regulary, e.g. after each successful step. -
Test EVERYTHING, AFTER EACH STEP
Shit WILL fuck up.
Its gnuradio, shit will explode if you look at it the wrong way. -
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.