Registrations to Open-AudIT forums are now closed. To ask any new questions please visit Opmantek Community Questions.

Open-AudIT

What's on your network?
It is currently Thu Mar 28, 2024 8:19 pm

All times are UTC + 10 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Report linux not display
PostPosted: Tue Jun 22, 2010 6:10 am 
Offline
Newbie

Joined: Tue Jun 22, 2010 5:14 am
Posts: 1
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:


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC + 10 hours


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group