Update Tue Jan 25 09:59:37 AM CST 2022

This commit is contained in:
Dewalt 2022-01-25 09:59:38 -06:00
parent 87d4dcc58c
commit 6746a513a8
2 changed files with 6 additions and 2 deletions

View File

@ -31,6 +31,10 @@
- 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

View File

@ -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'