Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Nessus-Users
[Top] [All Lists]

Re: Undefined Function

Subject: Re: Undefined Function
Date: Tue, 24 Jul 2007 11:48:55 -0700
I also found some other errors:



[29630](/usr/local/lib/nessus/plugins/rpcinfo.nasl) Undefined function
'stream_error'

register_stream(s:data);

tcp_rpc_server = udp_rpc_server = NULL;

repeat

{

value = xdr_getdword();

if (value)

{

program = xdr_getdword();

version = xdr_getdword();

protocol = xdr_getdword();

port = xdr_getdword();

if (stream_error())

break;

add_rpc_server (program, v:version, protorotocol, portort);

}

}





[29843](/usr/local/lib/nessus/plugins/rpc_rstatd.nasl) Undefined function
'get_rpc_port2'

[29843](/usr/local/lib/nessus/plugins/rpc_rstatd.nasl) Undefined function
'get_rpc_port2'

RPC_PROG = 100001;

tcp = 0;

port = get_rpc_port2(program:RPC_PROG, protocol:IPPROTO_UDP);

if (!port)

{

port = get_rpc_port2(program:RPC_PROG, protocol:IPPROTO_TCP);

tcp = 1;

}





[29848](/usr/local/lib/nessus/plugins/rusers_output.nasl) Undefined function
'get_rpc_port2'



port = get_rpc_port2(program:RPC_PROG, protocol:IPPROTO_UDP);



Found function code in sunrpc_func.inc:

function get_rpc_port(program, protocol, portmap)

{

local_var port, broken;

if(isnull(portmap))

{

port = int(get_kb_item("rpc/portmap"));

if (port == 0)

port = 111;

}

else

port = portmap;



TIA,



-Orlando




On 7/23/07, Renaud Deraison <deraison@nessus.org> wrote:


On Jul 24, 2007, at 1:18 AM, Orlando Castro wrote:

> Hi All,
>
> I'm running nessus 2.2.8. When checking the logs,         I
> continually see the following entry:
>
> [23174](/usr/local/lib/nessus/plugins/
> symantec_ghost_status_detect.nasl) Undefined function 'fill_list'
>

Hi,

In this context, this message is harmless but annoying nonetheless
(fill_list() is 3.x-specific). We've commited a fix which will make
it go away next time you update your plugins.


Thanks,

                                -- Renaud

_______________________________________________
Nessus mailing list
Nessus@list.nessus.org
http://mail.nessus.org/mailman/listinfo/nessus
<Prev in Thread] Current Thread [Next in Thread>