Skip to content
Lab 26 Posts
- Python’s functional aspects
- The function of
functools.partial()
;D
- More examples
- Application: single-reply web server
- Handling requests
- Why subclass?
- Why not just access class variables?
- Enter
functools.partial
- Run graphical software without
xserver
- Virtual framebuffer
- VNC server and window manager
- VNC with
xserver
- 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
- Download
- Reconnaissance
- Vulnerability assessment
- Exploitation
- Good habits
- Specify the source interface
- No DNS resolution
- Output to file
- Manual mode
- Host discovery
- Port scanning
- Scripting
- Preface
- Assigning VM resources
- Network configuration
- Host-only interface
- NAT interface
- Provisioning: customizing the VM
- First things first
- Installing and initializing Vagrant
- File transfers
- Uploading files to your VM
- Downloading files from your VM
- Managing snapshots
- A quick look
- A deeper look
- Installing Vagrant on Debian Buster
- Initializing a Vagrant project
- Choosing a “box” and vagrant up
- vagrant ssh and other useful commands