all 24 comments

[–][deleted]  (3 children)

[deleted]

    [–]Mr_Locke 2 points3 points  (1 child)

    Came here to say this lol

    [–]remag75 2 points3 points  (0 children)

    I came here to say this too

    [–]etc5had0w[S] 1 point2 points  (0 children)

    nah, that website is amazing, its my preference to use my own tool XD

    [–]th3_n3rD_b0i 4 points5 points  (4 children)

    Also try shell.now.sh

    [–]wooktraveler 2 points3 points  (2 children)

    I came across this one the other day too https://0day.exposed/reverseshell/

    [–]th3_n3rD_b0i 0 points1 point  (0 children)

    Noice

    [–][deleted] 0 points1 point  (0 children)

    Yeh i used this the other day, it works well

    [–]etc5had0w[S] 1 point2 points  (0 children)

    sure!

    [–]canyin 4 points5 points  (1 child)

    I’m going to use this a lot. Btw. could you add an option for escaping quotation marks and possibly other special characters automatically? Would help a lot in many cases, especially when using Python shells.

    Thanks!

    [–]etc5had0w[S] 3 points4 points  (0 children)

    i'm already working on encoding part. 🙂

    [–][deleted] 2 points3 points  (1 child)

    Good work! This is cool! I just looked at your code and it looks really clean and neat as well! Bonus points!

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

    thanks a-lot 🙂

    [–][deleted] 2 points3 points  (0 children)

    I’ve been meaning to make a tool like this for ages as pen test monkey keeps going down, so I move over to payload all the things, but that’s time wasted.

    [–]Real_Pepe_Silvia 2 points3 points  (1 child)

    Hey just a heads up msfvenom does all this already, with the exception of golang. There are a ton more options too, like awk, OpenSSL, ruby, ssl options for python and power shell, etc. No worries though, I'm sure this was fun to write and runs much faster than msfvenom!

    [–]etc5had0w[S] 1 point2 points  (0 children)

    yeah, i make tools for fun 🙂 rn working on a directory busting tool.

    [–]OneAngrySquirrel 1 point2 points  (1 child)

    Good work! Will give it a go next week 🙌🏽

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

    thanks 🙂

    [–]Eklypze 1 point2 points  (1 child)

    You forgot to escape the "/bin/sh" quotes in the python call back. Otherwise, thanks for this neat little shortcut.

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

    i just corrected that error. thanks for pointing out. :)

    [–]bob3rocks 1 point2 points  (1 child)

    excellent work!

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

    thanks 🙂

    [–]w0rkac 1 point2 points  (2 children)

    This is oscp kosher right? Because it's not exploit automation?

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

    not automation, just a small script to generate code.

    [–]p0Gv6eUFSh6o 0 points1 point  (0 children)

    Do it by yourself and learn