webpie@archlinux:~$ nmap -sV -sC --open target.example.com
Starting Nmap 7.94 ...
PORT STATE SERVICE VERSION
80/tcp open http nginx 1.24.0
443/tcp open ssl/http nginx
8080/tcp open http Apache Tomcat 9.0.71 ← outdated
webpie@archlinux:~$ nuclei -u https://target.example.com -t exposures/
[critical] CVE-2023-XXXX — exposed admin panel /manager/html
[info] X-Frame-Options header missing
[info] Content-Security-Policy not set
webpie@archlinux:~$