This post is a technical guide
Published on May 04, 2024 by Robert McCue
how to setup ssl tls certificates keystore openssl
2 min READ
This post is a technical guide
openssl req -out CSR.csr -new -newkey rsa:2048 -nodes -keyout privateKey.key
openssl req -out CSR.csr -key privateKey.key -new
openssl x509 -x509toreq -in certificate.crt -out CSR.csr -signkey privateKey.key
openssl x509 -in certificate.crt -text -noout
openssl s_client -connect www.example.com:443
keytool -import -trustcacerts -alias root -file Thawte.crt -keystore keystore.jks
keytool -genkey -keyalg RSA -alias selfsigned -keystore keystore.jks -storepass password -validity 360 -keysize 2048
keytool -list -v -keystore keystore.jks
keytool -export -alias mydomain -file mydomain.crt -keystore keystore.jks
openssl rsa -noout -modulus -in server.key | openssl md5
openssl x509 -noout -modulus -in server.crt | openssl md5
kubectl config set-context --current --namespace=namespace
Windows
Remote Access Trojan (RAT)
DoS / DDoS / Network
# Install these packages for Kali. Windows can run it off the shelf.
sudo apt-get install mono-complete
sudo apt-get install nload
mono '<PATH_TO_LOIC>\LOIC.exe'
Email/IP Tracking
PEN Testing