[Openvas-discuss] GSA 7.0.3 Invalid host header

2018-04-25 Thread Roger Davies
Hi I've just upgraded GSA from 7.0.2 to 7.0.3 from the ubuntu repository maintained by Mohammad Razavi. On 7.0.2 I was proxying the GSA instance with NGINX, which worked nicely. But, with 7.0.3, I now get a "The request contained an unknown or invalid Host header. If you are trying to access GSA

Re: [Openvas-discuss] [ext] GSA 7.0.3 Invalid host header

2018-04-25 Thread Ralf Hildebrandt
* Roger Davies : > Hi > > I've just upgraded GSA from 7.0.2 to 7.0.3 from the ubuntu repository > maintained by Mohammad Razavi. > > On 7.0.2 I was proxying the GSA instance with NGINX, which worked nicely. > > But, with 7.0.3, I now get a "The request contained an unknown or invalid > Host head

Re: [Openvas-discuss] GSA 7.0.3 Invalid host header

2018-04-25 Thread Bjoern Ricks
Hi Roger, please take a look at https://github.com/greenbone/gsa/pull/318 for fixing your issue. Regards Björn > Hi > > I've just upgraded GSA from 7.0.2 to 7.0.3 from the ubuntu repository > maintained by Mohammad Razavi. > > On 7.0.2 I was proxying the GSA instance with NGINX, which worked

Re: [Openvas-discuss] [ext] GSA 7.0.3 Invalid host header

2018-04-25 Thread Roger Davies
Hi Many thanks. Fixed now. I will let Mohammad know so that he can change the default and init scripts accordingly. Roger On 25 April 2018 at 10:45, Ralf Hildebrandt wrote: > * Roger Davies : > > Hi > > > > I've just upgraded GSA from 7.0.2 to 7.0.3 from the ubuntu repository > > maintained b

Re: [Openvas-discuss] [ext] GSA 7.0.3 Invalid host header

2018-04-25 Thread Ralf Hildebrandt
* Roger Davies : > Hi > > Many thanks. Fixed now. > > I will let Mohammad know so that he can change the default and init scripts > accordingly. Currently I'm encountering issues with the sqlite DB as well. When I'm scanning a few hosts in parallel, the WEBui somethimes bails out with: Internal

Re: [Openvas-discuss] [ext] GSA 7.0.3 Invalid host header

2018-04-25 Thread Roger Davies
Ralf Not seen that. I use Postgres and haven't seen that error, although my manager instance is still on the older 7.0.1 version (compiled). Roger On 25 April 2018 at 11:12, Ralf Hildebrandt wrote: > * Roger Davies : > > Hi > > > > Many thanks. Fixed now. > > > > I will let Mohammad know so th

Re: [Openvas-discuss] Tasks Autostart plugin for openvas ?

2018-04-25 Thread Roger Davies
Hi You can daisy-chain one task after another using the alerts bit. So, setup an alert which uses the 'Start Task' method on "Task run status changed (to Done)", then add that alert to the first task. Roger On 18 April 2018 at 08:27, tatooin wrote: > Thanks Thijs, > > I will have a look at you

Re: [Openvas-discuss] [ext] GSA 7.0.3 Invalid host header

2018-04-25 Thread Ralf Hildebrandt
* Roger Davies : > Ralf > > Not seen that. I use Postgres and haven't seen that error, although my > manager instance is still on the older 7.0.1 version (compiled). Definitely occured with the recent update from Mohammad; we're using sqlite, since the packages from the PPA are not postgres enabl

Re: [Openvas-discuss] [ext] GSA 7.0.3 Invalid host header

2018-04-25 Thread Ralf Hildebrandt
* Ralf Hildebrandt : > * Roger Davies : > > Ralf > > > > Not seen that. I use Postgres and haven't seen that error, although my > > manager instance is still on the older 7.0.1 version (compiled). > > Definitely occured with the recent update from Mohammad; we're using > sqlite, since the package

Re: [Openvas-discuss] [ext] GSA 7.0.3 Invalid host header

2018-04-25 Thread Andrew Kelly
Hi I can confirm this is not an isolated thing, I'm seeing exactly the same recently, also using sqlite. On 25.04.18 12:12, Ralf Hildebrandt wrote: > * Roger Davies : >> Hi >> >> Many thanks. Fixed now. >> >> I will let Mohammad know so that he can change the default and init scripts >> accordin

Re: [Openvas-discuss] [ext] GSA 7.0.3 Invalid host header

2018-04-25 Thread Ralf Hildebrandt
* Andrew Kelly : > Hi > > I can confirm this is not an isolated thing, I'm seeing exactly the same > recently, also using sqlite. Looking at the code on https://github.com/greenbone/gvm/blob/8a70fb723f552e84c7a80aa9109c1ce23ed39c92/src/sql_sqlite3.c I guess that the return code of sqlite3_step is

Re: [Openvas-discuss] Tasks Autostart plugin for openvas ?

2018-04-25 Thread tatooin
Hi Roger, I don't get it. Adding an alert to the first task will only log when the task is done, it won't start the next task automatically. Or am I missing something here ? ThanksOn Wed, 2018-04-25 at 11:30 +0100, Roger Davies wrote: > Hi > > You can daisy-chain one task after another using the a

Re: [Openvas-discuss] Tasks Autostart plugin for openvas ?

2018-04-25 Thread Thijs Stuurman
Sounds like a horrible solution to me even if it works. Thijs Stuurman Security Operations Center | KPN Internedservices B.V. thijs.stuur...@internedservices.nl | thijs.stuur...@kpn.com T: +31(0)299476185 | M: +31(0)624366

Re: [Openvas-discuss] Tasks Autostart plugin for openvas ?

2018-04-25 Thread Roger Davies
Hi It's not the nicest solution, but it does work. In the 'Alerts' setup, you can use the 'Start Task' method, which then gives you the option to select a task name, 'Start Task'. You have one task, task1, that operates on a schedule, This task1 has an alert which is setup to call another task,

Re: [Openvas-discuss] Tasks Autostart plugin for openvas ?

2018-04-25 Thread tatooin
Hi Roger, Is this feature available in openvas 8 ? In my alerts setup, the only available methods I have are: - Email - System logger - HTTP Get - Sourcefire/Verinice connectors - Send to host / SCP / SNMP There is nowhere a "Start Task" option which would allow me to to start the next one. Is this

Re: [Openvas-discuss] Tasks Autostart plugin for openvas ?

2018-04-25 Thread Louis Bohm
Another way is to do it in a script. Dump out the list of tasks and their UUIDs. Create cron jobs to start the task. Use the Alert method to send an email or create a file when the task is complete. When the task is complete fire off another task… Louis : Lou

Re: [Openvas-discuss] Tasks Autostart plugin for openvas ?

2018-04-25 Thread Roger Davies
Hi Ah, OpenVAS 8, I don't think so, sorry. I'm on OpenVAS 9. You'll have to script it, or upgrade to 9. Roger On 25 April 2018 at 13:34, tatooin wrote: > Hi Roger, > > Is this feature available in openvas 8 ? In my alerts setup, the only > available methods I have are: > > - Email > - Syste

Re: [Openvas-discuss] Tasks Autostart plugin for openvas ?

2018-04-25 Thread Thijs Stuurman
Running 9 here as well, I have: · Email · HTTP Get · SCP · Send to host · SNMP · Sourcefire Connector · Start Task · System Logger · Verinice.PRO Connector Thijs Stuurman Security Operations Center | KPN Internedserv

Re: [Openvas-discuss] Tasks Autostart plugin for openvas ?

2018-04-25 Thread tatooin
OK, but unfortunately I cannot upgrade to 9 yet, as gvm-tools no longer works with my existing scripts..  Too bad. Thanks anyway !On Wed, 2018-04-25 at 13:44 +0100, Roger Davies wrote: > Hi > > Ah, OpenVAS 8, I don't think so, sorry. I'm on OpenVAS 9.  > > You'll have to script it, or upgrade to

Re: [Openvas-discuss] Tasks Autostart plugin for openvas ?

2018-04-25 Thread tatooin
Hi Louis, That's an idea, indeed. And probably the best solution until I move to openvas 9. ThanksOn Wed, 2018-04-25 at 08:40 -0400, Louis Bohm wrote: > Another way is to do it in a script.   > Dump out the list of tasks and their UUIDs. > Create cron jobs to start the task. > Use

Re: [Openvas-discuss] Tasks Autostart plugin for openvas ?

2018-04-25 Thread Louis Bohm
If you want do it in a bash script. Its a bit harder but its totally possible. Louis : Louis Bohm - Sr. Systems Engineer Dell TechDirect Certified > On Apr 25, 2018, at 9:21 AM, tatooin wrote: > > OK, but unfortunately I cannot upgrade to 9 yet, as gvm-tools no longer works > with

Re: [Openvas-discuss] Tasks Autostart plugin for openvas ?

2018-04-25 Thread Christian Fischer
Hi, On 25.04.2018 15:21, tatooin wrote: > but unfortunately I cannot upgrade to 9 yet its still recommended to start planning the migration to OpenVAS 9 as OpenVAS 8 will reach its EOL in a few months: http://lists.wald.intevation.org/pipermail/openvas-announce/2018-March/000216.html Regards,

[Openvas-discuss] Is too much power disruptive?

2018-04-25 Thread Peter Collins
I'm currently scanning on a 4-core vm with 4gm ram, in Virtualbox on a laptop, within OSSIM. Traffic average during a scan is about 4kB/s (kiloBYTES). Network pipe is not the bottleneck. It can provide 20mb/s (megaBITS) easily. If I get a 12-core/24-thread server with SSD and 32G ram, will the scan

Re: [Openvas-discuss] Tasks Autostart plugin for openvas ?

2018-04-25 Thread Thijs Stuurman
Yes. Just use GVM tools, that’s what it was made for. Again, check out https://github.com/Thij/openvas_scheduler which should help you get started quickly. Feel free to ask me for help or tips. Thijs Stuurman Security Operations Center | KPN Internedservices B.V. thijs.stuur...@internedservic