runsisi
runsisi
@jhasse 1) the release of version 2.0 supports webhooks now, with some minor bugs though; 2) by default the plugin queries the gitlab repository periodically, so even if you are...
@emsouza it polls as previous releases:)
@VojtechVitek @kadefor any updates on this? thanks.
```bash $ sudo wifiphisher -kN -i wlp4s0 [*] Starting Wifiphisher 1.4GIT ( https://wifiphisher.org ) at 2022-10-24 20:28 [+] Timezone detected. Setting channel range to 1-13 [+] Selecting wfphshr-wlan0 interface for...
broken since linux kernel 5.11[^1], pyric should be patched.. [^1]: rfkill: add a reason to the HW rfkill state https://github.com/torvalds/linux/commit/14486c82612a177cb910980c70ba900827ca0894
the patch below fixes the segfault, but i am not sure if it's the right fix. ```diff diff --git a/interp/type.go b/interp/type.go index b322045..b533636 100644 --- a/interp/type.go +++ b/interp/type.go @@ -829,6...
hi @myzie ptal, i am not sure the fix is right :) the ci failure seems unrelated, but it is rather weird, i have seen it during local test occasionally....
i will try it, thanks!
```go package main import ( "context" "fmt" "github.com/risor-io/risor" ) func main() { code := ` const error1 = error("errno == 1") try(func() { error1 }, func(e) { if e ==...
@myzie will try it later :) thanks!