Re: [Openvas-discuss] gsad: Valid host names for targets

2015-04-15 Thread Eero Volotinen
2015-04-15 10:01 GMT+03:00 ankit gupta : > Respected sir > i want to scan having url https://tenderclient.procuretiger.com/EPROC/ > but it shows status message :Error in Host Specification..kindly help me as > soon as possible > > Host must be ip address or hostname, not url. -- Eero

Re: [Openvas-discuss] OpenVAS 8 LDAP Authentication

2015-04-15 Thread Eero Volotinen
Maybe you really didn't compile ldap support for openvas or syntax is incorrect in file. check also that openvasmd is linked to ldap: ldd /usr/local/sbin/openvasmd |grep ldap looks like this, if support is enabled: ldd /usr/local/sbin/openvasmd |grep ldap libldap_r-2.4.so.2 => /usr/lib/x86_64-l

Re: [Openvas-discuss] OpenVAS 8 LDAP Authentication

2015-04-15 Thread Eero Volotinen
n reliance on it, is > prohibited and may be unlawful. Please notify the sender immediately. > > *Von:* eero.t.voloti...@gmail.com [mailto:eero.t.voloti...@gmail.com] *Im > Auftrag von *Eero Volotinen > *Gesendet:* Mittwoch, 15. April 2015 10:11 > *An:* Cristian Iconaru > *C

Re: [Openvas-discuss] OpenVAS 8 LDAP Authentication

2015-04-15 Thread Eero Volotinen
ipient, any form of disclosure, reproduction, > distribution or any action taken or refrained from in reliance on it, is > prohibited and may be unlawful. Please notify the sender immediately. > > *Von:* eero.t.voloti...@gmail.com [mailto:eero.t.voloti...@gmail.com] *Im > Auftrag von *Ee

Re: [Openvas-discuss] MS CVE not checked ?

2015-04-16 Thread Eero Volotinen
Try authenticated scan? -- Eero 2015-04-16 12:09 GMT+03:00 Knoblauch, Simon : > Hello, > > > > is there any manual to configure that Microsoft Clients are getting > scanned for the current CVEs/(+maybe IE/Flash/Java). I started a scan on > a unpatched Windows 7 System and only Ports where shown

Re: [Openvas-discuss] error while checking openvas

2015-04-17 Thread Eero Volotinen
what version of scanner you are installing and what is install method? try downloading this script: https://svn.wald.intevation.org/svn/openvas/trunk/tools/openvas-check-setup and then run openpas-check-setup --server --v6 (if you are really installing version 6, which is soon end of life) -- Ee

Re: [Openvas-discuss] error while checking openvas

2015-04-17 Thread Eero Volotinen
gt; > > > > Regards, > > John Raja > > 022-67482601 > > 022-45032601 > > > > *From:* eero.t.voloti...@gmail.com [mailto:eero.t.voloti...@gmail.com] *On > Behalf Of *Eero Volotinen > *Sent:* Friday, April 17, 2015 3:02 PM > *To:* John Raja >

Re: [Openvas-discuss] Limit memory for Openvas

2015-04-17 Thread Eero Volotinen
2015-04-17 10:13 GMT+03:00 Ajeesh Kannan : > Hi, > > I am running Openvas on a docker container. The total RAM on the node is > 1GB. I would like to provide 512MB RAM dedicated to my OpenVas container > How can do this memory limit. > > I think that 4GB is minimum memory to openvas even work corre

Re: [Openvas-discuss] error while checking openvas

2015-04-17 Thread Eero Volotinen
Read (all) documentation at openvas.org Eero 17.4.2015 1.46 ip. "John Raja" kirjoitti: > Hi, > > I am new to using this product, So please provide the entire step by step > installation and config guide. > > > > Regards, > > John Raja > > 022-67482601 > > 022-45032601 > > > > *From:* Knoblauch,

Re: [Openvas-discuss] Limit memory for Openvas

2015-04-17 Thread Eero Volotinen
2015-04-17 17:08 GMT+03:00 Kevin T. Neely : > Someone got OpenVAS to compile and run on a Raspberry Pi, which only has > 512MB of RAM. > https://www.raspberrypi.org/forums/viewtopic.php?t=57820&p=435319 > > If I run it in a VM to scan just a couple hosts, I usually only allocate > 2GB, but for any

Re: [Openvas-discuss] openvas-check-setup error

2015-04-17 Thread Eero Volotinen
Yep, you run into nice bug when running gsad on multiple ports. very weird config setup. apply this patch and test again: http://ping-viini.org/openvas-check-setup.patch -- Eero 2015-04-18 0:19 GMT+03:00 David A. Bardsley : > I've observed the following script error: execution results in the >

Re: [Openvas-discuss] openvas-check-setup error

2015-04-17 Thread Eero Volotinen
Sorry, I did minor f*up creating patch. try again patch against pure openvas-check-setup -- Eero 2015-04-18 1:08 GMT+03:00 Eero Volotinen : > Yep, you run into nice bug when running gsad on multiple ports. very weird > config setup. > > apply this patch and test again: > http:/

Re: [Openvas-discuss] Pb with Opevas Administrator on centos 6.4

2015-04-19 Thread Eero Volotinen
How about following instructions at http://openvas.org/install-packages-v7.html I think it is not possible to install openvas7 on centos 6 due to too old libraries, so you should install centos 7 and then follow the instructions. -- Eero 2015-04-20 0:59 GMT+03:00 Benatia Rachida : > Hi all, > I

Re: [Openvas-discuss] openvas-check-setup error

2015-04-21 Thread Eero Volotinen
. > > Dave > "Each problem that I solved became a rule which served afterwards to solve > other problems." - Descartes > -- > *From: * Eero Volotinen > *Sender: * eero.t.voloti...@gmail.com > *Date: *Sat, 18 Apr 2015 01:08:37 +0300 > *To:

[Openvas-discuss] chef cookbook for openvas8

2015-04-21 Thread Eero Volotinen
Hi List, I just created today chef cookbook for debian openvas 8, if anyone is intrested, just email me.. Single cookbook for compiling and configuring openvas 8 from sources. -- Eero ___ Openvas-discuss mailing list Openvas-discuss@wald.intevation.org

Re: [Openvas-discuss] Regarding login to openvas port

2015-04-23 Thread Eero Volotinen
PKG_CONFIG_PATH looks incorrect. I think it should be something like export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig -- Eero 2015-04-23 19:05 GMT+03:00 Robert Gabriel : > > > On 8 April 2015 at 12:22, kiran.chavan wrote: > >> Hi Sir/Madam, >> I have tried that but again got s

Re: [Openvas-discuss] installing openvas 8 from source on CentOS 7

2015-04-25 Thread Eero Volotinen
2015-04-25 9:47 GMT+03:00 Deepak Jha : > Hi, > > > > I have installed openvas 8 from source on centOS8.I am already using > openvas 6 . > > I want to migrate all configuration from openvas6 to openvas 8. > > I copied Tasks.db from openvas6 and replaced it on openvas 8 and trying to > run openvasm

Re: [Openvas-discuss] OpenVAS causing "nf_conntrack: table full" on iptable firewall

2015-04-28 Thread Eero Volotinen
Well. you need to configure number on NVT run at same time and then also portscanner (nmap) parameters. You and also limit openvas line on your router or firewall. Disabling connection tracking (iptables) on openvas machine is good idea for best results. -- Eero 2015-04-27 17:40 GMT+03:00 Thibau

Re: [Openvas-discuss] OpenVAS 8 on CentOS 7 PDF generation failed

2015-04-29 Thread Eero Volotinen
Hi, you need to use this instruction to fix pdf generation: http://miotramemoria.blogspot.fi/2014/08/centos-7-openvas-pdf-reports.html and install needed tex* packages ("yum search tex | awk \'/^tex/ { print $1 }\' | xargs yum install -y") this failure is due to rhel 7 modified packages. -- Eer

[Openvas-discuss] anyone intrested of openvas amazon (ami) image betatesting?

2015-04-29 Thread Eero Volotinen
Hi, Anyone intrested of betatesting openvas8 amazon (ami) image? my current build systems builds ami images for centos 7, debian wheezy and ubuntu lts. in case of interest, just email me.. -- Eero ___ Openvas-discuss mailing list Openvas-discuss@wal

Re: [Openvas-discuss] Is OpenVAS with GSA the right toolset?

2015-05-01 Thread Eero Volotinen
2015-04-30 23:20 GMT+03:00 Bennett, Graham MTIC:EX : > Hi, > > I want to know if OpenVAS with the GSA interface are the right tools for > my situation. > What are your suggestions for getting my information from OpenVAS & GSA? > Are there alternatives that are better suited? > > I need: >- re

Re: [Openvas-discuss] Is OpenVAS with GSA the right toolset?

2015-05-01 Thread Eero Volotinen
2015-05-01 23:32 GMT+03:00 Bennett, Graham MTIC:EX : > @Barry > > > You should look into Nexpose, you are going to have a lot of trouble > with openvas at that scale without some major automation. > > > > - I’m looking at an open source solution to this part of our tool set. I > already have

Re: [Openvas-discuss] Is OpenVAS with GSA the right toolset?

2015-05-01 Thread Eero Volotinen
2015-05-01 23:57 GMT+03:00 Bennett, Graham MTIC:EX : > > You need tool to import masscan results to openvas. > > > > Masscan produces the same format results as nmap grepable files or nmap > XML files. > > > > Does OpenVAS-8 include any tools for importing nmap XML or grepable files? > > I think

Re: [Openvas-discuss] Install problems openvas 7, CentOS 6

2015-05-01 Thread Eero Volotinen
Are you using latest version of openvas-check-setup from https://svn.wald.intevation.org/svn/openvas/trunk/tools/openvas-check-setup ? Anyway, If i remember correctly, there is no openvas administrator on openvas 7 as it is replaced by openvas manager (openvasmd) Eero 2015-05-02 1:34 GMT+03:00 A

Re: [Openvas-discuss] Install problems openvas 7, CentOS 6

2015-05-01 Thread Eero Volotinen
another side note, that you should use openssl s_client -connect localhost:port as they are encrypted, so telnet is not working correctly with encrypted connections Eero 2015-05-02 1:43 GMT+03:00 Eero Volotinen : > Are you using latest version of openvas-check-setup from >

Re: [Openvas-discuss] Is OpenVAS with GSA the right toolset?

2015-05-02 Thread Eero Volotinen
Well, checked it out just and there is already plugin that supports running masscan directly from openvas .. Eero 2015-05-01 23:57 GMT+03:00 Bennett, Graham MTIC:EX : > > You need tool to import masscan results to openvas. > > > > Masscan produces the same format results as nmap grepable files

Re: [Openvas-discuss] Install via packages fails for CentOS: Scap-Data parser error

2015-05-03 Thread Eero Volotinen
you are possibly running out of memory on xsltsproc (essing). please add memory at least to 4GB (minimum requirement) Eero 2015-05-01 18:42 GMT+03:00 Johannes Schönborn : > Hi guys, > > just wanted to drop a few lines, in case someone wants to have a look. > Brand new vps, nothing else running.

Re: [Openvas-discuss] chef cookbook for openvas8

2015-05-04 Thread Eero Volotinen
Is the wiki maintainer still alive? I still lack write access to the wiki .. -- Eero 2015-05-04 13:43 GMT+03:00 Jan-Oliver Wagner < jan-oliver.wag...@greenbone.net>: > On Mittwoch, 22. April 2015, Eero Volotinen wrote: > > I just created today chef cookbook for debian openvas

Re: [Openvas-discuss] Install problems openvas 7, CentOS 6

2015-05-04 Thread Eero Volotinen
> packages from atomic. Is it a standalone shell script? Can I replace > the one in the binary package with a newer version from a source > package? > > On Fri, May 1, 2015 at 5:50 PM, Eero Volotinen > wrote: > > another side note, that you should use openssl s_client -conn

Re: [Openvas-discuss] Broken WMI dep for OpenVAS from Atomic repo?

2015-05-05 Thread Eero Volotinen
How about pasting error messages to mailinglist? Crystalball is broken.. 5.5.2015 7.24 ip. "Brandon Perry" kirjoitti: > Hey guys, > > Attempting to do a fresh install of some openvas servers last night, I am > getting a broken dep on wmi from the atomic repos. Anyone else seeing an > issue or wou

Re: [Openvas-discuss] Openvas Manager 5.0.10 compilation error CentOS 7

2015-05-10 Thread Eero Volotinen
Hi, Looks like findlibrary(gpgme) is not finding libgpg-error Andre: could you help bit with this issue? -- Eero 2015-05-09 21:52 GMT+03:00 Andy Theuninck : > I get this error at the very end of the build: > > [ 90%] Built target ovas-mngr-comm > Linking C executable openvasmd > /usr/bin/ld: li

Re: [Openvas-discuss] Install from Binary Packages on CentOS

2015-05-10 Thread Eero Volotinen
Well, looks like you need to install epel 7 rpm repository to your machine, before installing packages. -- Eero 2015-05-08 18:48 GMT+03:00 Brian Chabot : > Hello, > > I inherited a set of OpenVAS installations and am in the process of > setting up a process to install and maintain OpenVAS on new

Re: [Openvas-discuss] Install from Binary Packages on CentOS

2015-05-12 Thread Eero Volotinen
, 2015 at 7:56 AM, Brian Chabot < > bcha...@millennialmedia.com> > >> wrote: > >>> > >>> Yup. I got it working in CentOS7 with epel 7. > >>> > >>> Does anyone know if/when RPMs for OpenVAS 8 will be available? > >>> > &

Re: [Openvas-discuss] Install from Binary Packages on CentOS

2015-05-12 Thread Eero Volotinen
python(abi) = 2.6 > Available: python26-2.6.8-2.el5.x86_64 (epel) > python(abi) = 2.6 > > > > >> On Mon, May 11, 2015 at 2:15 AM, Eero Volotinen >> wrote: >> Well, looks like you need to install epel 7 rpm repository to your machine, &

Re: [Openvas-discuss] Install from Binary Packages on CentOS

2015-05-12 Thread Eero Volotinen
OpenVAS will not work with selinux correctly. You need to correctly configure redis as documented . -- Eero 2015-05-12 16:20 GMT+03:00 Brian Chabot : > I'm not sold on the need to disable SELinux here, but that may help. > > At this point, I have the installation of OpenVAS up and running, but

Re: [Openvas-discuss] Install from Binary Packages on CentOS

2015-05-12 Thread Eero Volotinen
t;> Am 12.05.2015 um 15:05 schrieb Brandon Perry: >> >>> Why should he do that? That seems a bit overkill? >>> >> >> because OpenVAS should *always* run on a dedicated host / VM and deisable >> SELinux was mentioned a magnitude of times by the OpenVAS

Re: [Openvas-discuss] Install from Binary Packages on CentOS

2015-05-12 Thread Eero Volotinen
mount of processing power and RAM (and to a lesser > extent, network bandwidth). > > That's it. If anyone notices I'm missing anything here, please let me > know. Also, if the person maintaining the documentation would be so > kind as to update the web site, that would

Re: [Openvas-discuss] Export, Import, Migrate

2015-05-15 Thread Eero Volotinen
Hi, You need to use OMP protocol with XML as omp-cli does not support all needed commands. (or code needed functionality to omp-cli first) -- Eero 2015-05-15 13:38 GMT+03:00 Saurav, Rajeev : > Hello all, > > I am working onto automate openvas tools (Version: 5.0 )(web based user > interface GUI

Re: [Openvas-discuss] Export, Import, Migrate

2015-05-18 Thread Eero Volotinen
; > *Thanks,* > > *Rajeev Saurav* > > > > > > > > *From:* eero.t.voloti...@gmail.com [mailto:eero.t.voloti...@gmail.com] *On > Behalf Of *Eero Volotinen > *Sent:* Friday, May 15, 2015 5:16 PM > *To:* Saurav, Rajeev > *Cc:* openvas-discuss@wald.intevation

Re: [Openvas-discuss] Export, Import, Migrate

2015-05-18 Thread Eero Volotinen
; > > > > > > > *From:* eero.t.voloti...@gmail.com [mailto:eero.t.voloti...@gmail.com] *On > Behalf Of *Eero Volotinen > *Sent:* Monday, May 18, 2015 2:40 PM > *To:* Saurav, Rajeev; openvas-discuss@wald.intevation.org > > *Subject:* Re: [Openvas-discuss] Export, Impor

Re: [Openvas-discuss] Issue in starting the services

2015-05-19 Thread Eero Volotinen
2015-05-18 14:19 GMT+03:00 Rohit Puri : > Hi Team, > > Need help on starting the services. > I installed the openvas 7 on the ubuntu machine using the source code. > I followed the install file. > > When i ran a openvas setup check (the script available on your site) > It through the error: > Step

Re: [Openvas-discuss] Request for support

2015-05-20 Thread Eero Volotinen
how about setting: log_whole_attack ? --Eero 2015-05-13 13:03 GMT+03:00 Blessen Thomas : > Hi > > I would like to know regarding the immediate scan feature for OpenVas. > > Can I know which all plugins are used for that scan. > > Or can we see the list of plugins used? > > Warm Regards, > > Bless

Re: [Openvas-discuss] Configuring Redis Server for OpenVAS..?

2015-05-26 Thread Eero Volotinen
how about using latest version of openvas-check-setup and configuring redist to listen /tmp/redis.sock instead of default values? --- Eero 2015-05-26 15:38 GMT+03:00 Jason CommanderOfPickup < commanderofpic...@gmail.com>: > Hello, > > I'm new to Linux (Fedora) and am able to log in to OpenVAS 6.

Re: [Openvas-discuss] Unable to install OpenVAS 8

2015-05-27 Thread Eero Volotinen
run openvas-check-setup --server or install omp-cli tools .. -- Eero 2015-05-27 12:42 GMT+03:00 Wahib Yusuf : > Thanks Ryan. Indeed i didn't do the openvasmd --migrate step. I am now > getting this far. Any ideas how to solve this. > > Step 1: Checking OpenVAS Scanner ... > OK: OpenVA

[Openvas-discuss] latest version of openvas br0ken?

2015-06-09 Thread Eero Volotinen
Hi List, After upgrading my openvas installation to latest version of openvas 8 patch release, it looks like it's broken? Scan starts but enters done after starting ? severity says error. any ideas why? event task:MESSAGE:2015-06-09 12h25.49 UTC:1653: Task 46316f81-a06e-4a8a-a5ef-b65d75d3c0b7 h

Re: [Openvas-discuss] latest version of openvas br0ken?

2015-06-09 Thread Eero Volotinen
Yes, redis is running and platform is Ubuntu 14.04.2 LTS Older version works fine (I think 8.0.1?) any idea how to debug this? The log does not show anything unusual.. -- Eero 2015-06-09 16:34 GMT+03:00 Michael Meyer : > *** Eero Volotinen wrote: > > > After upgrading my openvas

Re: [Openvas-discuss] latest version of openvas br0ken?

2015-06-09 Thread Eero Volotinen
thanks. I got this problem on redis-server: http://stackoverflow.com/questions/19700404/short-read-or-oom-loading-db-unrecoverable-error-aborting-now So. it was redis problem after all.. -- Eero 2015-06-09 16:43 GMT+03:00 Eero Volotinen : > Yes, redis is running and platform is Ubu

Re: [Openvas-discuss] Weak ciphers in the OpenVas deamon...

2015-06-11 Thread Eero Volotinen
How about upgrading to centos 7.1 and openvas 8 first? Eero 11.6.2015 2.37 ip. "Rajesh Bhavsar" kirjoitti: > I have installed OpenVAS 7 in CenOS 6.4. I am facing a problem of weak > Ciphers and POODLE for OpenVAS System scan. I found on Openvas Discussion > forum that following command will rem

Re: [Openvas-discuss] "Client not present" error in OpenVAS 8

2015-06-12 Thread Eero Volotinen
Hi, I don't think that openvas 8 works on centos 6 due to too old libraries. try compiling under centos 7.1 Eero 2015-06-12 14:59 GMT+03:00 Brian Thompson : > I've been struggling, reading through the archives, and can't find a > solution > for this issue I've been having... I'm working with O

Re: [Openvas-discuss] "Client not present" error in OpenVAS 8

2015-06-16 Thread Eero Volotinen
How about using centos 7 instead of blindy compiling libraries by hand. Openvas8 works fine on centos 7.1 -- Eero 2015-06-16 16:27 GMT+03:00 Brian Thompson : > When I try and attach to an old report I see the following in the *md.log > > > report_severity: max(severity)=0.0 > > command: /bin/s

Re: [Openvas-discuss] "Client not present" error in OpenVAS 8

2015-06-16 Thread Eero Volotinen
ill be my last resort. Our entire shop is CentOS 6, I'd rather > not introduce an exception to the environment unless I have no other > choice. > > > Brian > > On June 16, 2015 at 9:53 AM Eero Volotinen wrote: > > How about using centos 7 instead of blindy compil

Re: [Openvas-discuss] i cant't instal openvas

2015-06-22 Thread Eero Volotinen
How about reading the docs at openvas.org or hiring openvas consult? Eero 2015-06-15 21:14 GMT+03:00 SUBS-JACINTO. IDROVO : > please. i can't install and setup openvas > > i need help us > > ___ > Openvas-discuss mailing list > Openvas-discuss@wald.int

Re: [Openvas-discuss] question

2015-06-22 Thread Eero Volotinen
please tell a bit more .. Eero 2015-06-10 14:38 GMT+03:00 Laureano Della Gaspera < laureano.dellagasp...@sercommedia.com>: > hi, im new on this, i have a technical question about openvas, and issue > im trying to fix, or al least thats what i think, is this the email and > the right way to get h

Re: [Openvas-discuss] scan full and fast only performs traceroute

2015-07-06 Thread Eero Volotinen
You need to create scan config that does not mark host as dead (not scanning), if it does not respond ping requests.. -- Eero 2015-07-06 11:27 GMT+03:00 Luc Romain : > Hello > > > > I’m afraid, when i perform a full and fast scan, openvas only does a > traceroute or incomplete scans > > >

Re: [Openvas-discuss] Problems to migrate V7 to V8 OpenVAS

2015-07-06 Thread Eero Volotinen
well, please put your redis-server configuration on pastebin.ca .. usually problem is incorrect permission on socket, or socket in wrong place or redis-server is not started .. -- Eero 2015-07-06 13:04 GMT+03:00 LABOURIAUX Pierrick : > Hi all, > > > > I try to to migrate my OpenVAS v7 version,

Re: [Openvas-discuss] Problems to migrate V7 to V8 OpenVAS

2015-07-06 Thread Eero Volotinen
; > > > I paste my configuration file on pastebin, (http://pastebin.ca/3048530). > > > > Thank you in advance for any answer. > > > > Regards, > > > > *Pierrick Labouriaux* > > pierri...@exakis.com > > +33 (0)6 71 84 24 24 > > > > *De :

Re: [Openvas-discuss] Problems to migrate V7 to V8 OpenVAS

2015-07-07 Thread Eero Volotinen
socket when not specified. >7. # >8. unixsocket /tmp/redis.sock >9. unixsocketperm 777 > > I would like to use OpenVas 8, but there is no procedure to migrate > openVAS 7 to 8 properly. > > > > Regards, > > > > *Pierrick Labouriaux* > >

Re: [Openvas-discuss] OpenVAS / gsad hang

2015-07-08 Thread Eero Volotinen
Check out openvas logs? Eero 8.7.2015 3.16 ip. "Islam Moursy" kirjoitti: > > > > > There was a task running for an unexpected long time, when I tried to stop > the task , it succeeded however when initiated a rerun for the task , it > seems as if gsad waiting forever for the web request to fullf

Re: [Openvas-discuss] OpenVAS / gsad hang

2015-07-09 Thread Eero Volotinen
made sure that gsad and openvasmd are running well , but still the same > problem > > > > > > BR, > > Islam Moursy > > > > *From:* eero.t.voloti...@gmail.com [mailto:eero.t.voloti...@gmail.com] *On > Behalf Of *Eero Volotinen > *Sent:* Wednesd

Re: [Openvas-discuss] OpenVAS / gsad hang

2015-07-09 Thread Eero Volotinen
Is redis-server working and configured correctly? Eero ke 8. heinäkuuta 2015 15.16 Islam Moursy kirjoitti: > > > > > There was a task running for an unexpected long time, when I tried to stop > the task , it succeeded however when initiated a rerun for the task , it > seems as if gsad waiting f

Re: [Openvas-discuss] Login error in Greenbone Security Assistant

2015-07-09 Thread Eero Volotinen
Check out openvas logs first. Eero 9.7.2015 3.28 ip. "Miguel Ángel Martínez Martínez" < miguelang031...@hotmail.com> kirjoitti: > Hallo!, > > I have Openvas 7 on a virtual machine with Debian operating system. I have > just moved the virtual machine to another network and the IP address has > cha

Re: [Openvas-discuss] Login error in Greenbone Security Assistant

2015-07-09 Thread Eero Volotinen
That sounds like you are using non working version of gnutls. What linux version and distribution are you using? Eero to 9. heinäkuuta 2015 17.20 Miguel Ángel Martínez Martínez < miguelang031...@hotmail.com> kirjoitti: > Hi!, > > I am sorry, I was checking the log files in the wrong folder. I ha

Re: [Openvas-discuss] Login error in Greenbone Security Assistant

2015-07-09 Thread Eero Volotinen
This is not related to ip address, it is related to gnutls version. did you updated it also? if so, try downgrading it.. -- Eero 2015-07-09 17:48 GMT+03:00 Miguel Ángel Martínez Martínez < miguelang031...@hotmail.com>: > > This is the information about linux version: > > Linux vm2 3.2.0-4-686-p

Re: [Openvas-discuss] Openvas unable to install on RHEL Linux

2015-07-09 Thread Eero Volotinen
I think you need to use at least rhel 6 or 7 ( or centos) Eero 9.7.2015 8.22 ip. "prasad mehta" kirjoitti: > Hello, > > I am trying to install the Openvas on Linux(RHEL 5) on AWS cloud instance. > > I had follow the below step mention in Openvas website > Step 1 : Successfully Download packages

Re: [Openvas-discuss] how install openvas on my apple mac os, thank you

2015-07-09 Thread Eero Volotinen
well, you really can't install openvas on pure osx. You need to use virtualization and linux under osx. -- Eero 2015-07-10 8:14 GMT+03:00 xiatian : > hello,: > >how install openvas on my apple mac os, thank you,error info: > > QQ1160:openval安全检测工具 xiatian$ ./openvas-check-set

Re: [Openvas-discuss] OpenVAS 8 openvas-check-setup

2015-07-10 Thread Eero Volotinen
This is not true, permissive mode only logs events, blocking is only on enforcing mode.. Eero 10.7.2015 4.39 ip. "W Scott Lockwood III" kirjoitti: > > On 7/10/2015 8:31 AM, Ian Samuel wrote: > >> BTW, I set SELinux as permissive on this machine (instead of disabled): >> > In this mode, SELinux w

Re: [Openvas-discuss] OpenVAS 8 openvas-check-setup

2015-07-10 Thread Eero Volotinen
only difference > between something working and not, was disabling SELinux entirely. > > On 7/10/2015 9:00 AM, Eero Volotinen wrote: > > This is not true, permissive mode only logs events, blocking is only on > enforcing mode.. > > Eero > 10.7.2015 4.39 ip. "W Scot

Re: [Openvas-discuss] OpenVAS 8 openvas-check-setup

2015-07-10 Thread Eero Volotinen
disabling selinux required reboot, logging "permissive mode" is possible without rebooting. you can use setenforce 0 to temporary disable selinux ("permissive mode"), but you should make change permanent (in redhat configation file is located in /etc/sysconfig/selinux) Anyway, disabling selinux i

Re: [Openvas-discuss] SQLite ----> POSTGRESQL Conversion

2015-07-10 Thread Eero Volotinen
I tried it, but with no success as it's a bit complex procedure. Will try again after my summer vacation. Eero 10.7.2015 3.54 ip. "Turner,Jonas" kirjoitti: > Has anyone successfully converted their DB from SQLite to Postgresql by > chance? Looking to scan over 15,000+ devices weekly and I jus

Re: [Openvas-discuss] OpenVAS 8.0.3 RPMs

2015-07-10 Thread Eero Volotinen
How about using reposync for internal mirror? Eero 10.7.2015 9.44 ip. "Brian Thompson" kirjoitti: > I've already built 8.0.3 from source. Took a bit of work but it was > enough to prove a working capability. To move forward I have to provide > RPMs to the CM team. I can't say "They are in at

Re: [Openvas-discuss] TLS error when trying to launch scan

2015-07-14 Thread Eero Volotinen
Check your redis-server configuration. 14.7.2015 1.09 ip. "Winfried Neessen" kirjoitti: > Hi, > > I am trying to launch a scan in my OpenVAS instance. Once I press the > "play"-button, it says > "Requested" but after a second it already says: "Stopped at 1%". The > openvasmd.log says: > > md main

Re: [Openvas-discuss] No reports listed on reports page

2015-07-14 Thread Eero Volotinen
Newer Gui is a bit diffent, try clicking the number..? Eero 14.7.2015 4.50 ip. "Gerald Vogt" kirjoitti: > I installed OpenVAS 8 from sources on a Debian Jessie. Everthing >> worked fine while installing and the check script says that >> everything is OK. But after running a scan the reports page

Re: [Openvas-discuss] TLS error when trying to launch scan

2015-07-14 Thread Eero Volotinen
ices. > > Now when I try to resume the job, it always tells me: 503 Service > temporarly down in the notice box of > GSA. > > Any other suggestions? > > > Thanks > Winni > > > -- > > *From: *"Eero Volotinen" > *To:

Re: [Openvas-discuss] OpenVAS installation stops working after a crash

2015-07-14 Thread Eero Volotinen
is your machine running out of memory? do you have at least 4GB of memory? -- Eero 2015-07-14 19:11 GMT+03:00 João Jerónimo : > Hello, > > It is the second time this hapens to me. I've been using OpenVAS-8 in > kali-1.1.0a. > > If for some reason the scanner crashes then it doesn't work anymore!

Re: [Openvas-discuss] OpenVAS installation stops working after a crash

2015-07-15 Thread Eero Volotinen
Just add more memory, no reinstallation of os is needed.. Eero 15.7.2015 1.17 ip. "João Jerónimo" kirjoitti: > On 15-07-2015 10:25, Reindl Harald wrote: > >> >> Am 15.07.2015 um 11:16 schrieb João Jerónimo: >> >>> It is a VirtualBox VM which had 2GB of RAM. Now I changed the VM memory >>> to 4GB

Re: [Openvas-discuss] No reports listed on reports page

2015-07-15 Thread Eero Volotinen
h I have selected "Add to Assets" in all my tasks. > > I can't find any errors in the logs so it seems it simply ignores the > setting. It's a new OpenVAS 8 installation from atomic on a fresh CentOS > 7 installation... > > -Gerald > > On 15.07.15 0

Re: [Openvas-discuss] No reports listed on reports page

2015-07-15 Thread Eero Volotinen
Is selinux disabled? Eero 16.7.2015 8.02 ap. "Steiner, Thorsten" kirjoitti: > Hi Eero, > > Gerald used the rpms, I compiled it from the sources. But the effect stays > the same… > > Thorsten > > Von: eero.t.voloti...@gmail.com [mailto:eero.t.voloti...@gmail.co

Re: [Openvas-discuss] No reports listed on reports page

2015-07-15 Thread Eero Volotinen
Ok. I can test this, if this is reproducable on my system. -- Eero 2015-07-14 16:41 GMT+03:00 Gerald Vogt : > I installed OpenVAS 8 from sources on a Debian Jessie. Everthing >> worked fine while installing and the check script says that >> everything is OK. But after running a scan the reports

Re: [Openvas-discuss] No reports listed on reports page

2015-07-16 Thread Eero Volotinen
Hi, please download this script: Setup and start OpenVAS <http://openvas.org/setup-and-start.html> and run openvas-check-setup -v8 paste output to mailing list.. -- Eero 2015-07-16 8:21 GMT+03:00 Eero Volotinen : > Ok. I can test this, if this is reproducable on my system. >

Re: [Openvas-discuss] OpenVAS-8 binary packages

2015-07-16 Thread Eero Volotinen
https://www.kali.org/penetration-testing/openvas-vulnerability-scanning/ provides some packages. and ubuntu ? some ppa? https://launchpad.net/~mrazavi/+archive/ubuntu/openvas Eero -- Eero 2015-07-16 16:25 GMT+03:00 Jan-Oliver Wagner < jan-oliver.wag...@greenbone.net>: > Hello, > > It turned

Re: [Openvas-discuss] Question about OpenVAS

2015-07-21 Thread Eero Volotinen
You can easily do this using omp protocol or omp (cli commandline tool) .. I have done it and it works fine. -- Eero 2015-07-21 13:15 GMT+03:00 Jairo Palacios : > Hi, > > I´m Jairo Palacios. I don´t know if I´m wrong sending this email but I > don't have found another email account to sending t

Re: [Openvas-discuss] Question about OpenVAS

2015-07-21 Thread Eero Volotinen
gt; with the report of the vulnerabilities? How? > > Thanks > Regards > El 21/07/2015 13:50, "Eero Volotinen" escribió: > >> You can easily do this using omp protocol or omp (cli commandline tool) >> >> .. I have done it and it works fine. >>

Re: [Openvas-discuss] error

2015-07-23 Thread Eero Volotinen
I already told you to READ THE INSTALL FILE (that is inside of all needed source packages) If you want step by step instructions, then you should hire consult. Install file contains all needed information. Basic knowledge of Linux and compiling programs are still required. -- Eero 2015-07-23 12

Re: [Openvas-discuss] CentOS 7: OpenVAS 8 - Check-setup Error and no Reports and Assets

2015-07-23 Thread Eero Volotinen
copy paste from mailing list: -- cut -- On 16/07/2015 10:21, Sam Wouters wrote: I can confirm this issue after upgrading to openvas-manager-6.0.4, after downgrading back to 6.0.1 the reports and assets are shown in the gui (both compiled from source on debian wheezy). Just downgrading to openva

Re: [Openvas-discuss] error

2015-07-26 Thread Eero Volotinen
you possibly need to install build-essential (or build-essentials) meta package. -- Eero 2015-07-26 12:41 GMT+03:00 neekshit shetty : > hi, > > Rayan ..i am using ubuntu 14.04lts and openvas 7 > > these are the steps that i have followed > > root@cdac-VirtualBox:~/openvas-src/openvas-cli-1.3.0/b

Re: [Openvas-discuss] Openvas installing on Amazon AMI

2015-07-30 Thread Eero Volotinen
Hi, Amazon linux provides too old system libraries, so at least openvas 8 does not install easily on it. My recommendation is to use latest centos with atomic repository br. -- Eero 2015-07-30 13:40 GMT+03:00 Ajeesh Kannan : > Hi > > Could not find any document to install OpenVas on my aws inst

Re: [Openvas-discuss] Installing OpenVAS on Ubuntu

2015-07-31 Thread Eero Volotinen
your openvas version is unsupported (very old version), try this ppa: https://launchpad.net/~mrazavi/+archive/ubuntu/openvas or compile from sources -- Eero 2015-07-30 19:58 GMT+03:00 Jairo Palacios : > Hi, > > I'm Jairo and I'm trying to install OpenVAS in Ubuntu with the followings > commands:

Re: [Openvas-discuss] `openvasmd --progress --verbose --rebuild` hangs forever

2015-07-31 Thread Eero Volotinen
try "yum downgrade openvas-manager", this is "common" bug. see from mailing list archives.. Eero 2015-07-31 12:43 GMT+03:00 Gergő Narancs : > Hi, I have the same problem, tried everything, wiped,reinstalled,etc. no > success (centos 7, atomic repo) > After a pkg update, now no problem with the r

Re: [Openvas-discuss] Openvas 8 reports not vissible in GSA web console

2015-08-01 Thread Eero Volotinen
You need to run yum downgrade openvas-manager or change rx correct permission on generate scripts. See mailing list archives for instructions. Eero 1.8.2015 3.04 ip. "Deepak Jha" kirjoitti: > Hi, > > > I have installed openvas 8 using atomic.I have created task and it is > completed.I can see it

[Openvas-discuss] openvas8 packaging bugs on atomic repo

2015-08-01 Thread Eero Volotinen
ervice %preun @@ -282,8 +283,10 @@ - %changelog +* Sat Aug 1 2015 Eero Volotinen - 6.0.4-32 +- fix permissions on generate scripts + * Mon Jul 13 2015 Scott R. Shinn - 6.0.4-31 - Update to 6.0.4 2) --- redis.conf 2015-08-01 19:40:48.402104546 +0300 +++ redis.conf.eero 2015-08

Re: [Openvas-discuss] openvas8 packaging bugs on atomic repo

2015-08-01 Thread Eero Volotinen
ocket/unixsocket/g" /etc/redis.conf +systemctl restart redis.service + %changelog +* Sat Aug 1 2015 Eero Volotinen - 1.0-21 +- redis configuration fix + * Fri May 29 2015 Scott R. Shinn - 1.0-20 - Add redis dependency - Add systemctl logic to openvas-setup -- Eero 2015-08-01 19:45

Re: [Openvas-discuss] openvas8 packaging bugs on atomic repo

2015-08-01 Thread Eero Volotinen
hese – perhaps someone familiar with these can > comment. In my case, I applied the attached patch to the openvas-manager > source before building. > > > > > > *From:* Openvas-discuss [mailto: > openvas-discuss-boun...@wald.intevation.org] *On Behalf Of *Eero Volotinen > *Se

Re: [Openvas-discuss] Issue with new OpenVAS 8 installation

2015-08-03 Thread Eero Volotinen
what is output of ps aux | grep openvas (after 1 minute of scan started?) scan can take lot of time, depending on settings. -- Eero 2015-07-31 20:04 GMT+03:00 John Rauser : > Hi there, > > I just finished installing OpenVAS 8 on Debian 8.1 > > I run the openvas-check-setup script and everythin

Re: [Openvas-discuss] [CASE:45068] openvas8 packaging bugs on atomic repo

2015-08-03 Thread Eero Volotinen
for the report! > > -Support > > > > ------ > > On 2015-08-01, 12:45, Eero Volotinen (eero.voloti...@iki.fi) wrote: > Hi Scott, > > There are two bug in openvas 8 package in atomic repo. they mainly render > openvas unworkable on default settings. >

Re: [Openvas-discuss] non Default scans

2015-08-04 Thread Eero Volotinen
What is output of ps aux | grep openvas during scan? Eero 3.8.2015 8.01 ip. "Dury, John C." kirjoitti: > I have built both OpenVAS 8 and OpenVAS 7 systems from source and also > tried some pre built binaries like the ones that come with Kali and when I > try to do a custom task with a scan using

Re: [Openvas-discuss] non Default scans

2015-08-04 Thread Eero Volotinen
low in the first 1%? > > On Tue, Aug 4, 2015 at 2:57 PM, Eero Volotinen > wrote: > >> What is output of ps aux | grep openvas >> during scan? >> >> Eero >> 3.8.2015 8.01 ip. "Dury, John C." kirjoitti: >> >>> I have built both OpenVA

Re: [Openvas-discuss] non Default scans

2015-08-05 Thread Eero Volotinen
scanning udp ports usually take very very long time. You should use timing option aggressive or insane in portscanner config (nmap nasl plugin). -- Eero 2015-08-05 16:36 GMT+03:00 Dury, John C. : > It looks like the distribution that comes with Kali is working. You are > all correct, the nmap sc

Re: [Openvas-discuss] openvas-nvt-sync ERROR

2015-08-05 Thread Eero Volotinen
sounds like centos 7 (minimal install) + openvas from atomic repo? yum install -y bzip2 fixes the problem.. -- Eero 2015-08-05 18:53 GMT+03:00 Frédéric Boucher : > Hi, > > When in try to running this command, i have this error. > > *[root@OPENVAS001 ~]# openvas-nvt-sync* > *[i] This script sync

Re: [Openvas-discuss] list of vulnerabilities

2015-08-06 Thread Eero Volotinen
sorry typing error: find . -type f -iname '*.nasl' -exec grep 'cve_id' \; Eero 2015-08-06 10:03 GMT+03:00 Eero Volotinen : > Hi, > > > All cve numbers are listed in single archive file (around 14 MByte) > <http://www.openvas.org/openvas-nvt-feed-curre

Re: [Openvas-discuss] list of vulnerabilities

2015-08-06 Thread Eero Volotinen
Hi, All cve numbers are listed in single archive file (around 14 MByte) ( http://www.openvas.org/openvas-nvt-feed-current.tar.bz2) You can just download, unpack it and find cve numbers like this: find . -type f -iname '*.nasl' -exec grep

  1   2   3   4   5   6   7   8   >