WANT TO CHALLENGE YOURSELF WITH WEB HACKING?
https://portswigger.net/web-security
https://alf.nu/alert1
https://overthewire.org/wargames/natas/
https://webhacking.kr
https://xssy.uk/
https://www.hackthissite.org/
https://app.letsdefend.io/accounts/login?from=%2Fhomepage
https://hbh.sh/
WANT TO CHALLENGE YOURSELF WITH BINARY EXPLOITATION?
https://pwn.college
https://exploit.education
https://ropemporium.com
https://overthewire.org/wargames/narnia/
WANT TO CHALLENGE YOURSELF WITH CRYPTOGRAPHY?
https://cryptohack.org
https://cryptopals.com
https://overthewire.org/wargames/krypton/
WANT TO CHALLENGE YOURSELF WITH REVERSE ENGINEERING?
https://crackmes.one
https://challenges.re
https://microcorruption.com
https://beginners.re
https://reversing.kr
WANT TO CHALLENGE YOURSELF WITH FORENSICS?
https://cyberdefenders.org/blueteam-ctf-challenges/
https://blueteamlabs.online
https://dfirmadness.com
WANT TO CHALLENGE YOURSELF WITH OSINT?
https://osintframework.com
https://osintdojo.com
https://osintchallenges.com
https://gralhix.com/list-of-osint-exercises/
https://investigaosint.com.br/desafios-ctf/
WANT TO CHALLENGE YOURSELF WITH EVERYTHING?
https://play.picoctf.org
https://ctftime.org
https://portswigger.net/web-security
https://alf.nu/alert1
https://overthewire.org/wargames/natas/
https://webhacking.kr
https://xssy.uk/
https://www.hackthissite.org/
https://app.letsdefend.io/accounts/login?from=%2Fhomepage
https://hbh.sh/
WANT TO CHALLENGE YOURSELF WITH BINARY EXPLOITATION?
https://pwn.college
https://exploit.education
https://ropemporium.com
https://overthewire.org/wargames/narnia/
WANT TO CHALLENGE YOURSELF WITH CRYPTOGRAPHY?
https://cryptohack.org
https://cryptopals.com
https://overthewire.org/wargames/krypton/
WANT TO CHALLENGE YOURSELF WITH REVERSE ENGINEERING?
https://crackmes.one
https://challenges.re
https://microcorruption.com
https://beginners.re
https://reversing.kr
WANT TO CHALLENGE YOURSELF WITH FORENSICS?
https://cyberdefenders.org/blueteam-ctf-challenges/
https://blueteamlabs.online
https://dfirmadness.com
WANT TO CHALLENGE YOURSELF WITH OSINT?
https://osintframework.com
https://osintdojo.com
https://osintchallenges.com
https://gralhix.com/list-of-osint-exercises/
https://investigaosint.com.br/desafios-ctf/
WANT TO CHALLENGE YOURSELF WITH EVERYTHING?
https://play.picoctf.org
https://ctftime.org
portswigger.net
Web Security Academy: Free Online Training from PortSwigger
The Web Security Academy is a free online training center for web application security, brought to you by PortSwigger. Create an account to get started.
π1
π Cs/books/uwu
https://inginious.org/
good website check it i think it's completely free
Forwarded from Frectonz
Nix is a better docker image builder than docker itself.
The docker image for ordo is 16.16 MB compressed and 46.8 MB uncompressed. The docker image was built using nix. Nix is able to create a docker image this small because it knows the whole dependency graph of your program and it only includes those dependencies in the docker image.
From the 46.8 MB ordo image 32 MB is taken up by
The docker image for ordo is 16.16 MB compressed and 46.8 MB uncompressed. The docker image was built using nix. Nix is able to create a docker image this small because it knows the whole dependency graph of your program and it only includes those dependencies in the docker image.
From the 46.8 MB ordo image 32 MB is taken up by
glibc. The images size could be reduced even more if i am able to statically compile the project with musl.