Browse
Jamf Nation Community
Products
Community & Events
Groups
Tech Thoughts
Jamf Nation Rewards
Help
Sign In
08-03-2021
charlesteese-mf
New Contributor II
Joined:
July 2017
User Statistics
4
Posts
0
Solutions
1
Kudos given
2
Kudos received
View all badges
Jamf Nation Community
About charlesteese-mf
User Activity
Posts
Replies
New MacOS 0day
12-31-2017
Someone decided to release a new MacOS 0day called IOHIDeous for New Years: https://siguza.github.io/IOHIDeous/
Re: Vulnerability 10.13 - Root
11-29-2017
@jstine I don't want all my devices to share a root password, I want it to be long and randomly generated.
Re: Vulnerability 10.13 - Root
11-29-2017
@stas21 you can use the same script to later change it to a set password (just set NewPassword to a string) or use the dsenableroot -d command once this issue has been fixed.
Re: Vulnerability 10.13 - Root
11-28-2017
I've written this script to randomize the root pass: #!/usr/bin/expect set NewPassword [exec openssl rand -base64 64] spawn passwd -u root expect "assword:" send "$NewPassword " expect "password:" send "$NewPassword " puts " Password Changed." expect...
Kudos from
User
Count
stas21
2
View all
Kudos given to
User
Count
chrijens
1
View all