mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-03-12 04:35:49 -07:00
directory structure has been simplified by grouping all the poisoners and servers in one folder impacket smb server has been replaced with responder's flask http server has beem replaced with responder's modified config file to support new changes
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 "/"
|