chmod +x
This commit is contained in:
0
tools/csrf_to_beef/csrf_to_beef
Normal file → Executable file
0
tools/csrf_to_beef/csrf_to_beef
Normal file → Executable file
3
tools/generate-certificate
Executable file
3
tools/generate-certificate
Executable file
@@ -0,0 +1,3 @@
|
||||
#! /bin/sh
|
||||
|
||||
openssl req -new -newkey rsa:3072 -sha256 -x509 -days 3650 -nodes -out beef_cert.pem -keyout beef_key.pem -subj "/CN=localhost"
|
||||
Reference in New Issue
Block a user