Skip to content

Commit

Permalink
Merge branch 'main' of github.com:alexrf45/kali-sec
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrf45 committed Dec 10, 2023
2 parents b04b1dd + 0f6c75f commit 757816b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ RUN cp /home/kali/resources/tmux.conf /home/kali/.tmux.conf \

RUN git clone https://github.com/samratashok/nishang.git

RUN git clone https://github.com/gustanini/PowershellTools.git

RUN git clone https://github.com/aniqfakhrul/powerview.py

RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" \
Expand Down
14 changes: 7 additions & 7 deletions sources/0-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@ base() {
sudo apt-get install -y wget curl man git zsh lolcat figlet \
tmux tree mousepad hexcurse file ruby ruby-dev vim nano p7zip-full kali-themes \
djvulibre-bin python3-pip python3-virtualenv libpcap-dev jq \
xpdf tmuxp man-db exploitdb rpcbind nfs-common feh cmake
xpdf tmuxp man-db exploitdb rpcbind nfs-common feh cmake recordmydesktop
}

network() {
sudo apt-get install -y netcat-traditional socat rlwrap nmap \
netdiscover masscan dnsutils onesixtyone braa tcpdump \
ftp telnet swaks snmpcheck snmpcheck snmp-mibs-downloader \
iputils-ping iproute2 proxychains sendmail ltrace
iputils-ping iproute2 proxychains sendmail ltrace raven
}

active_directory() {
sudo apt-get install -y \
smbclient smbmap evil-winrm bloodhound responder \
powershell ldap-utils
}
powershell ldap-utils enum4linux-ng
}

misc_tools() {
osint_tools() {
sudo apt-get install -y \
csvtool vinetto sqlitebrowser
csvtool vinetto sqlitebrowser exiflooter h8mail reconspider sn0int
}

base
network
active_directory
misc_tools
osint_tools

0 comments on commit 757816b

Please sign in to comment.