Este commit está contenido en:
Your Name
2020-05-28 10:33:12 +00:00
padre dc5f703502
commit 5d49646989
Se han modificado 3 ficheros con 33 adiciones y 0 borrados

Ver fichero

@@ -0,0 +1,24 @@
version: '2'
services:
night-games:
build: ./night-games
hostname: night-games
container_name: night-games
restart: always
entrypoint:
- /bin/bash
- /night-games/entrypoint.sh
volumes:
- ./night-games:/night-games
networks:
mynet:
ipv4_address: 172.23.0.101
networks:
mynet:
driver: bridge
ipam:
config:
- subnet: 172.23.0.0/24

Ver fichero

@@ -0,0 +1,4 @@
FROM debian:sid-slim
RUN apt update && apt -y upgrade && apt -y install git tor perl ruby bundler zlib1g-dev libcurl4-gnutls-dev python nyx && apt update
RUN gem install wpscan
WORKDIR /sqlmap

Ver fichero

@@ -0,0 +1,5 @@
#!/bin/bash
/etc/init.d/tor start
torsocks git clone https://gitlab.com/ninguno/rand.sh /sqlmap
torsocks git clone https://github.com/rezasp/joomscan /joomcan
/bin/sleep infinity