mirror of
https://github.com/hak5/nano-tetra-modules.git
synced 2025-10-29 16:58:09 +00:00
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:
4
CursedScreech/includes/changelog/Version 1.6
Normal file
4
CursedScreech/includes/changelog/Version 1.6
Normal 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 />
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user