sp3nx0r
sp3nx0r
PR pushes upstream changes implemented when deploying this for my $current_job's usage. Below are the main points of what's changed: - add requirements.txt with pinnings for reproducibility - add Dockerfile...
### What would you like Renovate to be able to do? Ref: https://github.com/renovatebot/renovate/discussions/17079 Renovate should be able to parse golang's "psuedo-versions" for dependencies that were added prior to the existence...
### What would you like Renovate to be able to do? Ref: https://github.com/renovatebot/renovate/discussions/17079 Golang dependencies that aren't v2 module compatible (i.e. don't have a `go.mod` in their source) but have...
We might want to standardize on common validations that occur often in services, building something similar to Django's validation utility library (https://docs.djangoproject.com/en/3.0/ref/validators/), rather than services glomming in other libraries that...
Patches don't successfully apply on a fresh ubuntu:jammy openresty installation, no surprise. Need to add patch files for these modern versions.
Stumbled on this while doing testing, was pulling `master` while testing a nginx 1.21.4 / openssl 1.1.1q deployment and was getting segfaults. Traced this to the 0.4.0 and subsequent patches,...
## Summary Massive update based on Reddit's experience with modernizing the Dockerfile and deploying into k8s. Commits are organized by content and have detailed commit messages for content changing. ##...
Issue with the Burpsuite CA import code failing in 2017.3 Kali rolling. Flipped to using certutil code that was commented out and looks like it works fine. The extract of...
Updating my fork script recently and noticed that the "export DISPLAY=:0.0" makes for epic fails and lots of MIT-MAGIC-COOKIE failures. Resolved by simply commenting out the export statements. Also note...
Note that FoxyProxy plugin is incompatible with the firefox-esr package in Kali rolling now. Requires to use FoxyProxy v3.6.5. Replacing code therefore with: `#--- FoxyProxy Basic echo -n '[4/11]'; timeout...