Skip to content

Files

Latest commit

03cdfd1 · Jul 25, 2022

History

History

Ping

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 12, 2020
Jul 25, 2022

README.md

Ping Command

Using {{domain}} ReconNess replace {{domain}} for the subdomain.

ping {{domain}} -c 1

Ping Script

Check Script file

Ping Dockerfile Entry

# -------- Agents dependencies -------- 

# To allow run ping inside the docker

RUN apt-get update && apt-get install -y iputils-ping

# -------- End Agents dependencies --------