Christoph Krämer

Results 6 comments of Christoph Krämer

I found several `kb_item_push_str` where the check is missing: - https://github.com/jjnicola/openvas-scanner/blob/kb-inconsitency/misc/network.c#L1994 - https://github.com/jjnicola/openvas-scanner/blob/kb-inconsitency/nasl/nasl_host.c#L138 - https://github.com/jjnicola/openvas-scanner/blob/kb-inconsitency/nasl/nasl_host.c#L140 - https://github.com/jjnicola/openvas-scanner/blob/kb-inconsitency/src/attack.c#L185 - https://github.com/jjnicola/openvas-scanner/blob/kb-inconsitency/src/attack.c#L219 - https://github.com/jjnicola/openvas-scanner/blob/kb-inconsitency/src/attack.c#L706 - https://github.com/jjnicola/openvas-scanner/blob/kb-inconsitency/src/attack.c#L771 - https://github.com/jjnicola/openvas-scanner/blob/kb-inconsitency/src/openvas.c#L400 Not sure if it is...

Hey @k3v3n Sorry for the late feedback. Is this all that is in your `openvas_log.conf`? Normally it contains a lot more than just the setting for `main`. The standard `openvas_log.conf`...

A tip: it is useful to regularly call ``` git fetch git rebase origin/main ``` to stay up to date with the main branch.

I did a bit of research and found out, that we set the `FORTIFY_SOURCE` to 2 (https://github.com/greenbone/openvas-scanner/blob/main/CMakeLists.txt#L204), which can cause errors, when a user sets this flag to an higher...

Hi @r3k2, sorry for the late answer. Did you install [openvas-smb](https://github.com/greenbone/openvas-smb) before? This should solve the issue here.

Ah ok, `openvas-smb` is not absolutely needed for `openvas`. It is a module for scanning windows systems. If it is not installed it's functionality is replaced by dummy functions, which...