mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-05 20:41:22 -07:00
3 lines
133 B
Bash
Executable file
3 lines
133 B
Bash
Executable file
#!/bin/bash
|
|
openssl genrsa -out responder.key 2048
|
|
openssl req -new -x509 -days 3650 -key responder.key -out responder.crt -subj "/"
|