Skip to content

Commit

Permalink
Fix repository address and comment vm config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza-Megahed authored Mar 7, 2019
1 parent 80a6444 commit cc31d4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# WebMap
# -
# https://github.com/Rev3rseSecurity/WebMap
# https://github.com/Hamza-Megahed/WebMap
# Rev3rse Security: https://www.youtube.com/rev3rsesecurity
# Author: theMiddle
# -
# Usage:
# $ cd /opt
# $ git clone https://github.com/Rev3rseSecurity/WebMap.git
# $ git clone https://github.com/Hamza-Megahed/WebMap.git
# $ cd WebMap/docker
# $ docker build -t webmap:latest .
# $ docker run -d -v /opt/WebMap/docker/xml:/opt/xml -p 8000:8000 webmap:latest
Expand All @@ -30,12 +30,12 @@ RUN mkdir /opt/xml && mkdir /opt/notes && \

RUN pip3 install Django requests xmltodict && \
cd /opt/ && django-admin startproject nmapdashboard && cd /opt/nmapdashboard && \
git clone https://github.com/Rev3rseSecurity/WebMap.git nmapreport && \
git clone https://github.com/Hamza-Megahed/WebMap.git nmapreport && \
cd nmapreport && git checkout v2.3/master

COPY settings.py /opt/nmapdashboard/nmapdashboard/
COPY urls.py /opt/nmapdashboard/nmapdashboard/
COPY vimrc /root/.vimrc
# COPY vimrc /root/.vimrc
COPY tzdata.sh /root/tzdata.sh
COPY startup.sh /startup.sh

Expand Down

2 comments on commit cc31d4a

@asavaresi7
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, I have a problem, how do I put the token? I enter the command ./token.py gives me the token I enter on the web and does not enter the website is left marked.

@Hamza-Megahed
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi,
Do you mean telegram bot_token ?

Please sign in to comment.