Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Add wordlist package to Kali image #272

Merged
merged 2 commits into from
Jan 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Updated collection in BASH lesson file to 9 (PacketPushers) [#258](https://github.com/nre-learning/nrelabs-curriculum/pull/258)
- Disable caching for all image builds [#260](https://github.com/nre-learning/nrelabs-curriculum/pull/260)
- New Images and PoC Lessons for NXTWORK 2019 Hackathon [#261](https://github.com/nre-learning/nrelabs-curriculum/pull/261)
- Add wordlist package to Kali image [#272](https://github.com/nre-learning/nrelabs-curriculum/pull/272)

## v1.0.0 - August 08, 2019

Expand Down
2 changes: 1 addition & 1 deletion images/kali/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM kalilinux/kali-linux-docker

RUN apt-get update && apt-get install -y openssh-server \
zlib1g-dev libcurl4-openssl-dev libxml2 libxml2-dev libxslt1-dev ruby-dev build-essential
zlib1g-dev libcurl4-openssl-dev libxml2 libxml2-dev libxslt1-dev ruby-dev build-essential wordlists

# python \
# python-pip dnsutils iputils-ping git vim curl util-linux sshpass nano jq sudo
Expand Down