birp icon indicating copy to clipboard operation
birp copied to clipboard

Porting to Python3

Open jacopodl opened this issue 3 years ago • 2 comments

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.

jacopodl avatar Nov 08 '21 09:11 jacopodl

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?

greycatsec avatar Oct 26 '22 19:10 greycatsec

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!

jacopodl avatar Oct 27 '22 22:10 jacopodl