Skip to content

Instantly share code, notes, and snippets.

@ftiff
Last active February 15, 2017 10:30
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ftiff/67a9a4fa7a6468f962ee5ca77232e4a1 to your computer and use it in GitHub Desktop.
Save ftiff/67a9a4fa7a6468f962ee5ca77232e4a1 to your computer and use it in GitHub Desktop.
Default Login Window payload profile for Casper Suite
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1">
<dict>
<key>SHOWFULLNAME</key>
<false/>
<key>HideLocalUsers</key>
<false/>
<key>HideMobileAccounts</key>
<false/>
<key>IncludeNetworkUser</key>
<false/>
<key>HideAdminUsers</key>
<false/>
<key>SHOWOTHERUSERS_MANAGED</key>
<true/>
<key>ShutDownDisabled</key>
<true/>
<key>UseComputerNameForComputerRecordName</key>
<false/>
<key>EnableExternalAccounts</key>
<true/>
<key>DisableConsoleAccess</key>
<false/>
<key>AdminMayDisableMCX</key>
<false/>
<key>LocalUserLoginEnabled</key>
<true/>
<key>LocalUsersHaveWorkgroups</key>
<false/>
<key>FlattenUserWorkgroups</key>
<false/>
<key>CombineUserWorkgroups</key>
<true/>
<key>AlwaysShowWorkgroupDialog</key>
<false/>
<key>RetriesUntilHint</key>
<integer>3</integer>
<key>AllowList</key>
<array/>
<key>DenyList</key>
<array/>
</dict>
</plist>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1">
<dict>
<key>DisableGuestAccount</key>
<false/>
<key>EnableGuestAccount</key>
<true/>
</dict>
</plist>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1">
<dict>
<key>skipLoginHook</key>
<false/>
<key>skipLogoutHook</key>
<false/>
</dict>
</plist>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1">
<dict>
<key>MultipleSessionEnabled</key>
<false/>
<key>com.apple.autologout.AutoLogOutDelay</key>
<integer>1800</integer>
<key>com.apple.logout.AutoLogOutDelay</key>
<integer>1800</integer>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment