Open jacopodl opened 2 years ago
Hi @jacopodl ! I was wondering what the syntax for passing the proxy argument would be? I thought it'd be protocol:ip:port
but I can't get it to work with that or with proxychains :( Mind assisting?
Hi @jacopodl ! I was wondering what the syntax for passing the proxy argument would be? I thought it'd be
protocol:ip:port
but I can't get it to work with that or with proxychains :( Mind assisting?
Hi, the syntax for passing the proxy is the one accepted by s3270 (-proxy type:[user[:pass]@]server[:port]) have you tried to run only the s3270 application with the parameters you are interested in? If in this case everything works maybe there is some problem with birp, let me know!
Hello,
I added support to Python3 and added the ability to pass arguments to the 3270 executable. Also I did some refactoring and fixed some bugs.