fresh autorecon run
This commit is contained in:
@@ -3,6 +3,8 @@ nmap -vv --reason -Pn -T4 -sV -sC --version-all -A --osscan-guess -oN "/root/res
|
||||
|
||||
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
|
||||
@@ -13,8 +15,6 @@ 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 -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
|
||||
|
||||
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"
|
||||
@@ -35,8 +35,6 @@ nmap -vv --reason -Pn -T4 -sV -p 443 --script="banner,(http* or ssl*) and not (b
|
||||
|
||||
sslscan --show-certificate --no-colour node-red.lan.ddnsgeek.com:443 2>&1
|
||||
|
||||
ffuf -u https://node-red.lan.ddnsgeek.com:443/ -t 10 -w /usr/share/seclists/Discovery/DNS/subdomains-top1million-110000.txt -H "Host: FUZZ.node-red.lan.ddnsgeek.com" -mc all -fs 19 -r -noninteractive -s | tee "/root/results/node-red.lan.ddnsgeek.com/scans/tcp443/tcp_443_https_node-red.lan.ddnsgeek.com_vhosts_subdomains-top1million-110000.txt"
|
||||
|
||||
whatweb --color=never --no-errors -a 3 -v https://node-red.lan.ddnsgeek.com:443 2>&1
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user