Skip to content

Commit

Permalink
added new wordlist and kerbrute
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrf45 committed Dec 10, 2023
1 parent 757816b commit 68b7eb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ RUN cp /home/kali/resources/tmux.conf /home/kali/.tmux.conf \
&& cp -r /home/kali/resources/bloodhound /home/kali/.config/bloodhound \
&& cp -r /home/kali/resources/shell-upgrade.sh /home/kali/tools/shell-upgrade.sh \
&& cp -r /home/kali/resources/recon.sh /home/kali/.local/bin/recon.sh && chmod +x /home/kali/.local/bin/recon.sh \
&& cp -r /home/kali/resources/proxychains.conf /home/kali/.proxychains/proxychains.conf
&& cp -r /home/kali/resources/proxychains.conf /home/kali/.proxychains/proxychains.conf \
&& cp -r /home/kali/resources/kerbrute /home/kali/.local/bin/kerbrute && chmod +x /home/kali/.local/bin/kerbrute

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

Expand Down
Binary file added resources/kerbrute
Binary file not shown.
2 changes: 2 additions & 0 deletions sources/3-wordlists.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ wget "https://raw.githubusercontent.com/danielmiessler/SecLists/master/Fuzzing/S
wget "https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/DNS/subdomains-top1million-20000.txt" -q -O $HOME/.wordlists/dns.txt

wget "https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/DNS/bitquark-subdomains-top100000.txt" -q -O $HOME/.wordlists/dns-1.txt

wget "https://raw.githubusercontent.com/jeanphorn/wordlist/master/usernames.txt" -q -O $HOME/.wordlists/usernames.txt

0 comments on commit 68b7eb7

Please sign in to comment.