Fix shitty readme
This commit is contained in:
41
README.md
41
README.md
@@ -1,18 +1,31 @@
|
|||||||
|
|
||||||
|
|
||||||
|
████████╗ ██████╗ ██████╗ ██╗ ██╗██╗
|
||||||
|
╚══██╔══╝██╔═══██╗██╔══██╗╚██╗██╔╝██║
|
||||||
|
██║ ██║ ██║██████╔╝ ╚███╔╝ ██║
|
||||||
|
██║ ██║ ██║██╔══██╗ ██╔██╗ ██║
|
||||||
|
██║ ╚██████╔╝██║ ██║██╔╝ ██╗██║
|
||||||
|
╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Torxi needs an up and running Docker environment and a non-default docker network. Let's create one:
|
Torxi needs an up and running Docker environment and a non-default docker network. Let's create one:
|
||||||
docker network create --driver=bridge --subnet=192.168.0.0/24 torxi_net
|
|
||||||
|
|
||||||
==== Gateway ====
|
docker network create --driver=bridge --subnet=192.168.0.0/24 torxi_net
|
||||||
echo -e 'FROM alpine:latest \n'\
|
|
||||||
'RUN apk add --update tor iptables iproute2 curl' |\
|
## Gateway
|
||||||
docker build -t "torxi_gw" -
|
echo -e 'FROM alpine:latest \n'\
|
||||||
|
'RUN apk add --update tor iptables iproute2 curl' |\
|
||||||
==== Workstation ====
|
docker build -t "torxi_gw" -
|
||||||
|
|
||||||
|
## Workstation
|
||||||
https://www.kali.org/news/kali-linux-metapackages/
|
https://www.kali.org/news/kali-linux-metapackages/
|
||||||
echo -e 'FROM kalilinux/kali-rolling:latest \n\n'\
|
|
||||||
'RUN apt-get update \n\n'\
|
echo -e 'FROM kalilinux/kali-rolling:latest \n\n'\
|
||||||
'RUN apt-get dist-upgrade -y \n\n'\
|
'RUN apt-get update \n\n'\
|
||||||
'RUN apt-get install -y apt-utils xfce4 xfce4-terminal kali-linux-core metasploit-framework \n\n'\
|
'RUN apt-get dist-upgrade -y \n\n'\
|
||||||
'RUN apt-get install -y iproute2 curl firefox-esr vim autocutsel iputils-ping \n\n'\
|
'RUN apt-get install -y apt-utils xfce4 xfce4-terminal kali-linux-core metasploit-framework \n\n'\
|
||||||
'RUN apt-get install -y apt-utils novnc dbus-x11 x11vnc tightvncserver ' |\
|
'RUN apt-get install -y iproute2 curl firefox-esr vim autocutsel iputils-ping \n\n'\
|
||||||
docker build -t "torxi_ws" -
|
'RUN apt-get install -y apt-utils novnc dbus-x11 x11vnc tightvncserver ' |\
|
||||||
|
docker build -t "torxi_ws" -
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user