Re: [Openvas-discuss] MikroTek Dropping Traffic

2015-09-17 Thread Benoît Allard
On Wed, 16 Sep 2015 23:20:30 -0500
Mike Michalak  wrote:

> Hello,
> 
> I am performing an audit on a network with a MikroTek router.
> 
> Any scan that I perform sits at 1% or 2%, but never advances.
> 
> Any thoughts on this?  Is the router dropping or blocking the traffic?
> 
> Also, is there a way to do a stealth scan?

There is no way to explicitly perform a stealth scan. Best you can do
is I believe limit your scans to one host and one NVT concurrently.

Please keep in mind that OpenVAS is not designed to be a Pen-tester
tool, but rather a monitoring solution, as such the usual answer to
your trouble is to configure your router in such a way that it
explicitly allow all traffic related to your OpenVAS machine(s).

Hope that helps.

Regards,
Ben.

-- 
Benoît Allard (B30A05B0)|Greenbone Networks GmbH|http://greenbone.net
Neuer Graben 17, 49074 Osnabrück, Germany | AG Osnabrück, HR B 202460
Executive Directors: Lukas Grunwald, Dr. Jan-Oliver Wagner


signature.asc
Description: PGP signature
___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

[Openvas-discuss] MikroTek Dropping Traffic

2015-09-17 Thread Mike Michalak
Hello,

I am performing an audit on a network with a MikroTek router.

Any scan that I perform sits at 1% or 2%, but never advances.

Any thoughts on this?  Is the router dropping or blocking the traffic?

Also, is there a way to do a stealth scan?

Thank you in advance.

Regards,

Mike
___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Re: [Openvas-discuss] how to update scap database with a way other than rsync

2015-09-17 Thread xie
Hi Howard,


I  have no web proxy outside. I think I can try the idea Eero suggested: rsync 
outside firewall and send the updating data back to the server inside.


Thanks for your tip
Neo Xie






At 2015-09-17 13:34:12, "Howard Sheen"  wrote:
You can try to set RSYNC_PROXY env. variable, may be with the http_proxy value 
of your machine.

On Wed, Sep 16, 2015 at 22:20 Eero Volotinen  wrote:

Hi,


Well, looks like there is no other support at this moment. How about opening 
firewall for rsync?


or else you need to create workaround on other server and then download data 
using wget?


--

Eero



2015-09-17 8:14 GMT+03:00 xie :

Hi team,


When I install Openvas tool, I cannot have an access to feed.openvas.org with 
rsync and download scap data or nvt data in my lab. So The updating procedure 
has always failed with the below erro. Is there any way around for the command, 
openvas-scapdata-sync.  I can see the option, -wget is not supported any more 
while the command, openvas-nvt-sync can still support the option. 


++


[root@CentOS654354911 ~]# openvas-scapdata-sync
[i] This script synchronizes a SCAP data directory with the OpenVAS one.
[i] SCAP dir: /var/lib/openvas/scap-data
[i] Will use rsync
[i] Using rsync: /usr/bin/rsync
[i] Configured SCAP data rsync feed: rsync://feed.openvas.org:/scap-data
rsync: failed to connect to feed.openvas.org: Connection timed out (110)
rsync error: error in socket IO (code 10) at clientserver.c(124) 
[receiver=3.0.6]
[e] Error: rsync failed. Your SCAP data might be broken now.


+




Thanks
Neo Xie

___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss



___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Re: [Openvas-discuss] MikroTek Dropping Traffic

2015-09-17 Thread Eero Volotinen
Well, what is output from my strace trick?

--
Eero

2015-09-17 13:37 GMT+03:00 Mike Michalak :

> Hello Eero,  Thank you for the reply.
>
> I have been trying:
>
>- Port List: OpenVAS Default or All IANA assigned TCP 2012-02-10
>- Alive Test: Scan Config Default
>- Scan Config: Full and Fast Ultimate
>
> My thoughts were to try this Alive Test next: TCP-SYN Service Ping.
>
> Thank you,
>
> Mike
>
> Regards,
>
> Mike Michalak
> M +219.921.9619
> O +708.320.8643
> Trail 9 | trail9.com
>
>
> On Thu, Sep 17, 2015 at 2:07 AM, Eero Volotinen 
> wrote:
>
>> Hi,
>>
>> what portscanning setting you are using?
>>
>>
>>
>> Eero
>>
>> 2015-09-17 7:20 GMT+03:00 Mike Michalak :
>>
>>> Hello,
>>>
>>> I am performing an audit on a network with a MikroTek router.
>>>
>>> Any scan that I perform sits at 1% or 2%, but never advances.
>>>
>>> Any thoughts on this?  Is the router dropping or blocking the traffic?
>>>
>>> Also, is there a way to do a stealth scan?
>>>
>>> Thank you in advance.
>>>
>>> Regards,
>>>
>>> Mike
>>>
>>> ___
>>> Openvas-discuss mailing list
>>> Openvas-discuss@wald.intevation.org
>>>
>>> https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss
>>>
>>
>>
>
___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Re: [Openvas-discuss] MikroTek Dropping Traffic

2015-09-17 Thread Mike Michalak
Benoit,

Thank you for the follow up.

I didn't think there was.

Regards,

Mike

Regards,

Mike Michalak
M +219.921.9619
O +708.320.8643
Trail 9 | trail9.com


On Thu, Sep 17, 2015 at 2:13 AM, Benoît Allard 
wrote:

> On Wed, 16 Sep 2015 23:20:30 -0500
> Mike Michalak  wrote:
>
> > Hello,
> >
> > I am performing an audit on a network with a MikroTek router.
> >
> > Any scan that I perform sits at 1% or 2%, but never advances.
> >
> > Any thoughts on this?  Is the router dropping or blocking the traffic?
> >
> > Also, is there a way to do a stealth scan?
>
> There is no way to explicitly perform a stealth scan. Best you can do
> is I believe limit your scans to one host and one NVT concurrently.
>
> Please keep in mind that OpenVAS is not designed to be a Pen-tester
> tool, but rather a monitoring solution, as such the usual answer to
> your trouble is to configure your router in such a way that it
> explicitly allow all traffic related to your OpenVAS machine(s).
>
> Hope that helps.
>
> Regards,
> Ben.
>
> --
> Benoît Allard (B30A05B0)|Greenbone Networks GmbH|http://greenbone.net
> Neuer Graben 17, 49074 Osnabrück, Germany | AG Osnabrück, HR B 202460
> Executive Directors: Lukas Grunwald, Dr. Jan-Oliver Wagner
>
___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Re: [Openvas-discuss] MikroTek Dropping Traffic

2015-09-17 Thread Mike Michalak
Eero,

I am unable to run the scan at the moment.  I'll run it later today and
post the output.

Regards,

Mike

Regards,

Mike Michalak
M +219.921.9619
O +708.320.8643
Trail 9 | trail9.com


On Thu, Sep 17, 2015 at 5:41 AM, Eero Volotinen 
wrote:

> Well, what is output from my strace trick?
>
> --
> Eero
>
> 2015-09-17 13:37 GMT+03:00 Mike Michalak :
>
>> Hello Eero,  Thank you for the reply.
>>
>> I have been trying:
>>
>>- Port List: OpenVAS Default or All IANA assigned TCP 2012-02-10
>>- Alive Test: Scan Config Default
>>- Scan Config: Full and Fast Ultimate
>>
>> My thoughts were to try this Alive Test next: TCP-SYN Service Ping.
>>
>> Thank you,
>>
>> Mike
>>
>> Regards,
>>
>> Mike Michalak
>> M +219.921.9619
>> O +708.320.8643
>> Trail 9 | trail9.com
>>
>>
>> On Thu, Sep 17, 2015 at 2:07 AM, Eero Volotinen 
>> wrote:
>>
>>> Hi,
>>>
>>> what portscanning setting you are using?
>>>
>>>
>>>
>>> Eero
>>>
>>> 2015-09-17 7:20 GMT+03:00 Mike Michalak :
>>>
 Hello,

 I am performing an audit on a network with a MikroTek router.

 Any scan that I perform sits at 1% or 2%, but never advances.

 Any thoughts on this?  Is the router dropping or blocking the traffic?

 Also, is there a way to do a stealth scan?

 Thank you in advance.

 Regards,

 Mike

 ___
 Openvas-discuss mailing list
 Openvas-discuss@wald.intevation.org

 https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

>>>
>>>
>>
>
___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

[Openvas-discuss] OpenVAS supplement?

2015-09-17 Thread Paul J
Do people believe that OpenVAS is the ultimate tool?  Or should other tools
be used as well?

 

For example, if you're using OpenVAS, should you also be using Metasploit?
Are there other tools that are good complements to OpenVAS?

 

The main reason I'm asking is that it's not too hard to find vulnerabilities
that OpenVAS doesn't report for both Windows and Linux.

 

paul

___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Re: [Openvas-discuss] issue of download report in PDF format

2015-09-17 Thread Chris
Hi,

> Any idea what went wrong?

try to update your OpenVAS components to the latest available versions.

especially the empty report generation was a bug in one of the previous
versions of i think scanner or manager (just check the changelogs).
___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss


Re: [Openvas-discuss] issue of download report in PDF format

2015-09-17 Thread Eero Volotinen
Sounds like old generate script bug (incorrect) access. It's fixed in
newest openvas manager version.

Eero

to 17. syyskuuta 2015 21.03 Artie Leu  kirjoitti:

> HI Eero,
>
>
>
> After a scan report was generated by OpenVAS-8, I tried to download the
> report in PDF format via GSA GUI and somehow it always failed with an error
> saying “Adobe Acrobat Reader DC could not open because it is either not a
> supported file type or the file has been damaged…”.   And I found the file
> size is always 0.   Any idea what went wrong?
>
>
>
> Thanks.
>
> Artie
>
>
> *-- *** Please note that this message and any
> attachments may contain confidential and proprietary material and
> information and are intended only for the use of the intended recipient(s).
> If you are not the intended recipient, you are hereby notified that any
> review, use, disclosure, dissemination, distribution or copying of this
> message and any attachments is strictly prohibited. If you have received
> this email in error, please immediately notify the sender and destroy this
> e-mail and any attachments and all copies, whether electronic or printed.
> Please also note that any views, opinions, conclusions or commitments
> expressed in this message are those of the individual sender and do not
> necessarily reflect the views of Fortinet, Inc., its affiliates, and emails
> are not binding on Fortinet and only a writing manually signed by
> Fortinet's General Counsel can be a binding commitment of Fortinet to
> Fortinet's customers or partners. Thank you. ***
> --*
>
___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Re: [Openvas-discuss] [Newsletter] Re: issue of download report in PDF format

2015-09-17 Thread Chris
Hi,

> My scanner and manager versions are 5.0.4 and 6.0.5. Are they not
latest ones?

mhhh, strange. Normally 6.0.5 of the manager should have fixed this:

http://wald.intevation.org/frs/shownotes.php?release_id=826
___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss


Re: [Openvas-discuss] Setting up SSH connection to WHM (CPanel) Centos Box

2015-09-17 Thread Eero Volotinen
Hard to say, as you are not showing any relevant logs of this issue.

You should enable enought log level of scanned box on sshd and provide
relevant output ..

Eero

2015-09-17 23:17 GMT+03:00 Walter York :

> I "could" go through the time to create a centos 7 OpenVAS box but that
> would take away from the ease of having a single VM (Kali 2) to perform all
> of my testing activities.  Is there some known issue that openvas 7 won't
> authenticate to certain servers via SSH that would necessitate a version
> upgrade?
>
> Something of interest in the target log is: op=login acct="(unknown)".
> Yet I have properly entered the root account as the login within OpenVAS.
> I must stress that I am able to use Putty on the same openvas box to
> successfully connect.
>
>
>
>
> --
> Date: Thu, 17 Sep 2015 23:05:08 +0300
>
> Subject: Re: [Openvas-discuss] Setting up SSH connection to WHM (CPanel)
> Centos Box
> From: eero.voloti...@iki.fi
> To: waltery...@hotmail.com
> CC: openvas-discuss@wald.intevation.org
>
> well, so it's using openvas 7. You should try centos 7 for scanning box
> and install openvas 8 from atomic corp repo.
>
> --
> Eero
>
> 2015-09-17 22:57 GMT+03:00 Walter York :
>
> selinux does not appear to be installed on the openvas box... this is Kali
> v2
>
> root@test02:~# getenforce
> bash: getenforce: command not found
> root@test02:~# cat /etc/sysconfig/selinux
> cat: /etc/sysconfig/selinux: No such file or directory
> root@test02:~#
>
> dpkg -l
>
> ii  sctpscan   0.1-1kali1   amd64SCTP network scanner for
> discover
> ii  sed4.2.2-4+b1   amd64The GNU sed stream editor
> ii  sendemail  1.56-5   all  lightweight, command line
> SMTP em
>
>
>
> --
> Date: Thu, 17 Sep 2015 22:37:57 +0300
> Subject: Re: [Openvas-discuss] Setting up SSH connection to WHM (CPanel)
> Centos Box
> From: eero.voloti...@iki.fi
> To: waltery...@hotmail.com
> CC: openvas-discuss@wald.intevation.org
>
> Is selinux disabled on openvas box?
>
> Eero
> 17.9.2015 10.27 ip. "Walter York"  kirjoitti:
>
> I am trying to use OpenVAS to perform a vulnerability scan against a WHM
> (CPanel) VPS box.  I am unable to get OpenVAS to connect to it either by
> username/password or certificate/password.  However, on the same OpenVAS
> box, I can use putty to connect either way.  I have disabled ConfigServer
> Security & Firewall and ModSEC.
>
> Here is output from /var/log/audit/audit.log on the target box...
> type=USER_LOGIN msg=audit(1442515160.849:6594): pid=31916 uid=0
> auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023
> msg='op=login acct="(unknown)" exe="/usr/sbin/sshd" hostname=?
> addr=75.*.*.* terminal=ssh res=failed'
>
> I can use Putty on the same OpenVAS box and connect to my target using the
> same credential and password or certificate and password with no problems.
>
> ___
> Openvas-discuss mailing list
> Openvas-discuss@wald.intevation.org
> https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss
>
>
>
___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Re: [Openvas-discuss] [Newsletter] Re: issue of download report in PDF format

2015-09-17 Thread Eero Volotinen
Well, that was copy of my chef cookbook that installs openvas from sources
and it provides working pdf support.

Please doublecheck your commands..

Eero

pe 18. syyskuuta 2015 1.12 Artie Leu  kirjoitti:

> Thanks for all tips.  But it doesn’t work for me. Openvas-check-pdf still
> gives same output.  L
>
>
>
> *From:* eero.t.voloti...@gmail.com [mailto:eero.t.voloti...@gmail.com] *On
> Behalf Of *Eero Volotinen
> *Sent:* Thursday, September 17, 2015 3:01 PM
>
>
> *To:* Artie Leu
> *Cc:* openvas-discuss@wald.intevation.org
> *Subject:* Re: [Openvas-discuss] [Newsletter] Re: issue of download
> report in PDF format
>
>
>
> Centos 7 is a bit buggy on pdf so it requires workaround
>
>
>
> run following commands:
>
>
>
> yum search tex | awk \'/^tex/ { print $1 }\' | xargs yum install -y
>
>
>
> mkdir -p /usr/share/texlive/texmf-local/tex/latex/comment
>
>
>
> download this file http://ping-viini.org/comment.sty to location
> /usr/share/texlive/texmf-local/tex/latex/comment/comment.sty
>
> with root owner and permission 664
>
>
>
> run following command:
>
>
>
> cd /usr/share/texlive/texmf-local/tex/latex/comment ; texhash
>
>
>
> it should work after this hack-a-round ? test with my openvas-check-pdf
> script?
>
>
>
> --
>
> Eero
>
>
>
>
>
> 2015-09-18 0:55 GMT+03:00 Artie Leu :
>
> My OpenVAS-8 is installed on CentOS 7.  I am confused by what It is really
> missing.  The latex pkg is installed already.  Any idea?
>
>
>
> [root@centos]# yum install texlive-latex
>
> Loaded plugins: fastestmirror, langpacks
>
> Loading mirror speeds from cached hostfile
>
> * atomic: www6.atomicorp.com
>
> * base: mirror.pac-12.org
>
> * extras: mirror.pac-12.org
>
> * updates: mirrors.xmission.com
>
> Package 2:texlive-latex-svn27907.0-32.el7.noarch already installed and
> latest version
>
> Nothing to do
>
>
>
> [root@centos]# pdflatex -version
>
> pdfTeX 3.1415926-2.5-1.40.14 (TeX Live 2013)
>
> kpathsea version 6.1.1
>
> Copyright 2013 Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX).
>
> There is NO warranty.  Redistribution of this software is
>
> covered by the terms of both the pdfTeX copyright and
>
> the Lesser GNU General Public License.
>
> For more information about these matters, see the file
>
> named COPYING and the pdfTeX source.
>
> Primary author of pdfTeX: Peter Breitenlohner (eTeX)/Han The Thanh
> (pdfTeX).
>
> Compiled with libpng 1.5.13; using libpng 1.5.13
>
> Compiled with zlib 1.2.7; using zlib 1.2.7
>
> Compiled with poppler version 0.22.5
>
>
>
> *From:* eero.t.voloti...@gmail.com [mailto:eero.t.voloti...@gmail.com] *On
> Behalf Of *Eero Volotinen
> *Sent:* Thursday, September 17, 2015 2:49 PM
>
>
> *To:* Artie Leu
> *Cc:* openvas-discuss@wald.intevation.org
> *Subject:* Re: [Openvas-discuss] [Newsletter] Re: issue of download
> report in PDF format
>
>
>
> as you can see from output that your system is missing (pdf) latex tools
> and libraries.
>
>
>
> what os (distribution) you are using?
>
>
>
> you need to install 'pdflatex' and related tools using package
> management. on centos 7 workaround is needed it contains buggy pdf support.
>
>
>
> --
>
> Eero
>
>
>
> 2015-09-18 0:14 GMT+03:00 Artie Leu :
>
> I got the output below:
>
>
>
> [root@centos7 # ./openvas-check-pdf
>
> Step 10: Checking presence of optional tools ...
>
> OK: pdflatex found.
>
> WARNING: PDF generation failed, most likely due to missing LaTeX
> packages. The PDF report format will not work.
>
> SUGGEST: Install required LaTeX packages.
>
>
>
> *From:* eero.t.voloti...@gmail.com [mailto:eero.t.voloti...@gmail.com] *On
> Behalf Of *Eero Volotinen
> *Sent:* Thursday, September 17, 2015 2:10 PM
> *To:* Artie Leu
> *Cc:* openvas-discuss@wald.intevation.org
>
>
> *Subject:* Re: [Openvas-discuss] [Newsletter] Re: issue of download
> report in PDF format
>
>
>
> Hi,
>
>
>
> run this script and what is output related to pdf stuff:
>
>
>
> http://ping-viini.org/openvas-check-pdf
>
>
>
> --
>
> Eero
>
> to 17. syyskuuta 2015 23.42 Artie Leu  kirjoitti:
>
> Hi Eero,  I don’t see any PDF dependency mentioned in the output of
> “openvas-check-setup”?-Artie
>
>
>
> *From:* Openvas-discuss [mailto:
> openvas-discuss-boun...@wald.intevation.org] *On Behalf Of *Eero Volotinen
> *Sent:* Thursday, September 17, 2015 11:40 AM
> *To:* Chris; openvas-discuss@wald.intevation.org
> *Subject:* Re: [Openvas-discuss] [Newsletter] Re: issue of download
> report in PDF format
>
>
>
> Another issue is that pdf latex dependencies are missing. Check with
> openvas-check-setup.it it saying that pdf support is working?
>
> Eero
>
>
>
> to 17. syyskuuta 2015 21.37 Chris  kirjoitti:
>
> Hi,
>
> > My scanner and manager versions are 5.0.4 and 6.0.5. Are they not
> latest ones?
>
> mhhh, strange. Normally 6.0.5 of the manager should have fixed this:
>
> http://wald.intevation.org/frs/shownotes.php?release_id=826
> 

Re: [Openvas-discuss] [Newsletter] Re: issue of download report in PDF format

2015-09-17 Thread Artie Leu
I got an error on 1st cmomand.

[root@aleu-vlnx4 aleu4]# yum search tex | awk \'/^tex/ { print $1 }\' | xargs 
yum install -y
awk: cmd. line:1: '/^tex/
awk: cmd. line:1: ^ invalid char ''' in expression
Loaded plugins: fastestmirror, langpacks
Error: Need to pass a list of pkgs to install
Mini usage:

install PACKAGE...

Install a package or packages on your system

aliases: install-n, install-na, install-nevra

Exiting on Broken Pipe

From: eero.t.voloti...@gmail.com [mailto:eero.t.voloti...@gmail.com] On Behalf 
Of Eero Volotinen
Sent: Thursday, September 17, 2015 3:23 PM
To: Artie Leu
Cc: openvas-discuss@wald.intevation.org
Subject: Re: [Openvas-discuss] [Newsletter] Re: issue of download report in PDF 
format


please run following commands on root account



yum search tex | awk \'/^tex/ { print $1 }\' | xargs yum install -y

mkdir -p /usr/share/texlive/texmf-local/tex/latex/comment

cd /usr/share/texlive/texmf-local/tex/latex/comment

wget http://ping-viini.org/comment.sty

chown root:root comment.sty

chmod 664 comment.sty

texhash

From: Artie Leu
Sent: Thursday, September 17, 2015 3:12 PM
To: 'Eero Volotinen'
Cc: 
openvas-discuss@wald.intevation.org
Subject: RE: [Openvas-discuss] [Newsletter] Re: issue of download report in PDF 
format

Thanks for all tips.  But it doesn’t work for me. Openvas-check-pdf still gives 
same output.  ☹

From: eero.t.voloti...@gmail.com 
[mailto:eero.t.voloti...@gmail.com] On Behalf Of Eero Volotinen
Sent: Thursday, September 17, 2015 3:01 PM
To: Artie Leu
Cc: 
openvas-discuss@wald.intevation.org
Subject: Re: [Openvas-discuss] [Newsletter] Re: issue of download report in PDF 
format

Centos 7 is a bit buggy on pdf so it requires workaround

run following commands:


yum search tex | awk \'/^tex/ { print $1 }\' | xargs yum install -y



mkdir -p /usr/share/texlive/texmf-local/tex/latex/comment



download this file http://ping-viini.org/comment.sty to location 
/usr/share/texlive/texmf-local/tex/latex/comment/comment.sty

with root owner and permission 664



run following command:



cd /usr/share/texlive/texmf-local/tex/latex/comment ; texhash



it should work after this hack-a-round ? test with my openvas-check-pdf script?



--

Eero




***  Please note that this message and any attachments may contain confidential 
and proprietary material and information and are intended only for the use of 
the intended recipient(s). If you are not the intended recipient, you are 
hereby 
notified that any review, use, disclosure, dissemination, distribution or 
copying 
of this message and any attachments is strictly prohibited. If you have 
received 
this email in error, please immediately notify the sender and destroy this 
e-mail 
and any attachments and all copies, whether electronic or printed.
Please also note that any views, opinions, conclusions or commitments expressed 
in this message are those of the individual sender and do not necessarily 
reflect 
the views of Fortinet, Inc., its affiliates, and emails are not binding on 
Fortinet and only a writing manually signed by Fortinet's General Counsel can 
be 
a binding commitment of Fortinet to Fortinet's customers or partners. Thank 
you. **___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Re: [Openvas-discuss] [Newsletter] Re: issue of download report in PDF format

2015-09-17 Thread Artie Leu
Thanks, Chris.  My scanner and manager versions are 5.0.4 and 6.0.5.  Are they 
not latest ones?  If not, could you advise how and where to upgrade them to 
latest versions?  Thanks.   

-Original Message-
From: Openvas-discuss [mailto:openvas-discuss-boun...@wald.intevation.org] On 
Behalf Of Chris
Sent: Thursday, September 17, 2015 11:06 AM
To: openvas-discuss@wald.intevation.org
Subject: [Newsletter] Re: [Openvas-discuss] issue of download report in PDF 
format

Hi,

> Any idea what went wrong?

try to update your OpenVAS components to the latest available versions.

especially the empty report generation was a bug in one of the previous 
versions of i think scanner or manager (just check the changelogs).
___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

***  Please note that this message and any attachments may contain confidential 
and proprietary material and information and are intended only for the use of 
the intended recipient(s). If you are not the intended recipient, you are 
hereby 
notified that any review, use, disclosure, dissemination, distribution or 
copying 
of this message and any attachments is strictly prohibited. If you have 
received 
this email in error, please immediately notify the sender and destroy this 
e-mail 
and any attachments and all copies, whether electronic or printed.
Please also note that any views, opinions, conclusions or commitments expressed 
in this message are those of the individual sender and do not necessarily 
reflect 
the views of Fortinet, Inc., its affiliates, and emails are not binding on 
Fortinet and only a writing manually signed by Fortinet's General Counsel can 
be 
a binding commitment of Fortinet to Fortinet's customers or partners. Thank 
you. ***

___
Openvas-discuss mailing list
Openvas-discuss@wald.intevation.org
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss