https://github.com/jgamblin/blackhat-macos-config
Configure Your Macbook For Blackhat
https://github.com/jgamblin/blackhat-macos-config
blackhat macos-setup security
Last synced: 3 months ago
JSON representation
Configure Your Macbook For Blackhat
- Host: GitHub
- URL: https://github.com/jgamblin/blackhat-macos-config
- Owner: jgamblin
- License: mit
- Created: 2018-08-04T17:06:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-05T00:40:24.000Z (about 7 years ago)
- Last Synced: 2025-04-05T13:41:35.559Z (6 months ago)
- Topics: blackhat, macos-setup, security
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 169
- Watchers: 10
- Forks: 54
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Black Hat macOS Config
A simple shell script to configure your Mac to some of the most commonly recommended settings for the world's most dangerous hacking conferences (Black Hat/Defcon) or every day life.**Warning:** Tool does not ask before making changes.
## What It Does:
- Deletes Saved Wireless Networks.
- ~~Disable Wireless Network Auto Join.~~ < This cant be done programmatically. `¯\_(ツ)_/¯`
- Require Password Immediately After Sleep
- Turns On Firewall.
- Enables Stealth Mode
- Installs Needed System Updates.
- Validates System Integrity Protection is enabled.
- Enables Full Disk Encryption.Note: Script Will Prompt For Password If Not Root.
## Usage:
- Review for your preferences and comment out options **You** don't want.
- Set `homessid` and `workssid` variable to stop from deleting those!To Run:
```
chmod +x blackhat-macos-config.sh
./blackhat-macos-config.sh
```## Important Notice
I likely don't know what I am doing and this could be done faster, better and simpler some other way. These scripts could also break your MacBook and make you cry.