This commit is contained in:
Brendan Coles
2014-12-04 06:10:05 +00:00
parent 46ac92f668
commit 2ff49ecb79
2 changed files with 0 additions and 0 deletions

0
tools/csrf_to_beef/csrf_to_beef Normal file → Executable file
View File

3
tools/generate-certificate Executable file
View 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"