LRVT
LRVT
Not planned atm
Good idea. The initial idea behind VoucherVault was giftcard management. Also with a heavy focus on being reminded. Due to this, the expiry date is still mandatory for all item...
> The other thing for some countries/states is that there is no expiry at all for gift cards as per local legislation (hooray) so its possible the checkbox may be...
The expiry date is now optional in the UI. If unset, an expiry date 50 years in the future is set. This was the easiest option to implement it, without...
> Has anyone found a public IKE server to test against or any easy one to setup? Rather than testing prod! 😜 This could be of interest: https://github.com/hwdsl2/docker-ipsec-vpn-server ````yaml services:...
@nullenc0de I also noted that your script does not seem to properly detect VPN servers that support IKEv1. It only reports on IKEv2 support. If I scan with the original...
You can use this one: https://github.com/lupohan44/TrustUserCertificates Works flawlessly for a `Pixel 9` on `API 36` and image `Google Play Intel x68_64 Atom System Image`.
Seeing the same behaviour when scanning multiple hosts/urls. ```` ./nuclei -list targets.txt -stats -s high,critical ```` The nuclei scan just terminates at some point. The logs do not throw any...
Combined into one bash script: ````bash # install dependencies for netifaces sudo apt install python2-dev -y # get python2 pip wget https://bootstrap.pypa.io/pip/2.7/get-pip.py sudo python2.7 get-pip.py rm get-pip.py # downgrade virtualenv...
Have you set `DOMAIN` properly to your CNAME? You may enable debug mode using `DEBUG=True` as environment variable. This will report back more detailed error messages. The 400er error typically...