Blog 2020/5/7
<- previous | index | next ->
EDIT 2024/12/1: I updated a few of these commands to work with qemu 9.x.
Wordlist == /usr/share/seclists/Fuzzing/LFI/LFI-gracefulsecurity-windows.txt | |
Traversal encoding: | |
=================== | |
../ | |
..\ | |
..\/ | |
%2e%2e%2f | |
%252e%252e%252f | |
%c0%ae%c0%ae%c0%af |
Blog 2020/5/7
<- previous | index | next ->
EDIT 2024/12/1: I updated a few of these commands to work with qemu 9.x.
** Please use the root
user to edit the files and execute the commands unless further notice. **
Workstation
as Base Environment, select Container Management
, Development Tools
and Graphical Administration Tools
as Additional software for Selected Environment. Use http://mirror.centos.org/centos/8/BaseOS/x86_64/os/
as the installation source.colors: | |
# Default colors | |
primary: | |
background: '0x1e2127' | |
foreground: '0xabb2bf' | |
# Bright and dim foreground colors | |
# | |
# The dimmed foreground color is calculated automatically if it is not present. |
add to the bottom of the server block in /config/nginx/site-confs/default | |
include /config/nginx/proxy/*; | |
comment out the PHP location block and the index.php in the location / { try ... } | |
I don't have the http redirect figured out yet. It would probably work if I was using a real domain name, intead of an IP to access, but I'll add that in the future. | |
create a .conf file for each proxied container. | |
organizr.conf | |
sonarr.conf | |
etc... |
Every so often I have to restore my gpg keys and I'm never sure how best to do it. So, I've spent some time playing around with the various ways to export/import (backup/restore) keys.
Gotten from the RedHat GPG migration manual
## Export all public keys
gpg -a --export >mypubkeys.asc