Update Fri Jan 21 11:05:03 PM CST 2022
This commit is contained in:
parent
7b841c9cf8
commit
7091045831
11
README.md
11
README.md
|
|
@ -35,6 +35,7 @@
|
|||
- update to findrealuser variable :
|
||||
- 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
|
||||
- revision history 1.4.0 moved to changelog.txt
|
||||
|
||||
# Revision 1.4.1 - PPA Course Prerequisites
|
||||
- Menu Option P has changed option now installs pre-req the PPA Course
|
||||
|
|
@ -46,16 +47,6 @@
|
|||
- will be applied in options 0, 1 or N
|
||||
- revision history 1.3.9 moved to changelog.txt
|
||||
|
||||
# Revision 1.4.0 - httprobe added
|
||||
- added fix_httprobe to fix_missing function
|
||||
- checks for /usr/bin/httprobe if not installed install it via kali repo
|
||||
- function will be called via menu options
|
||||
- 1 - fix missing
|
||||
- 0 - fix all ( only runs 1 thru 8 )
|
||||
- N - new vm setup
|
||||
- H - standalone function
|
||||
- added menu option H only this fix will be applied
|
||||
|
||||
# Menu Breakdown of Pimpmykali
|
||||
|
||||
- Menu option N (New Users/New VM's Should start here!)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,13 @@
|
|||
# Revision 1.4.0 - httprobe added
|
||||
- added fix_httprobe to fix_missing function
|
||||
- checks for /usr/bin/httprobe if not installed install it via kali repo
|
||||
- function will be called via menu options
|
||||
- 1 - fix missing
|
||||
- 0 - fix all ( only runs 1 thru 8 )
|
||||
- N - new vm setup
|
||||
- H - standalone function
|
||||
- added menu option H only this fix will be applied
|
||||
|
||||
# Revision 1.3.9 - Kali 2021.4 Update
|
||||
- creates symlink linking /bin/python2.7 to /bin/python
|
||||
- python is python2.7
|
||||
|
|
|
|||
Loading…
Reference in New Issue