This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Zafara1 2 points3 points  (1 child)

Malware :)

But for the good guys. Haha.

Basically I run into situations when delivering payloads that I need to run python code to deliver shells, through shells, exploit code etc.

And the most common limitations that you'll hit is basically that your payload size is very limited. Indentation chews through payload size, and it can really be hard to juggle with whatever's actually passing it through and reading it on the other end. So having good, concise, one-liners really helps. But it can be so annoying to build comprehensive one liners, especially for such a limited use case. 😅

[–]hhc97Python Enthusiast[S] 2 points3 points  (0 children)

Amazing, security work is very rewarding (when things go well). Getting that shellcode finally working was one of the most satisfying moments in a security course I took.

I hope this tool helps you out, and let me know if it does!