Files
autorecon/results/report.md/prometheus.lan.ddnsgeek.com/Commands.md
T
2026-04-14 17:49:38 +10:00

2.1 KiB

nmap -vv --reason -Pn -T4 -sV -sC --version-all -A --osscan-guess -oN "/root/results/prometheus.lan.ddnsgeek.com/scans/_quick_tcp_nmap.txt" -oX "/root/results/prometheus.lan.ddnsgeek.com/scans/xml/_quick_tcp_nmap.xml" prometheus.lan.ddnsgeek.com

nmap -vv --reason -Pn -T4 -sV -sC --version-all -A --osscan-guess -p- -oN "/root/results/prometheus.lan.ddnsgeek.com/scans/_full_tcp_nmap.txt" -oX "/root/results/prometheus.lan.ddnsgeek.com/scans/xml/_full_tcp_nmap.xml" prometheus.lan.ddnsgeek.com

feroxbuster -u http://prometheus.lan.ddnsgeek.com:80/ -t 10 -w /root/.local/share/AutoRecon/wordlists/dirbuster.txt -x "txt,html,php,asp,aspx,jsp" -v -k -n -q -e -r -o "/root/results/prometheus.lan.ddnsgeek.com/scans/tcp80/tcp_80_http_feroxbuster_dirbuster.txt"

curl -sSikf http://prometheus.lan.ddnsgeek.com:80/.well-known/security.txt

curl -sSikf http://prometheus.lan.ddnsgeek.com:80/robots.txt

curl -sSik http://prometheus.lan.ddnsgeek.com:80/

nikto -ask=no -Tuning=x4567890ac -nointeractive -host http://prometheus.lan.ddnsgeek.com:80 2>&1 | tee "/root/results/prometheus.lan.ddnsgeek.com/scans/tcp80/tcp_80_http_nikto.txt"

nmap -vv --reason -Pn -T4 -sV -p 80 --script="banner,(http* or ssl*) and not (brute or broadcast or dos or external or http-slowloris* or fuzzer)" -oN "/root/results/prometheus.lan.ddnsgeek.com/scans/tcp80/tcp_80_http_nmap.txt" -oX "/root/results/prometheus.lan.ddnsgeek.com/scans/tcp80/xml/tcp_80_http_nmap.xml" prometheus.lan.ddnsgeek.com

ffuf -u http://prometheus.lan.ddnsgeek.com:80/ -t 10 -w /usr/share/seclists/Discovery/DNS/subdomains-top1million-110000.txt -H "Host: FUZZ.prometheus.lan.ddnsgeek.com" -mc all -fs 17 -r -noninteractive -s | tee "/root/results/prometheus.lan.ddnsgeek.com/scans/tcp80/tcp_80_http_prometheus.lan.ddnsgeek.com_vhosts_subdomains-top1million-110000.txt"

whatweb --color=never --no-errors -a 3 -v http://prometheus.lan.ddnsgeek.com:80 2>&1

nmap -vv --reason -Pn -T4 -sU -A --top-ports 100 -oN "/root/results/prometheus.lan.ddnsgeek.com/scans/_top_100_udp_nmap.txt" -oX "/root/results/prometheus.lan.ddnsgeek.com/scans/xml/_top_100_udp_nmap.xml" prometheus.lan.ddnsgeek.com