[quote]
OOPS! I am having trouble with the NMAP.VBS script.... Seems I may have broken things slightly.
Code: Select all
W:\htdocs\OpenAuditSVN\scripts>cscript nmap.vbs
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
nmap.exe -O -v -oN temp.txt 192.168.42.1
... \nmap.vbs(78, 5) Microsoft VBScript runtime error:
Object required: 'oAdd'
This is due to the LDAP Authentication, and will need to be fixed ASAP. In the mean time, you may want to switch off the ldap authentication prior to doing an audit or nmap scan, alternatively, leave IE logged in to OA on the auditing workstation. The active logged in session on the same workstation as the nmap has the effect of allowing us to post, if you log off the session, we see the above error again.
OOPS!

I am having trouble with the NMAP.VBS script.... Seems I may have broken things slightly.
[code]
W:\htdocs\OpenAuditSVN\scripts>cscript nmap.vbs
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
nmap.exe -O -v -oN temp.txt 192.168.42.1
... \nmap.vbs(78, 5) Microsoft VBScript runtime error:
Object required: 'oAdd'
[/code]
This is due to the LDAP Authentication, and will need to be fixed ASAP. In the mean time, you may want to switch off the ldap authentication prior to doing an audit or nmap scan, alternatively, leave IE logged in to OA on the auditing workstation. The active logged in session on the same workstation as the nmap has the effect of allowing us to post, if you log off the session, we see the above error again.