Fix shitty readme
This commit is contained in:
17
README.md
17
README.md
@@ -1,13 +1,26 @@
|
||||
|
||||
|
||||
████████╗ ██████╗ ██████╗ ██╗ ██╗██╗
|
||||
╚══██╔══╝██╔═══██╗██╔══██╗╚██╗██╔╝██║
|
||||
██║ ██║ ██║██████╔╝ ╚███╔╝ ██║
|
||||
██║ ██║ ██║██╔══██╗ ██╔██╗ ██║
|
||||
██║ ╚██████╔╝██║ ██║██╔╝ ██╗██║
|
||||
╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝
|
||||
|
||||
|
||||
|
||||
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 ====
|
||||
## Gateway
|
||||
echo -e 'FROM alpine:latest \n'\
|
||||
'RUN apk add --update tor iptables iproute2 curl' |\
|
||||
docker build -t "torxi_gw" -
|
||||
|
||||
==== Workstation ====
|
||||
## Workstation
|
||||
https://www.kali.org/news/kali-linux-metapackages/
|
||||
|
||||
echo -e 'FROM kalilinux/kali-rolling:latest \n\n'\
|
||||
'RUN apt-get update \n\n'\
|
||||
'RUN apt-get dist-upgrade -y \n\n'\
|
||||
|
||||
Reference in New Issue
Block a user