Pass by Reference in Python @ realpython.com Published by Marius on 2020-08-10 Pass by Reference in Python: Background and Best Practices (external link) Pass by Reference in Python @ realpython.com
[3/3] Cloud-Ready VNC on Docker Published by Marius on 2020-02-23 Why? noVNC client dockerfile entrypoint.sh Building and running noVNC server dockerfile entrypoint.sh Run as a normal user Building and running [3/3] Cloud-Ready VNC on Docker
[2/3] Cloud-ready SSH on Docker Published by Marius on 2020-01-19 Why? dockerfile entrypoint.sh Building and running [2/3] Cloud-ready SSH on Docker
[1/3] Cloud-ready Burp Suite on Docker Published by Marius on 2019-12-23 Why? dockerfile entrypoint.sh Volumes Building and running [1/3] Cloud-ready Burp Suite on Docker
A partially functional OAuth2 adventure with Python Published by Marius on 2019-08-18 Python’s functional aspects The function of functools.partial() ;D More examples Application: single-reply web server A partially functional OAuth2 adventure with Python
A desktop without a desktop Published by Marius on 2019-06-16 Run graphical software without xserver Virtual framebuffer VNC server and window manager VNC with xserver A desktop without a desktop
[2/2] Vulnerable VM: Brainpan 1 Published by Marius on 2019-05-11 Recap Making use of the jmp esp address Finding bytes we shouldn’t use Using msfvenom to create a payload Getting a real shell Privilege escalation An exercise for the reader [2/2] Vulnerable VM: Brainpan 1
[1/2] Vulnerable VM: Brainpan 1 Published by Marius on 2019-05-04 Download Reconnaissance Vulnerability assessment Exploitation [1/2] Vulnerable VM: Brainpan 1
nmap: a practical introduction Published by Marius on 2019-04-20 Good habits Specify the source interface No DNS resolution Output to file Manual mode Host discovery Port scanning Scripting nmap: a practical introduction
Vagrant: crafting an attack VM Published by Marius on 2019-04-06 Preface Assigning VM resources Network configuration Host-only interface NAT interface Provisioning: customizing the VM Vagrant: crafting an attack VM
Vagrant: file transfers and snapshots Published by Marius on 2019-03-30 First things first Installing and initializing Vagrant File transfers Uploading files to your VM Downloading files from your VM Managing snapshots Vagrant: file transfers and snapshots
Python 3: http.server for quick file transfers Published by Marius on 2019-03-27 A quick look A deeper look Example Python 2 Python 3: http.server for quick file transfers
Vagrant: first steps Published by Marius on 2019-03-23 Installing Vagrant on Debian Buster Initializing a Vagrant project Choosing a “box” and vagrant up vagrant ssh and other useful commands Vagrant: first steps