Using {{domain}} ReconNess replace {{domain}} for the subdomain.
python3 dirsearch.py -u {{domain}} -e php -r
/app/dirsearch/dirsearch.py -u {{domain}} -e php -r
Check Script file
# -------- Agents dependencies --------
# To allow run dirsearch inside the docker
RUN apt-get update && apt-get install -y git python3 python3-pip
RUN git clone https://github.com/maurosoria/dirsearch.git
RUN cd dirsearch && pip3 install -r requirements.txt
# -------- End Agents dependencies --------