Tip for Recon

1 – Get the company IPs range X.X.X.X/24 2 – Run nmap -p 80,448,8080 IP/24 -oN file.txt 3 – Use any IP extractor or API in case of automation or bash then save it on IPs.txt 4- run httpx -l IPs.txt -o final.txt 5 – run nuclei -l final.txt. submi…

July 22, 2023
Read More >>