Closed capnspacehook closed 6 years ago
Thanks for raising this Issue!
I have studied the problem and indeed found that this bind shell was not working properly. I already commited the fixes to the main branch.
I tested it a few times and it works fine now, at least in my computer. If you wish to test it yourself, feel yourself free to do so.
Again, thanks for aiding me with shellpop development!
Commit fix is in 777b17c
No problem! Thanks for looking into it so quickly!
As I was going though all the bind shells testing for an upcoming PR, I noticed that I could not get the linux/bind/tcp/ruby shell to work. Every time I ran it I got this error from sh:
From the looks of it, I'm guessing bash doesn't like
f.accept
as a file descriptor, but not sure how to fix that. My ruby knowledge is very little.