sensepost / birp

Big Iron Recon & Pwnage
124 stars 33 forks source link

Porting to Python3 #11

Open jacopodl opened 2 years ago

jacopodl commented 2 years ago

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.

greycatsec commented 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?

jacopodl commented 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, 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!