Vitaly Shukela
Vitaly Shukela
@Diggsey, Unpacking crates (tar archives) should ignore file modes except of +x. In other words, behave like in Git. Shared group, g+rwx, sticky group bit and umask `002` (instead of...
@Diggsey, It looks like a rustup.rs's pull request, but the problem is in Cargo.
I though for a moment that it is about multi-user strategy for entire Rust, not just rustup.rs.
I share `.rustup` between two user accounts, but run `rustup` only from one of them (it has umask `0002`). Also the directly has sticky bit set. Seems to work.
CI only builds Docker images (including for aach64). Most release artifacts are built manually, on my laptop, including [websocat_max.aarch64-unknown-linux-musl](https://github.com/vi/websocat/releases/download/v1.14.0/websocat_max.aarch64-unknown-linux-musl). It is visible if you press "Show all 16 assets" button...
Is file size a problem for using the `_max` version of just the fact that URL is different? Attached current aarch64 musl build of the current master branch (without `_max`...
This should depend on how Websocat is built. I expect typical builds to support TLS 1.3 (if OpenSSL and system TLS libraries do so by default). Is there example of...
Tried locally: ``` $ /opt/websocat -v wss://node2.fr2.virtualhive.org [INFO websocat::lints] Auto-inserting the line mode [INFO websocat::stdio_threaded_peer] get_stdio_peer (threaded) [INFO websocat::ws_client_peer] get_ws_client_peer [INFO websocat::net_peer] Connected to TCP [2001:4d78:400:10a:6801:1fff:fe46:4694]:443 websocat: WebSocketError: WebSocketError: Received...
Is there a traffic dump (from `tcpdump` / `Wireshark`) showing what is happening in the Websocket? > trigger line sent Send from websocat to the websocket or from websocket to...
Is it a good idea to also add (in this PR) a pagination options (like `--powerset-start-from=3000 --powerset-num-tests=1000`) for splitting big scans over multiple invocations?