Update Tue Jan 25 09:59:37 AM CST 2022
This commit is contained in:
parent
87d4dcc58c
commit
6746a513a8
|
|
@ -31,11 +31,15 @@
|
||||||
- 0xC0FFEE Home Lab Build
|
- 0xC0FFEE Home Lab Build
|
||||||
https://docs.google.com/document/d/1DH-epmXJMvQtOnDQYa3zUXvq9497Mm3276K8frNz2UM
|
https://docs.google.com/document/d/1DH-epmXJMvQtOnDQYa3zUXvq9497Mm3276K8frNz2UM
|
||||||
|
|
||||||
|
# Revision 1.4.3 - MAPT Course pre-requirements + mobSF
|
||||||
|
- install all prequirements in kali for the MAPT Course
|
||||||
|
- git clone and install MobSF
|
||||||
|
|
||||||
# Revision 1.4.2 - fix_go_path function update
|
# Revision 1.4.2 - fix_go_path function update
|
||||||
- update to findrealuser variable :
|
- update to findrealuser variable :
|
||||||
- check for display 0 (:0) if found get user from display 0 tty login
|
- check for display 0 (:0) if found get user from display 0 tty login
|
||||||
- if display 0 (:0) is not found, get user from tty login
|
- if display 0 (:0) is not found, get user from tty login
|
||||||
- revision history 1.4.0 moved to changelog.txt
|
- revision history 1.4.0 moved to changelog.txt
|
||||||
|
|
||||||
# Revision 1.4.1 - PPA Course Prerequisites
|
# Revision 1.4.1 - PPA Course Prerequisites
|
||||||
- Menu Option P has changed option now installs pre-req the PPA Course
|
- Menu Option P has changed option now installs pre-req the PPA Course
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
# Standard Disclaimer: Author assumes no liability for any damage
|
# Standard Disclaimer: Author assumes no liability for any damage
|
||||||
|
|
||||||
# revision var
|
# revision var
|
||||||
revision="1.4.2"
|
revision="1.4.3"
|
||||||
|
|
||||||
# unicorn puke:
|
# unicorn puke:
|
||||||
red=$'\e[1;31m'
|
red=$'\e[1;31m'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue