Open-AudIT
https://www.open-audit.org/phpBB3/

Report linux not display
https://www.open-audit.org/phpBB3/viewtopic.php?f=10&t=3706
Page 1 of 1

Author:  concurde [ Tue Jun 22, 2010 6:10 am ]
Post subject:  Report linux not display

Hello!
Linux is reported to web interface, but cannot see.
Have installed apache2, mysql-server, php5, php5-gd with all libs installed.
In the Windows run correctly and can see the report, but linux no.
The OpenAudit is installed in the Debian 5.
Follows the main configurations:
------------------------------------------------------------------------------------------------
file -> audit.config

' Standard audit section
'
audit_location = "r"
verbose = "n"
audit_host="http://192.168.106.130"
online = "yesxml"
strComputer = ""
ie_visible = "n"
ie_auto_submit = "y"
ie_submit_verbose = "n"
ie_form_page = audit_host + "http://192.168.106.130/openaudit/admin_pc_add_1.php"
non_ie_page = audit_host + "http://192.168.106.130/openaudit/admin_pc_add_2.php"
input_file = "pc_list_file.txt"


' Set domain_type = 'nt' for NT4 or SAMBA otherwise leave blank or set to ldap
'domain_type = "nt"

local_domain = "LDAP://example.local"

'
' Example Set Domain name for NT ONLY for LDAP use the above format
' NOTE This is Case Sensetive. See the example below.
'
'local_domain = "WinNT://IEXPLORE"
'local_domain = "WinNT://"
'

hfnet = "n"
Count = 0
number_of_audits = 10
script_name = "audit.vbs"
monitor_detect = "y"
printer_detect = "y"
software_audit = "y"
uuid_type = "uuid"
'
' Nmap section
'
nmap_tmp_cleanup = true ' Set this false if you want to leave the tmp files for analysis in your tmp folder
nmap_subnet = "192.168.106." ' The subnet you wish to scan
nmap_subnet_formatted = "192.168.106." ' The subnet padded with 0's
nmap_ie_form_page = audit_host + "http://192.168.106.130/openaudit/admin_nmap_input.php" nmap_ie_visible = "n" nmap_ie_auto_close = "y" nmap_ip_start = 1 nmap_ip_end = 254 nmap_syn_scan = "y" ' Tcp Syn scan
nmap_udp_scan = "y" ' UDP scan
nmap_srv_ver_scan = "y" ' Service version detection.
nmap_srv_ver_int = 9 ' Service version detection intensity level. Values 0-9, 0=fast
--------------------------------------------------------------------------------------------------

file -> audit_linux.sh

OA_SUBMIT_URL=http://192.168.106.130/openaudit/admin_pc_add_2.php
--------------------------------------------------------------------------------------------------
The error usually gerated in the line 153 of file audit_linux.sh already have been corrected with the lines below.

elif test -f /etc/issue; then
distribution="Ubuntu"
OS_RELEASE=`$OA_CAT /etc/issue`
OS_PCK_MGR=$OA_DPKG
elif test -f /etc/debian_version; then
distribution="Debian"
OS_RELEASE=`$OA_CAT /etc/debian_version`
OS_PCK_MGR=$OA_DPKG
elif test -f /etc/debian-version; then
distribution="Debian"
OS_RELEASE=`$OA_CAT /etc/debian-version`
OS_PCK_MGR=$OA_DPKG
----------------------------------------------------------------------------------------------
Already tried of all, but nothing!
I run the course audit_linux.sh having together in the OS the audit.config.
Remembering que in the Windows can see report in the interface web, but in the Linux can run the audit_linux.sh, but in the web interface it that if half off the report.

Wait reply, thank! :roll:

Page 1 of 1 All times are UTC + 10 hours
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/