24 skills found
trimstray / MkchainOpen source tool to help you build a valid SSL certificate chain.
raggi / Openssl Osx CaSimple periodic task to sync OSX Keychain certs to Homebrew installed OpenSSL & LibreSSL
jcbsmpsn / Golang Https ExampleExtremely simple HTTPS client in Go, along with all the openssl commands to make certs work. Errors and solutions in the documentation.
pric / PricSimple zero-config tool to create Private Certificate Authority & issue locally-trusted development server certificates with any domain names you'd like. SSL certificates for development purposes.
kaysond / SpkiA bash script wrapper for OpenSSL that generates and manages a simple PKI suitable for small deployments
hammurabi-mendes / Learn Crypto JavascriptLearning Cryptography with Javascript
reprodev / PowerCSRA GUI form built in Powershell to efficiently generate a CSR and Private Key file using OpenSSL for quick and easy cert generation
bondr007 / HowTo ActiveDirectory LDAPS OpensslSetup LDAPS using self-signed cert made with openssl
irsl / CVE 2020 1967Proof of concept exploit about OpenSSL signature_algorithms_cert DoS flaw (CVE-2020-1967)
BradleyA / Docker Security InfrastructureAutomate the generation, setup, check, copy site, host and user docker TLS certificates; Setup and manage dockerd configuration for Ubuntu 16.04 Systemd & Ubuntu 14.04 Upstart. Check ssh permissions
aureq / Openssl Certificate AuthorityThis guide demonstrates how to act as your own certificate authority (CA) using the OpenSSL command-line tools. This is useful in a number of situations, such as issuing server certificates to secure an intranet website, or for issuing certificates to clients to allow them to authenticate to a server. This content is reproduced with the author's permission.
icy-comet / Ssl ToolA simple interactive CLI wrapper around openssl to make creation and installation of self-signed certs easy.
lspiehler / Node Openssl RestREST API and UI for node-openssl-cert
hardillb / Web CaVery simple web frontend for openssl to create new certificates and sign them with supplied certs
ysimonx / Mtls GeneratorGenerate self-signed certificates for mutual TLS authentication + PoC with fastify + curl or flutter as a client
niwoerner / K8s The Hard Way 2024Kubernetes the hard way in 2024. Provisioning the infrastructure with Terraform in Microsoft Azure. Generating self-signed TLS certs with OpenSSL. Using Cilium as CNI and Containerd as CRI. Inspired by Kelsey Hightower's guide.
blacksheep-crm / SiebelkeymakerScript to create self-signed certs and JKS for Siebel CRM. Requires JDK and OpenSSL
odelijairo / Pfx To PemConvert .pfx to .pem files (key, cert or both) with simple OpenSSL bindings
Kinyas-tr / VENOM 1.0.16 Metasploit Shellcode Generator CompillerVersion release : v1.0.16 Author : pedro ubuntu [ r00t-3xp10it ] Codename: Aconite (Aconitum napellus) Distros Supported : Linux Ubuntu, Kali, Mint, Parrot OS Suspicious-Shell-Activity (SSA) RedTeam develop @2019 banner LEGAL DISCLAMER The author does not hold any responsibility for the bad use of this tool, remember that attacking targets without prior consent is illegal and punished by law. So use this tool responsibly. FRAMEWORK DESCRIPTION The script will use msfvenom (metasploit) to generate shellcode in diferent formats ( C# | python | ruby dll | msi | hta-psh | docm | apk | macho | elf | deb | mp4 | etc ) injects the shellcode generated into one template (example: python) "the python funtion will execute the shellcode into ram" and uses compilers like gcc (gnu cross compiler) or mingw32 or pyinstaller to build the executable file. It also starts a multi-handler to recive the remote connection (shell or meterpreter session). 'venom generator' reproduces some of the technics used by Veil-Evasion.py, unicorn.py, powersploit.py, etc.. HOW DO I DELIVER MY PAYLOADS TO TARGET HOST ? venom 1.0.11 (malicious_server) was build to take advantage of apache2 webserver to deliver payloads (LAN) using a fake webpage writen in html that takes advantage of <iframe> <meta-http-equiv> or <form> tags to be hable to trigger payload downloads, the user just needs to send the link provided to target host. "Apache2 (malicious url) will copy all files needed to your webroot, and starts apache for you." venom shellcode v1.0.16 DEPENDENCIES Zenity | Metasploit | GCC (compiler) | Pyinstaller (compiler) | mingw32 (compiler) | pyherion.py (crypter) wine (emulator) | PEScrambler.exe (PE obfuscator) | apache2 (webserver)| winrar (wine) | shellter (KyRecon) vbs-obfuscator (obfuscator) | avet (Daniel Sauder) | ettercap (MitM + DNS_Spoofing) | icmpsh (ICMP shell) openssl (build SSL certs) | CarbonCopy (sign exe binarys) | ResourceHacker (wine) | NXcrypt (python crypter) "venom.sh will download/install all dependencies as they are needed". Adicionally was build the script venom-main/aux/setup.sh to help you install all framework dependencies fast and easy. we just need to install first the most importante dependencies before trigger setup.sh = zenity, metasploit, ettercap .. DOWNLOAD/INSTALL 1º - Download framework from github git clone https://github.com/r00t-3xp10it/venom.git 2º - Set execution permitions cd venom-main sudo find ./ -name "*.sh" -exec chmod +x {} \; sudo find ./ -name "*.py" -exec chmod +x {} \; 3º - Install all dependencies cd aux && sudo ./setup.sh 4º - Run main tool sudo ./venom.sh Update venom instalation (compare local version againts github oficial version) sudo ./venom.sh -u Framework Main Menu banner venom shellcode v1.0.16 venom shellcode v1.0.16 Detailed info about release 1.0.16: https://github.com/r00t-3xp10it/venom/releases
gammasoft / PemutilsConverts .pfx to .pem files (key, cert or both) with simple OpenSSL bindings