ryanmrestivo/kali-setup
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# Kali Linux Setup Script This repository contains a script designed to automate the setup of Kali Linux with essential tools and configurations. It's born out of frustration with existing repositories and aims to provide a more reliable and comprehensive setup for Kali Linux users. #TODO Fix bbot, htop, bashtop, desktop, wallpapers https://github.com/edoardottt/takeover ## Prerequisites - Root access ## Installation curl -sSL https://raw.githubusercontent.com/ryanmrestivo/kali-setup/main/kali-setup.sh -o kali-setup.sh chmod +x kali-setup.sh sudo ./kali-setup.sh If you have issues because of missing pip: 1. Open terminal as root. 2. Install pip by running the following command: python install get-pip.py ## Usage 1. Once installed, use the 'tree' command to list files in a directory in a tree-like structure. 2. Use 'htop' for an interactive text-mode process viewer. 3. ... (additional usage instructions) ## Troubleshooting - If you encounter an error with the update script, type `dos2unix [filename]` in the terminal. - If you receive notifications from Metasploit regarding a minimal distribution, type `sudo tasksel` and use the space bar to add/remove packages. ## Considerations When running downloaded packages, use a virtual enviornment. python3 -m venv venv source venv/bin/activate pip install -r requirements.txt python example.py -example-commands ## Contributing Contributions are welcome! ## Contact For more information or support, please contact at my email on my GitHub profile page.