Nessconnect 1.0.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Nessconnect 1.0.2 (Default branch)
# 1  
Old 02-02-2009
Nessconnect 1.0.2 (Default branch)

Image Nessconnect is a GUI, CLI, and API client for Nessus and Nessus compatible servers. With its user interface, it provides local session management, scan templates, report generation through XSLT, charts, and graphs, and vulnerability trending. License: Artistic License Changes:
Libraries have been updated. An incremental garbage collector has been enabled. The default heap size has been decreased to 768 MB. The default perm. gen. heap size has been increased to 256 MB. The launcher for Windows has been simplified to be able to use more JVM options. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Net::CLI::Interact::Transport::Telnet(3pm)		User Contributed Perl Documentation		Net::CLI::Interact::Transport::Telnet(3pm)

NAME
Net::CLI::Interact::Transport::Telnet - TELNET based CLI connection VERSION
version 1.121640 DECRIPTION
This module provides a wrapped instance of a TELNET client for use by Net::CLI::Interact. INTERFACE
app On Windows platforms you must download the "plink.exe" program, and pass its location to the library in this parameter. On other platforms, this defaults to "telnet". runtime_options Based on the "connect_options" hash provided to Net::CLI::Interact on construction, selects and formats parameters to provide to "app" on the command line. Supported attributes: host (required) Host name or IP address of the host to which the TELNET application is to connect. reap Only used on Unix platforms, this installs a signal handler which attempts to reap the "ssh" child process. Pass a true value to enable this feature only if you notice zombie processes are being left behind after use. COMPOSITION
See the following for further interface details: o Net::CLI::Interact::Transport AUTHOR
Oliver Gorwits <oliver@cpan.org> COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Oliver Gorwits. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-06-12 Net::CLI::Interact::Transport::Telnet(3pm)