PortalAuth, Papers, and CursedScreech Updates (#87)

* Version 1.9

* Version 2.0

* Version 1.6

* Updated Papers to v2.0

* Replaced readKeys.sh with cfgNginx.py

* Fixed PKCS12 export bug

Co-authored-by: combsn <combsn@usc.edu>
This commit is contained in:
Nick
2020-07-19 16:24:52 -04:00
committed by GitHub
parent f1ca07b311
commit aa43cb5e23
54 changed files with 4244 additions and 182 deletions

View File

@@ -0,0 +1,4 @@
December 26, 2019
<br /><br />
- Fixed bug in latest firmware that saved module settings in an invalid state causing issues when running Sein.<br />

View File

@@ -1,8 +1,8 @@
kuro_key=
target_key=
client_serial=File does not exist
iface_name=br-lan
iface_ip=172.16.42.1
iface_name=wlan2
iface_ip=192.168.0.138
mcast_group=231.253.78.29
mcast_port=19578
target_list=/pineapple/modules/CursedScreech/includes/forest/targets.log

View File

@@ -6,4 +6,4 @@ if [ $# -lt 1 ]; then
fi
ifconfig $1 | grep inet | awk '{split($2,a,":"); print a[2]}'
ifconfig $1 | grep inet | awk '{split($2,a,":"); print a[2]}' | tr -d '\n'