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

3.2 KiB

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

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

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

feroxbuster -u http://node-red.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/node-red.lan.ddnsgeek.com/scans/tcp80/tcp_80_http_feroxbuster_dirbuster.txt"

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

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

curl -sSik http://node-red.lan.ddnsgeek.com:80/

nikto -ask=no -Tuning=x4567890ac -nointeractive -host http://node-red.lan.ddnsgeek.com:80 2>&1 | tee "/root/results/node-red.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/node-red.lan.ddnsgeek.com/scans/tcp80/tcp_80_http_nmap.txt" -oX "/root/results/node-red.lan.ddnsgeek.com/scans/tcp80/xml/tcp_80_http_nmap.xml" node-red.lan.ddnsgeek.com

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

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

feroxbuster -u https://node-red.lan.ddnsgeek.com:443/ -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/node-red.lan.ddnsgeek.com/scans/tcp443/tcp_443_https_feroxbuster_dirbuster.txt"

curl -sSikf https://node-red.lan.ddnsgeek.com:443/.well-known/security.txt

curl -sSikf https://node-red.lan.ddnsgeek.com:443/robots.txt

curl -sSik https://node-red.lan.ddnsgeek.com:443/

nikto -ask=no -Tuning=x4567890ac -nointeractive -host https://node-red.lan.ddnsgeek.com:443 2>&1 | tee "/root/results/node-red.lan.ddnsgeek.com/scans/tcp443/tcp_443_https_nikto.txt"

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

sslscan --show-certificate --no-colour node-red.lan.ddnsgeek.com:443 2>&1

whatweb --color=never --no-errors -a 3 -v https://node-red.lan.ddnsgeek.com:443 2>&1