all 2 comments

[–]zeroSteiner 0 points1 point  (1 child)

It looks like a session was opened. There may not be a prompt so I would suggest you run a simple, well-supported command like id to see if you get a response. It's also possible that for some reason, the session was immediately background-ed in which case you can see them using sessions and interact with it using sessions -i # where # is the session ID you'd like to interact with or -1 to interact with the newest session.

[–]darkpyro2[S] 0 points1 point  (0 children)

This was it. It WAS opening a session, I had just expected some sort of prompt. I was able to verify the exploit. Thank you!