eppesuig

Results 15 comments of eppesuig

I have been reading the source code, but do not have any ideas about what is really going wrong. Sorry.

This is a more detailed log, got via `adb logcat` that probably points to the source problem "no default device defined": ``` 06-01 14:13:35.391 699 3994 I ActivityTaskManager: START u0...

I opened an issue against the operating system. You may find it [here](https://gitlab.com/LineageOS/issues/android/-/issues/3566). Let's see if it is an OS problem.

Hello, here it is: ```find Il\ grande\ lupo\ chiama/ Il grande lupo chiama/ Il grande lupo chiama/VIDEO_TS Il grande lupo chiama/VIDEO_TS/VIDEO_TS.IFO Il grande lupo chiama/VIDEO_TS/VIDEO_TS.BUP Il grande lupo chiama/VIDEO_TS/VIDEO_TS.VOB Il...

Thanks, but this seems not to be working in my case. I get error message: `fusermount: failed to unmount /keybase: Device or resource busy`

Hello, it seems the problem is not fixed. I am prompted for the password, but then the program stop like this: >Traceback (most recent call last): > File "/usr/local/bin/snxconnect", line...

Yes, the new patch fix the password problem. Now I get a different error message: > Login failed (expected MultiChallenge) Is this something I can work around? Thank you, Giuseppe

I may connect from Windows and cisco client without any second password. This is the complete (anonymised) output using --debug: > root@computer:~# snxconnect --debug --host vpn.XXXX.com --snxpath /usr/bin/snx --username user@domain...

Hello RAlf, this is the output I get, with debug. > root@computer:~# snxconnect --debug --host vpn.XXXXX.com --snxpath /usr/bin/snx --username user@XXXXX > Password: > sslvpn/Login/Login > https://vpn.XXXXX.com/sslvpn/Login/Login > sslvpn/Login/../Login/JS_RSA.js > {'modulus':...

Hello Ralf, I did install debian package mitmproxy and run it. It opened a regular proxy on localhost:8080. I setup the environment variable https_proxy=http://localhost:8080 before running your program, and I...