Russ Dill

Results 48 comments of Russ Dill

The packing isn't perfect on nearly every single configuration, so there are a few cases where you can know you have a t+1 situation. However, any t+2 case is going...

Can you do an import json and then do a json.dumps(msg_decoded, indent=4)? On Tue, Mar 22, 2016 at 1:19 PM, aszhiak [email protected] wrote: > Hello I'm trying to execute the...

Put the import line with the other imports, and put the dumps line on the line before the error. On Wed, Mar 23, 2016 at 3:28 AM, aszhiak [email protected] wrote:...

Sorry, forget about the popen thing. Try this script: https://gist.github.com/russdill/2052a68801bb09925c77 But rather than running it directly, let openconnect run it with --csd-wrapper tncc.py --user-agent "Mozilla/5.0 (X11; U; Linux i686; en-US;...

My bad, the line should be print json.dumps(msg.decoded, indent=4) On Sat, Mar 26, 2016 at 3:08 PM, aszhiak [email protected] wrote: > I have tried both script with the import and...

hmmm...after the response = self.parse_response(), can you put a: print json.dumps(response, indent=4) On Sat, Mar 26, 2016 at 3:19 PM, aszhiak [email protected] wrote: > No problem.. If I knew python...

Ok, so it's saying policies don't exist for Linux, maybe there is a way to handle that. But can you try a windows user agent string first? Mozilla/5.0 (Windows NT...

ok, now try removing the print json.dumps and see if it works. On Sun, Mar 27, 2016 at 1:20 PM, aszhiak [email protected] wrote: > I have changed useragent inside tnnc.py...

OK, it's not liking the answer you are giving for the policies. Where it responds to the policies and says 'OK', change the OK to Fail. If this doesn't work,...

I'm guessing the juniper-vpn.py script gives you a "Unknown form type: frm". It looks like it could be a confirmation form though. The forms that openconnect and juniper-vpn.py know about...