Re: [Openvas-discuss] GSAD on Openvas 7 doesn't take credentials, hosts or tasks

2014-08-15 Thread Brandon Perry
Yes, you would use that exact XML command to create your credentials. On Thu, Aug 14, 2014 at 1:32 PM, Tom Powers t...@sound-solutions.biz wrote: Sound Solutions, Inc. 8400 Highland Dr. Wausau, WI 54401 Tel: 715-842-7665 Fax: 715-842-7620 Might have spoken too soon… Looks like I

Re: [Openvas-discuss] GSAD on Openvas 7 doesn't take credentials, hosts or tasks

2014-08-15 Thread Tom Powers
[cid:imagebfcd20.GIF@69bf01ff.46b84472] Sound Solutions, Inc. 8400 Highland Dr. Wausau, WI 54401 Tel: 715-842-7665 Fax: 715-842-7620 Might have spoken too soon… Looks like I can create targets just fine…but Credentials…are a no go….it sits and hangs on the credentials Would I use the

Re: [Openvas-discuss] GSAD on Openvas 7 doesn't take credentials, hosts or tasks

2014-08-15 Thread Brandon Perry
I am really not sure, it sounds like a lock on the sqlite databases perhaps. Can you kill the omp command that is hanging, then use lsof to figure out if another process has locked the sqlite db? On Thu, Aug 14, 2014 at 1:47 PM, Tom Powers t...@sound-solutions.biz wrote: Sound Solutions,

Re: [Openvas-discuss] script categories and safe_checks

2014-08-15 Thread Jan-Oliver Wagner
On Montag, 4. August 2014, Rene Behring wrote: so, if ACT_DESTRUCTIVE_ATTACK, ACT_KILL_HOST and ACT_DENIAL are not executed, why are there safe_checks? if they are executed and test with if(safe_checks()) if they should run or not, why is not in every dangerous NVT a safe_checks?

Re: [Openvas-discuss] high load in master-slave mode

2014-08-15 Thread Jan-Oliver Wagner
On Montag, 4. August 2014, red0queen wrote: Le 03/08/2014 19:07, Jan-Oliver Wagner a écrit : Am Montag, 28. Juli 2014, 12:59:07 schrieb red0queen: I was trying the master slave mode and I have a strange behavior : when the scan end, a scan process (openvassd) stay alive on the master node,

Re: [Openvas-discuss] 7 task in paralell

2014-08-15 Thread Jan-Oliver Wagner
On Donnerstag, 14. August 2014, luciano fain wrote: Dear all, any of you knows why when you run 7 / 8 task in paralell each one with one host, the gsad intrface stucks? I can see the key problem in tasks.db access, do you have any suggestion to execute 7 or more tasks in paralell with good

Re: [Openvas-discuss] 7 task in paralell

2014-08-15 Thread Jan-Oliver Wagner
On Donnerstag, 14. August 2014, Brandon Perry wrote: TBH it would actually be awesome if SQLite were supported out of the box, to my understanding it is supported out of the box ... ? but you could configure OpenVAS to use PostgreSQL. Would resolve this issue, and would allow you to reduce

Re: [Openvas-discuss] GSAD on Openvas 7 doesn't take credentials, hosts or tasks

2014-08-15 Thread Benoît Allard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/14/2014 08:32 PM, Tom Powers wrote: Looks like I can create targets just fine?but Credentials?are a no go?.it sits and hangs on the credentials I had the same problem last week, in my case, the system was lacking entropy to generate a new

Re: [Openvas-discuss] 7 task in paralell

2014-08-15 Thread luciano fain
Just very slow down Jan. I will try to make a fifo in a second database launching 4 task max in paralell. My problem is that im using a new gui to auto launch tasks using omp interface. I think it is only my problem because I need to use one task for each target as we developed the interface.

Re: [Openvas-discuss] 7 task in paralell

2014-08-15 Thread Brandon Perry
Yes, I didn't mean it SQLite wasn't supported out of the box, I meant it would be awesome if it were supported out of the box, with an option to use pgsql. :) On Fri, Aug 15, 2014 at 2:17 AM, Jan-Oliver Wagner jan-oliver.wag...@greenbone.net wrote: On Donnerstag, 14. August 2014, Brandon

[Openvas-discuss] Restrict cpu util.

2014-08-15 Thread lucianofain
Hi all is any way to restrict cpu utilization of openvas scanner service?  I put be nice=yes but as I run to many task in paralell I need to restrict all openvas scanner services running in parallel for example using 80% max of all CPUs Regards Enviado desde Samsung

Re: [Openvas-discuss] Restrict cpu util.

2014-08-15 Thread Thomas Reinke
Unix/Linux does not allow that kind of CPU utilization control, unless you're talking about some big iron. The best you can do is limit the amount of thrashing your processor may do be controlling the number of scans, and the number of hosts per scan, and number of tests per host, that you are

[Openvas-discuss] Error in host specification when creating a Target with larger than /24

2014-08-15 Thread Barry Gould
Hi, I'm trying to create a scan target for 10.40.0.0/16 or /15 or /14, and it keeps failing with 'Error in host specification' unless I change it to /24. Why?! This is on CentOS 6, with current packages. Thanks, Barry ___ Openvas-discuss mailing

Re: [Openvas-discuss] Restrict cpu util.

2014-08-15 Thread Reindl Harald
Am 15.08.2014 um 18:11 schrieb lucianofain: Hi all is any way to restrict cpu utilization of openvas scanner service? I put be nice=yes but as I run to many task in paralell I need to restrict all openvas scanner services running in parallel for example using 80% max of all CPUs but as

Re: [Openvas-discuss] Error in host specification when creating a Target with larger than /24

2014-08-15 Thread Ryan Schulze
/24 is the largest net you can use for target. You will have to split up anything larger into /24 subnets. Since a /14 will be end up being quite a few /24 nets you may want to look at the OMP protocol http://www.openvas.org/omp-5-0.html#command_create_target and create the targets and tasks