Hello, I’m trying to write a reverse shell to send command from another computer.
here source code;
on windows machine I have errors;
C:/Users/fatih/Desktop/shello/shello.rb:7: syntax error, unexpected ‘|’, expecting ‘}’
|io|c.print io.read
C:/Users/fatih/Desktop/shello/shello.rb:7: syntax error, unexpected local variable or method, expecting end' |io|c.print io.read C:/Users/fatih/Desktop/shello/shello.rb:8: syntax error, unexpected '}', expecting
end’
What is my mistake?