Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0x90/kali-scripts
Some usefull scripts for KaliLinux
https://github.com/0x90/kali-scripts
Last synced: 3 days ago
JSON representation
Some usefull scripts for KaliLinux
- Host: GitHub
- URL: https://github.com/0x90/kali-scripts
- Owner: 0x90
- Created: 2014-02-09T07:09:08.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-08-26T00:41:09.000Z (about 2 years ago)
- Last Synced: 2024-07-31T19:48:06.643Z (3 months ago)
- Language: Shell
- Size: 2.33 MB
- Stars: 451
- Watchers: 57
- Forks: 174
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kali scripts
Welcome to kali-scripts repository, which is created to help managing Kali Linux software installation.
Scripts are in development at the moment, so many bugs are present.
Please review code before launching. Feel free to commit bugs/patches.## Contents
This scripts are pretended to be used to automate installation or deployment of Kali Linux.
Every script can be launched separately except helper.sh which us just a functions storage file.autoinstall.sh - install ALL in AUTO mode
desktop.sh - desktop environment installation and postinstall configuration (Gnome, XFCE, KDE)
dev.sh - developer tools (GCC, Python, Ruby)
embedded.sh - embedded developer toolchains (MIPS, ARM)
hardware.sh - stuff to deal with hardware (Arduino, OLS, Sigrok)
helper.sh - misc helpful functions
internet.sh - browsers (Chrome, Firefox, Chromium) and IM (Jabber, Skype)
phone.sh - tools for communication with mobile phones (iOS, Android)
pentest.sh - pentest tools installation script (MITMf,)
postinstall.sh - common software installation and configuration (SSH, GDM, MSF, PostgreSQL)
video.sh - video drivers installation script (Nvidia, AMD)
vm.sh - script to install vm hypervisors or vm tools (VirtualBox, VMWare, Parallels)
wireless.sh - wireless stuff (WiFi, Bluetooth, SDR)## Makefile
New version of Kali scripts is beeing developeb. Try it!
```
make
make dev-mini
```## Docker
Docker build examople:
```
docker build --squash --rm -t .
```## TODO
Ideas and plans, things todo:
- Check everything to work under Kali 2018.1
- Check everything to work under Parrot
- Migrate from scripts to Makefile
- Use wifi-arsenal, sdr-arsenal, bluetooth-arsenal....
- Dockerfile with kali-scripts
- Vagrantfile with kali-scriptshttps://www.offensive-security.com/kali-linux/top-10-post-install-tips/