search for: greenbone

Displaying 15 results from an estimated 15 matches for "greenbone".

2020 Aug 11
1
Install OpenVAS on CentOS Linux release 8.2.2004 (Core)
...gt; Ralf > > Hi, I am facing the below mentioned issue. #wget -q -O - http://www.atomicorp.com/installers/atomic |sh [root at openvas8 ~]# yum -y install openvas Last metadata expiration check: 1:40:48 ago on Tue 11 Aug 2020 11:53:08 AM EDT. Error: Problem: conflicting requests - package greenbone-vulnerability-manager-11.0.0-9461.el8.art.noarch requires openvas-manager, but none of the providers can be installed - package gvm-11.0.0-14318.el8.art.noarch requires gvmd, but none of the providers can be installed - package gvm-11.0.0-14324.el8.art.noarch requires gvmd, but none of the prov...
2017 Jun 30
4
[PATCH v2 0/4] Allow cross-building of syslinux
Hi together, this is the second version of my cross-compilation patch serie. I'm sending it in the hope to get an honest review, and possibly see the patches integrated upstream. Those patches allow to build syslinux using a toolchain different from the host one by explicitely using the host toolchain for the utilities that are required at build-time / on the build machine. I am using the
2020 Aug 11
4
Install OpenVAS on CentOS Linux release 8.2.2004 (Core)
Hi, I am running CentOS Linux release 8.2.2004 (Core). Are there any instructions to install OpenVAS for CentOS Linux release 8.2.2004 (Core)? Thanks in advance and I look forward to hearing from you. Best Regards, Kaushal
2017 Jun 09
2
[PATCH 1/3] The VPrint definition is now part of the exports of gnu-efi
Signed-off-by: Beno?t Allard <benoit.allard at greenbone.net> --- efi/fio.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/efi/fio.h b/efi/fio.h index 65fff8d..a1bfe68 100644 --- a/efi/fio.h +++ b/efi/fio.h @@ -11,15 +11,6 @@ #define MAX_EFI_ARGS 64 #define WS(c16) (c16 == L' ' || c16 == CHAR_TAB) -/* VPrint is not i...
2016 Dec 20
2
samba wins and MS11-035
Hello Samba, I'm running 4.2.14 (yes, will update;-) ) as a DC. In our network we run security scans with a greenbone.net system which is basically a OpenVAS.org appliance. OpenVAS reports the following security problem against the samba wins server: Microsoft Windows WINS Remote Code Execution Vulnerability (2524426) http://www.securityspace.com/smysecure/catid.html?id=1.3.6.1.4.1.25623.1.0.802260 The detectio...
2020 Aug 12
1
Install OpenVAS on CentOS Linux release 8.2.2004 (Core)
On Wed, 12 Aug 2020 at 13:11, Nicolas Kovacs <info at microlinux.fr> wrote: > Le 11/08/2020 ? 17:42, Kaushal Shriyan a ?crit : > > I am running CentOS Linux release 8.2.2004 (Core). Are there any > > instructions to install OpenVAS for CentOS Linux release 8.2.2004 (Core)? > > > > Thanks in advance and I look forward to hearing from you. > > For what
2017 Apr 05
5
[PATCH 0/2] Cross-compilation patches
Hi there, I've had issue with the integration of syslinux into the buildroot project [0]. After some research, it turned out that we were wrongly using the host toolchain instead of the target toolchain to build syslinux. This gave us bigger issues (for instance) when trying to link syslinux with gnu-efi, that was built using the target toolchain. The first one forces ld to output i386
2017 Apr 05
0
[PATCH 1/2] memdisk: Force ld output format to 32-bits
On toolchains where the default output is x86_64, we need to be consistent with the other .o files Signed-off-by: Beno?t Allard <benoit.allard at greenbone.net> --- memdisk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memdisk/Makefile b/memdisk/Makefile index 42e56e0..ccd5738 100644 --- a/memdisk/Makefile +++ b/memdisk/Makefile @@ -78,7 +78,7 @@ memdisk16.o: memdisk16.asm $(NASM) -f bin $(NASMOPT) $(NFLAGS) $(NINC...
2017 Apr 05
0
[PATCH 2/2] utils: Use the host toolchain to build.
The utilities are meant to run on the host machine, hence must be built using the host toolchain. Signed-off-by: Beno?t Allard <benoit.allard at greenbone.net> --- utils/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/utils/Makefile b/utils/Makefile index dfe6259..f31f117 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -17,8 +17,9 @@ VPATH = $(SRC) include $(MAKEDIR)/syslinux.mk -CFLAGS = $(GCCWARN) -Os...
2017 Jun 30
0
[PATCH v2 1/4] memdisk: Force ld output format to 32-bits
On toolchains where the default output is x86_64, we need to be consistent with the other .o files Signed-off-by: Beno?t Allard <benoit.allard at greenbone.net> --- memdisk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memdisk/Makefile b/memdisk/Makefile index 42e56e0..ccd5738 100644 --- a/memdisk/Makefile +++ b/memdisk/Makefile @@ -78,7 +78,7 @@ memdisk16.o: memdisk16.asm $(NASM) -f bin $(NASMOPT) $(NFLAGS) $(NINC...
2016 Dec 20
0
samba wins and MS11-035
On Tue, 2016-12-20 at 10:58 +0100, Noël Köthe via samba wrote: > Hello Samba, > > I'm running 4.2.14 (yes, will update;-) ) as a DC. In our network we > run security scans with a greenbone.net system which is basically a > OpenVAS.org appliance. > OpenVAS reports the following security problem against the samba wins > server: > > Microsoft Windows WINS Remote Code Execution Vulnerability (2524426) > > http://www.securityspace.com/smysecure/catid.html?id=1.3.6.1...
2017 Apr 10
0
[PATCH 0/2] Cross-compilation patches
Replying to my own mail as I subscribe to the ML after the answer came, and thus never received it in my mailbox. On Wed, 5 Apr 2017 16:32:04 +0200 Beno?t Allard <benoit.allard at greenbone.net> wrote: > Hi there, > > I've had issue with the integration of syslinux into the buildroot > project [0]. After some research, it turned out that we were wrongly > using the host toolchain instead of the target toolchain to build > syslinux. This gave us bigger issues...
2014 Dec 13
3
CentOS forum search link in http://wiki.centos.org/AdditionalResources/Repositories under Atomic Repo
[ https://www.centos.org/search.php?query=atomicorp&mid=30&action=showall&andor=AND forum search] returns a 404. Can the forum search https://www.centos.org/forums/search.php? be used with parameters that will provide the supporting material for the warning "Many CentOS users have had problems after enabling this repo"? -------------- next part -------------- An HTML
2017 Jun 09
2
New gnu-efi release (3.0.5)
On Thu, 8 Jun 2017 17:19:41 +0000 Ady Ady via Syslinux <syslinux at zytor.com> wrote: > > > Hi together, > > > > The gnu-efi project released in January a new version: 3.0.5. > > > > Unfortunately, I don't seem to be able to find a release-note or > > such. > > > > Fact is, syslinux has some difficulties building with that version.
2017 Jun 08
2
New gnu-efi release (3.0.5)
Hi together, The gnu-efi project released in January a new version: 3.0.5. Unfortunately, I don't seem to be able to find a release-note or such. Fact is, syslinux has some difficulties building with that version. - The declaration of VPrint is now in the gnu-efi headers, and is incompatible with syslinux one (CONST missing in syslinux) - The EFI_PXE_BASE_CODE struct is now called