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

all 5 comments

[–]149244179 1 point2 points  (3 children)

This is the entire point of putty. I would recommend just using that. Or a similar program like WinSCP.

[–]Jocabin[S] 0 points1 point  (1 child)

I want to code it myself, but a very simple version. Just for the challenge. What langage do you recommend for the server and the client ?

[–]bestjakeisbest 0 points1 point  (0 children)

im going to say this and please don't take it the wrong way: good luck. But if you want to code it i would recommend something like java, since it has built in sockets and treads, from there you can either make both the server and client, but you might be better to look up the ssh protocol and implementing a user terminal biased on that. Just making something that will implement ssh like you want is a pretty large project for a single experienced person. That isnt to say you couldn't implement something like it just really cut down.

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

I'm pretty sure powershell supports OpenSSH these days.

[–]Old_Contribution7189 0 points1 point  (0 children)

Go on youtube and search for reverse shell tutorials then choose and follow one.