Oliver Schmitz

Results 10 comments of Oliver Schmitz

> make problem. please update compiled file on the release version tried updating, but no avail :-(

Issue is open for 1 year, anybody success compiling masscan with msys2 on windows?

Hi, seems to be incomplete toolchain, try https://www.msys2.org/ and follow their steps. In addition install `git` and `gcc `as well: `pacman -S --needed base-devel mingw-w64-x86_64-toolchain git gcc` good luck

same problem within freeBsd ;(

Since this issue is still open I'll post .reg file for other to fix file association: ``` [HKEY_CLASSES_ROOT\.jar] @="jarfile" [HKEY_CLASSES_ROOT\jarfile] @="Executable Jar File" ; Modify the path to javaw.exe below...

Can confirm, something is wrong... ### Config ```yaml pagination: enabled: true debug: true per_page: 3 permalink: '/page/:num/' sort_field: 'date' sort_reverse: true trail: before: 2 after: 2 ``` ### Debug ```bash...

> bruh, im fix problem by just open project in VS and rebuild it and then compile it. dont need to rewrite anything Thanks for your contribution, but it looks...

In the mean time I wrote a little golang application to forward alerts to apprise, feedback welcome. https://github.com/schmitzCatz/alertmanager-apprise-hook

> One of many, unnecessary, alertmanager webhook implementations. If the webhook notifier in alertmanager would allow templating (that request was declined multiple times) a virtually unlimited space of notification services...

Just my 2 cents, `Method Not Allowed` indicates missing authorization, do you provide necessary credentials? Things you can try: * Call `{BASE_URL}/api/v2/auth/login?username={username}&password={password}` from your browser to verify your endpoint is...