Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/githubfoam/kali-sandbox
kali linux sandbox
https://github.com/githubfoam/kali-sandbox
ansible docker kali kali-linux vagrant
Last synced: 14 days ago
JSON representation
kali linux sandbox
- Host: GitHub
- URL: https://github.com/githubfoam/kali-sandbox
- Owner: githubfoam
- License: gpl-3.0
- Created: 2021-08-06T11:48:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-25T08:42:44.000Z (about 3 years ago)
- Last Synced: 2023-07-27T17:38:27.137Z (over 1 year ago)
- Topics: ansible, docker, kali, kali-linux, vagrant
- Language: Ruby
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kali-sandbox
[![ubuntu nagios core CI workflow](https://github.com/githubfoam/kali-sandbox/actions/workflows/ubuntu-workflow.yml/badge.svg?branch=main)](https://github.com/githubfoam/kali-sandbox/actions/workflows/ubuntu-workflow.yml)
~~~~
>vagrant init --template Vagrantfile.provision.ansible.erb
>vagrant up vg-kali-04
>vagrant ssh vg-kali-04>vagrant destroy -f vg-kali-04
>del Vagrantfile~~~~
~~~~
>vagrant init --template Vagrantfile.provision.bash.erb
>vagrant up vg-kali-02
>vagrant ssh vg-kali-02>vagrant destroy -f vg-kali-02
>del Vagrantfile~~~~
~~~~
>vagrant up vg-kali-02>vagrant ssh vg-kali-02
Linux vg-kali-02 5.10.0-kali3-amd64 #1 SMP Debian 5.10.13-1kali1 (2021-02-08) x86_64The programs included with the Kali GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.Kali GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
┏━(Message from Kali developers)
┃
┃ We have kept /usr/bin/python pointing to Python 2 for backwards
┃ compatibility. Learn how to change this and avoid this message:
┃ ⇒ https://www.kali.org/docs/general-use/python3-transition/
┃
┗━(Run “touch ~/.hushlogin” to hide this message)
┌──(vagrant㉿vg-kali-02)-[~]
└─$>vagrant destroy -f vg-kali-02
~~~~
~~~~
>vagrant up vg-kali-04 vg-kali-05>vagrant ssh vg-kali-05
$ ping -c 2 192.168.50.5
PING 192.168.50.5 (192.168.50.5) 56(84) bytes of data.
64 bytes from 192.168.50.5: icmp_seq=1 ttl=64 time=0.632 ms
64 bytes from 192.168.50.5: icmp_seq=2 ttl=64 time=0.466 ms$ ping -c 2 vg-kali-04
PING vg-kali-04.local (192.168.50.5) 56(84) bytes of data.
64 bytes from vg-kali-04.local (192.168.50.5): icmp_seq=1 ttl=64 time=0.685 ms
64 bytes from vg-kali-04.local (192.168.50.5): icmp_seq=2 ttl=64 time=0.667 ms>vagrant destroy -f vg-kali-04 vg-kali-05
~~~~
~~~~
GUI interface
username/password vagrant/vagranthttps://app.vagrantup.com/kalilinux/boxes/rolling
~~~~
~~~~
https://hub.docker.com/u/kalilinuxhttps://hub.docker.com/r/kalilinux/kali-rolling
~~~~