[Openvas-discuss] OMP Execution Problem

2018-03-06 Thread Abdallah El.Damiry
Dears , I have a problem with OMP command when I'm using it in more than a case and it's not working. - Case 1 : # omp -u admin -w pass -g Output : failed to acquire socket - Case 2 : (redis port 6379) # omp -u admin -w pass -h 127.0.0.1 -p 6379 --xml='' -v Output : will try to

Re: [Openvas-discuss] OMP Execution Problem

2018-03-06 Thread Shreyas M R
Hi, Are omp requires the host parameter to connect openvas. for port parameter -p . Usually its 9390 Try my github link https://github.com/shreyasmrs/OpenVAS I have tabulated steps to use omp Thanks Shreyas

Re: [Openvas-discuss] OMP Execution Problem

2018-03-06 Thread Thijs Stuurman
Works fine here and it connects to the openvasmd process, not redis. “”” root@ivss:~# omp -v -u admin -w XXX --xml='' WARNING: Verbose mode may reveal passwords! Will try to connect to host 127.0.0.1, port 9390... Sending to manager: Got response: AUTHENTICATE Authenticate with t

Re: [Openvas-discuss] Open vas scanner version issue

2018-03-06 Thread Louis Bohm
Did you do openvas-check-scanner —v9 ? : Louis Bohm - Sr. Systems Engineer Dell TechDirect Certified > On Mar 6, 2018, at 12:12 AM, ravi wrote: > > HI, > > I guess that open vas sanner is installed in my system properly,but when it > is checked with openvas-check-setup

Re: [Openvas-discuss] OMP Execution Problem

2018-03-06 Thread Louis Bohm
It does not seem to be listed in many places on the internet. At least not when I googled it a long time ago. Whats odd is every one seems to run into the issue. As root run this but you can change the port number to your suiting: /usr/sbin/openvasmd -a 0.0.0.0 -p 9393 If you only want

Re: [Openvas-discuss] OMP Execution Problem

2018-03-06 Thread Abdallah El.Damiry
Thanks all of you it works. And special thanks for Louis . It works by your solution 👍. Best Regards Sent from my iPhone > On Mar 6, 2018, at 2:08 PM, Louis Bohm wrote: > > It does not seem to be listed in many places on the internet. At least not > when I googled it a long time ago. Whats

Re: [Openvas-discuss] OMP Execution Problem

2018-03-06 Thread Thijs Stuurman
I start (and stop) OpenVAS using a custom script. /opt/openvas9/sbin/openvasmd -p 9390 -a 127.0.0.1 /opt/openvas9/sbin/gsad -p 443 --listen=0.0.0.0 --mlisten=127.0.0.1 --mport=9390 --ssl-private-key=/etc/apache2/ssl/priv.key --ssl-certificate=/etc/apache2/ssl/pub.crt --http-sts --gnutls-priori

[Openvas-discuss] gvm_pyshell connection woes

2018-03-06 Thread Chris Morse
Good afternoon, I am experiencing authentication issues using either ssh or tls when trying to authenticate. Fresh install of openvas9 using the mrazavi/openvas repo. I am able to issue the following and connect and execute scripts without issue openvasmd -c ovsock gvm_pyshell socket --sockpath