Sign inSign up

ritchie1970/kali

By ritchie1970

Updated over 1 year ago

Halesowen College version of Kali Linux used for tutorials created by H@cker1.

Image
Security
0

173

ritchie1970/kali repository overview

Kali Linux - CLI/GUI Desktop

choose between TINY SIZE or COMMON TOOLS

both supported by Remote Desktop Protocol and Virtual Network Computing

This version of Kali Linux has been prepared for students to follow along tutorials created for the Cyber Security and Ethical Hacking programmes. This docker image creates a box that can be a component of a larger virtual infrastructure. This box would allow the user to become the hacker of a network.

Usage:

Pull the image using:

docker run -d -p 3389:3389 -h attacker --rm --name kali ritchie1970/kali:common

  • -d

    Detach from the running image

  • -p

    GUI remote access - set the connecting port to 3389 (RDP), Port 5901 (VNC) is also available for connection.
    You can remove the ports and use the image interactively (-it) in order to access the terminal.

  • -h

    Set the Hostname

  • --rm

    Remove the container on exit.

  • --name

    Name the running container.

  • Finally the name of the image and :tag

Username: kali and Password: kali - root is also available as sudo.


Tools included:

♟️Git 🏓Ping 😴Nmap and Zenmap 🥏Netdiscover 🚫Terminator 👤GoBuster 👀WP Scan 🤘🏾Chromium 🐩Neo Fetch 🐈NCat 🛜IP 🤬Metasploit-Framework 🙎‍♂️JohnTheRipper and many more added.

Tag summary

Content type

Image

Digest

sha256:d8ab77868

Size

1.5 GB

Last updated

over 1 year ago

docker pull ritchie1970/kali:common