OpenVAS - Not able to download report after scan - openvas

OpenVAS Version: OpenVAS 9 Community Edition, Greenbone OS 4.1.7
I am using OpenVAS appliance installed in Hyper-V virtual machine.
I have scanned my network and got the results. I'am able to view the scan results, but I couldn't download the report in any format (like PDF, XML etc).
There is no option to select the format also. It shows, No results found.
Screen shot attached.

The GSM Community Edition was released in a new version 4.2 and now includes the report formats again as announced:
One noteworthy bugfix: In GCE 4.1 the report plugins were missing and now are back.
Disclaimer: Answer of a NVT Developer # Greenbone

It took me a while to figure this one out as I too had the same issue. You need to import the report types. However the link to import them no longer works. As far as i can tell this version of OpenVAS does not support exporting of reports.
I have since downloaded a VM of KaliLinux and installed Openvas in there. this works perfectly and includes exportable reports!

For version 7 of openvas just go to the configuration tab and Alerts.
Create a new alert
Once the window is open, scroll down and you will find the drop-down list with the different export format.
If export does not work, download the missing package with the yum command.

Related

OpenVAS HTML Report

Based on the how to i've installed a fresh test vm with openvas with CentOS. It seems to work well and i can create an PDF export after a scan. But there is no export format for HTML. I've exported then the report format from a appliance and import this on my vm. But if i select HTML on "download filtered report" und try to make a report, i see an empty error message and i can only click close.
I've checked the logs but i don't find helpful entrys. Maybe someone have an idea? Or are HTML exports on the self-managed OpenVAS not available?
It's often better to ask such questions at https://community.greenbone.net/ directly to get faster feedback.
Nevertheless the a HTML report isn't included in GVM 10 anymore. A new customizable HTML report will only be available for Greenbone customers.

Cannot install crystal report on WindowsServer2012 R2

Can any one give a link to download CrystalReport for WindowsServer2012 R2.
i have tried using this link "https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads" with SP24. But its not working. Can any one give a correct link ?
Lots of links on that page. Did you install the runtime link?
http://downloads.businessobjects.com/akdlm/crnetruntime/clickonce/CRRuntime_32bit_13_0_24.msi
http://downloads.businessobjects.com/akdlm/crnetruntime/clickonce/CRRuntime_64bit_13_0_24.msi
Also, try having the version match your local development version. (e.g. if you are developing using 13.0.23 locally, then install that runtime version on the server).
What error message are you seeing - there may be other reasons things are failing such as hard-coded report connection strings etc?

Can the export files option be limited in Rstudio client (open source edition)

I want to disable the export options in Rstudio open source edition server.
I read in http://docs.rstudio.com/ide/server-pro/r-sessions.html that this option is available in the pro version,
allow-file-downloads
...but I could not find documentation related with this topic for the open source edition.
Any help?
Finally, and after asking for help to the people at Rstudio, I get the answer to this and is that the export option could not be limited in the open source edition of Rstudio server. This option works only with the pro version.
You can check this in https://support.rstudio.com/hc/en-us/community/posts/222515687-Limit-files-export-in-Rstudio-server-open-source-edition
I will try to limit at the S.O. level. I will post any workaround if I succeed.

RStudio Desktop 0.98.1006 for Windows unable to access mapped network drives

Recently I updated my RStudio Desktop for Windows to the latest version 0.98.953. When running a previously working script accessing data stored on a mapped network drive (university personal file store), error occurred saying the specified path did not exist, which was not true - the directories and files were all accessible from Windows Explorer.
Further investigations showed that there were crosses on the concerned drive icons in RStudio's File - Open File... dialogue box. However, using dir() to display these files in the native R GUI was OK, suggesting that it was a problem of RStudio's. I have uninstalled, reinstalled RStudio and updated to the latest Version 0.98.1006 but the problem persisted.
I searched the RStudio community forums but only found one similar case reported (https://support.rstudio.com/hc/communities/public/questions/200655286-RStudio-can-t-see-my-network-directory?locale=en-us) and no practical reply. Could anyone with similar experience help me with this?
Many thanks in advance!
I faced a similar problem with Version 0.98.1074 and also with eclipse:
http://www.eclipse.org/forums/index.php/t/612569/
My (increasingly annoying) workaround is to manually open the mapped network drive, which works for both eclipse and RStudio. After initialization accessing files from the mapped network drive works perfectly.
Best regards

Adaptive server anywhere ASA SqlAnywhere 8.0 ODBC driver

Well, I've searched the interwebs like crazy and I am unable to find this driver.
I am trying to convert data from a client's database that was built using the ASA 8.0 engine. ASA 8 has been out of support since 2008. The software company that created this no longer supports it, so can't provide me with the drivers. I've scoured the web and can't find anything.
I managed to get the installation files for this old software called BailCredit built by a company called SentryLink. I found what I presume to be the ODBC driver in the installation files (dbodbc8.dll) and I've tried manually registering that (Windows Server 2008 R2) but didn't get anywhere. When I try to create a new datasource, the ODBC Data Source Administrator gives me an error.
My company has done hundreds of data migrations and this is the first time I've had to resort to this.
I'd post a link to the database file, but simply can't because of privacy.
Please help if you can! Thanks in Advance.
Matt
For 64 Bit operating system you need to copy the dll's to %windir%\syswow64\ so you need to change install.cmd to the following code. The rest is the same.
COPY %~dp0dbcon8.dll %windir%\syswow64\dbcon8.dll
COPY %~dp0dblgen8.dll %windir%\syswow64\dblgen8.dll
COPY %~dp0dbodbc8.dll %windir%\syswow64\dbodbc8.dll
regedit %~dp0SAS8.REG
pause
It take's me a few hours to figure it out i hope it help someone else.
This is how I finally solved it.
OPTION 1:
Get a copy of the following files from a computer with a working setup of the SQL Anywhere ODBC driver:
dbodbc8.dll
dbcon8.dll
dblgen8.dll
Create an install.cmd file with this:
COPY %~dp0dbcon8.dll %SystemRoot%\system32\dbcon8.dll
COPY %~dp0dblgen8.dll %SystemRoot%\system32\dblgen8.dll
COPY %~dp0dbodbc8.dll %SystemRoot%\system32\dbodbc8.dll
regedit %~dp0SAS8.REG
pause
Create an SAS8.REG file with this:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\Adaptive Server Anywhere 8.0]
"Driver"=hex(2):25,00,57,00,49,00,4e,00,44,00,49,00,52,00,25,00,5c,00,73,00,79,\
00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,64,00,62,00,6f,00,64,00,62,00,\
63,00,38,00,2e,00,64,00,6c,00,6c,00,00,00
"Setup"=hex(2):25,00,57,00,49,00,4e,00,44,00,49,00,52,00,25,00,5c,00,73,00,79,\
00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,64,00,62,00,6f,00,64,00,62,00,\
63,00,38,00,2e,00,64,00,6c,00,6c,00,00,00
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\ODBC Drivers]
"Adaptive Server Anywhere 8.0"="Installed"
Run install.cmd
This will work when Windows is installed in C:\WINDOWS, otherwise edit the registry entries.
OPTION 2:
If someone left a copy of the Powerbuilder CD in the client's computer, look for the folder asa801runtime and install that to get the ODBC driver working
EDIT:
Example connection string with default username/password:
Driver={Adaptive Server Anywhere 8.0};UID=dba;PWD=sql;DatabaseName=base;EngineName=gestion;CommLinks=TCPIP(HOST=GRA06:2638)
Answering my own question:
I wasn't able to find this commercially available anywhere. I happened to be able to get my hands on the installation for the software package that was using SQLAnywhere 8. By installing this, it installed the necessary drivers (but only worked on 32-bit OS).

Resources