diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2022-09-24 01:51:43 -0400 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2022-09-24 01:51:43 -0400 |
| commit | 14d0504e13c115f18d0397756dee998cd36436ee (patch) | |
| tree | 39d672e494b0dbbd524b20ef8da8daad5feb6351 /agent-t/nmap | |
| parent | cf317c77c1a554cce31ee540e10e92a0b0893b7e (diff) | |
add agent-t
Diffstat (limited to '')
| -rw-r--r-- | agent-t/nmap | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/agent-t/nmap b/agent-t/nmap new file mode 100644 index 0000000..6a705a6 --- /dev/null +++ b/agent-t/nmap @@ -0,0 +1,14 @@ +# Nmap 7.93 scan initiated Sat Sep 24 01:44:36 2022 as: nmap -vvv -p 80 -sC -sV -oN nmap 10.10.166.198 +Nmap scan report for 10.10.166.198 +Host is up, received syn-ack (0.21s latency). +Scanned at 2022-09-24 01:44:37 EDT for 17s + +PORT STATE SERVICE REASON VERSION +80/tcp open http syn-ack PHP cli server 5.5 or later (PHP 8.1.0-dev) +| http-methods: +|_ Supported Methods: GET HEAD POST OPTIONS +|_http-title: Admin Dashboard + +Read data files from: /usr/bin/../share/nmap +Service detection performed. Please report any incorrect results at https://nmap.org/submit/ . +# Nmap done at Sat Sep 24 01:44:54 2022 -- 1 IP address (1 host up) scanned in 17.45 seconds |
