(no title)
Sohcahtoa82 | 12 days ago
It would respond to messages that began with "!shell" and would run whatever shell command you gave it. What I found quickly was that it was running inside a container that was extremely bare-bones and did not have egress to the Internet. It did have curl and Python, but not much else.
The containers were ephemeral as well. When you ran !shell, it would start a container that would just run whatever shell commands you gave it, the bot would tell you the output, and then the container was deleted.
I don't think anyone ever actually achieved persistence or a container escape.
e12e|12 days ago
So trade exfiltration via curl with exfiltration via DNS lookup?
charcircuit|12 days ago
turnsout|12 days ago
alfiedotwtf|12 days ago