mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-06 04:31:30 +00:00
4 lines
133 B
Bash
Executable File
4 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 "/"
|