Re: [Openvas-discuss] OMP Execution Problem

2018-03-06 Thread Thijs Stuurman
https://nl.linkedin.com/in/thijsstuurman Van: Openvas-discuss [mailto:openvas-discuss-boun...@wald.intevation.org] Namens Louis Bohm Verzonden: dinsdag 6 maart 2018 13:08 Aan: Shreyas M R CC: Abdallah El.Damiry ; openvas-discuss@wald.intevation.org Onderwerp: Re: [Openvas-discuss] OMP Execution Pro

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 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 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] 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