PHP Classes

File: Dockerfile

Recommend this page to a friend!
  Classes of Karl Holz   WebMap   Dockerfile   Download  
File: Dockerfile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: WebMap
Run nmap security audit tool from a Web interface
Author: By
Last change: Update of Dockerfile
Date: 1 year ago
Size: 206 bytes
 

Contents

Class file image Download
FROM kalilinux/kali-rolling RUN apt-get update && apt-get install -y nmap php && rm -rf /var/lib/apt/lists/* COPY index.php . COPY nmap.cls.php . EXPOSE 8080 CMD [ "php", "-S", "0.0.0.0:8080", "index.php" ]