Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
0x90 committed Feb 22, 2018
1 parent 24e971a commit f435216
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 11 deletions.
19 changes: 10 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -708,9 +708,13 @@ nrf24-flash-crazyradio:
################################## nrf24 #######################################

################################## reverse ######################################
##: reverse-deps - install reverse dependencies
##: reverse-deps - install dependencies for reverse engineering
reverse-deps:
sudo apt-get install -y libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386
apt-get install -y libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386

##: reverse-android - install tools for reverse Android engineering
reverse-android: dev-android dev-java
apt-get install -y abootimg smali android-sdk apktool dex2jar

##: reverse-firmware - install firmware RE/MOD tools
reverse-firmware:
Expand Down Expand Up @@ -784,20 +788,17 @@ hardware-signal:
#: deps - install basic dependecies and common tools *
deps: archivers common
#: dev-all - install ALL development tools *
dev: deps dev-vcs dev-python dev-build dev-crypto dev-network dev-ide dev-java dev-crossdev
dev-all: deps dev-vcs dev-python dev-build dev-crypto dev-network dev-ide dev-java dev-crossdev
#: dev-mini - install ALL development tools *
dev: deps dev-vcs dev-python dev-build dev-crypto dev-network
dev-mini: deps dev-vcs dev-python dev-build dev-crypto dev-network
#: wifi-deauth - tools for 80211 deauth: wifijammer, zizzania *
wifi-deauth: wifijammer zizzania
#: wifi-wpa - isetup ALL attacks on WPA/WPA2/WPA-Enterprise *
wifi-wpa: wifi-deauth wifite airgeddon handshaker
#: wifi-wps - install ALL WPS pwning tools and scripts *
wifi-wps: penetrator pixiewps wpsik reaver
#: wifi-rogueap - install Rogue AP and configuration scripts *
wifi-rogueap: rogueap-deps hotspotd #linset wifipumpkin
#: wifi-autopwn - install autopwn tools *
wifi-autopwn: wifite #wpsbreak autoreaver autowps autopixiewps
wifi: fresh dev wifi-rogueap python-wifi wifi-autopwn wifi-wps wifi-wpa
#: wifi-all - install ALL tools for Wi-Fi hacking *
wifi-all: fresh dev wifi-rogueap python-wifi wifi-autopwn wifi-wps wifi-wpa
#: nrf24 - Nordic Semiconductor NRF24XXX hacking tools *
nrf24: nrf24-deps nrf24-firmware
#: ism - soft for unlicensed bands: 433/866/915Mhz 2.4Ghz *
Expand Down
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,23 @@ Every script can be launched separately except helper.sh which us just a functio
vm.sh - script to install vm hypervisors or vm tools (VirtualBox, VMWare, Parallels)
wireless.sh - wireless stuff (WiFi, Bluetooth, SDR)

## Deploy
## Makefile

New version of Kali scripts is beeing developeb. Try it!
```
make
make dev-mini```
Development in progress
## 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-scripts
https://www.offensive-security.com/kali-linux/top-10-post-install-tips/
Empty file modified build.sh
100644 → 100755
Empty file.

0 comments on commit f435216

Please sign in to comment.