Soner Tari
Soner Tari
Yes, you are right. And you have probably noticed that the same issue exists for the Addr and TargetAddr options too, address should be specified before port. Fixing the documentation...
So do you now have a working solution, with your last socat.sh? Note that there is already a listening program in the sources, which lives under tests/testproxy/lp. Perhaps lp can...
SSLproxy does not support websocket protocol. You could filter based on destination IP if the dest IP serves websocket only, but I guess that's not what you want. Or if...
Can you try `Pass from ip 10.200.1.1 to host o2.pl log *`? Replace 10.200.1.1 with a source ip address. (Or you can perhaps try 10.200.1.*) This makes that Pass filter...
The [-w](https://github.com/sonertari/SSLproxy/blob/9879c7ba498efa44564a6d090d47f1aacea3ca46/src/sslproxy.1#L980) and [-W](https://github.com/sonertari/SSLproxy/blob/9879c7ba498efa44564a6d090d47f1aacea3ca46/src/sslproxy.1#L989) options are described in sslproxy(1). SSLproxy does not have an option to auto generate the CA cert it uses to forge the certs, you should pass...
It's hard to give advice or provide guidance/documentation on use cases. Mainly because it's complicated since there are too many variables, not just too many settings. So, you need to...
Guessing from the vm definition you didn't have any issues with v7.4, so this may be specific to v7.5. The first two error messages indicate a problem with the disk....
The UTMFW project uses Snort as IPS, but SSLproxy requires modification in Snort sources, more specifically I have developed a Snort preprocessor for SSLproxy. See: https://github.com/sonertari/UTMFW/blob/master/ports/distfiles/snort-2.9.20_sslproxy.diff But there is no...
I have developed an SSLproxy preprocessor for Snort IPS. You can find it in the ports folder of the UTMFW repo. This preprocessor is needed to parse the SSLproxy line...
Yes, the first suspect would be how you redirect packets to SSLproxy, as explained in the last paragraph of [Mode of Operation section in README](https://github.com/sonertari/SSLproxy#mode-of-operation). But I'm not sure how...