Problem of the NAC plugins & Nessus

Hi all!

I have a problem with the installation of the Nessus plugin. ((

After reading Installation Guides I have not a clear understanding what files should I download. So I have 2 files:

Nessus-plugins - 2.2.10.tar.gz (6507 KB)

Nessus-plugins-GPL - 2.2.10.tar.gz (1071 KB)

of http://www.nessus.org/download/index.php

After renaming, I tried to download each of them turning the cam under updates of the Plugin. CAM said "Upload successful" and has always some plugins (Scan Setup-> Plugins).

So I don't understand what the problem... ((

Can someone share file plugins.tar.gz correct, please...?

Concerning

You must download and install the Nessus appropriate for your PC.

After downloading the latest plugins on the site of Nessus, in the directory (for a Windows installation) c:/Program Files / sustainable / Nessus / Plugins, you will have a file 'plugin.tar.gz '. You can rename or copy this into "plugins.tar.gz".

Then in the console the NAC Manager, under ACCESS OWN-> NETWORK SCANNER-> Plugin updates, go to the same folder and choose the file "plugins.tar.gz". It MUST be named exactly as described - with the S - to work. Complete the DOWNLOAD. When finished go to the Configuration of Scan tab and select all in the show _ Plugins dropdown. You should hae about 20,000 of them.

HTH.

Jim

Tags: Cisco Security

Similar Questions

  • Problem of the NAC - Agent is a disconnect

    Hello

    We have a problem with the NAC in mode virtual outofband.

    AD SSO, sanitation, everything is working, but the strange things happening: after awhile, when downloading large files, Agent connects to the formula of network users, and the registration process is restarted.

    I disabled the pulsation clocks and timers, session, but we still have a problem.

    Also, while sniffing traffic on the switch port, I noticed that after have correctly connected you to the own Cisco Agent network always send traffic to UDP Port 8905. Is this a normal behavior?

    I noticed problems with this version of the agent causing connections to give up intermittently. I would upgrade to agent v4.1.3.1.

  • Problem with the AD plugin since the upgrade

    Salvation;

    I upgraded version Orchestrator 4.2.2 version 5.5.1 and now I have problems with my AD plugin.

    The plugin is version 1.0.4.

    When I do a simple search in AD, it returns an error:

    TypeError: Cannot find the search object notfound.

    I also made this:

    System.Debug (AD);  (the AD variable is AD:ActiceDirectory)

    And here's the result:

    [16:59:30.956 2014-05-07] [D] notfound

    I did a backup of plugins + configuration of plugins files.

    And I copied the backup configuration file in the configs for the plugins folder.

    I can see the active AD plugin, I can browse it in Orchestrator.

    Can someone help me with this?

    Kind regards

    Jonathan

    Apartenly you don't need to place the ad as an object.

    You can use

    ActiveDirectory.search("User" , username);
    
  • withWriteAccessDo problems with the debug plugin

    Hi good morning all,

    I've just started writing plugins for Lightroom (well, I had a first successful 2 years ago but now I start again with more complicated stuff) and of course I love the Debug plugin (thanks again, John!)- but I'm still struggling with concepts and limitations that may be imposed by the latter.

    Concretely, that I will meet the error "attempt to access the property 'myPropertyName' which is not declared in Info.lua", during the execution of my script using the debugging dialog box. It works when I run it just in the Plugin Extras menu as a menu action.

    Code:

    LrTasks.startAsyncTask (Debug.showErrors (function (context)
    local catalog = LrApplication.activeCatalog)
    selected local = catalogue: getTargetPhotos()

    ...

    key s peers (values)
    Catalog: withWriteAccessDo ("writing data", Debug.showErrors (function (context))
    Photo: setPropertyForPlugin (_PLUGIN, "myPropertyName", s)
    end))
    end

    I found something in the Internet which is an indication of a race condition, then maybe it has something to do with a packaging script / running the other? Or y at - it a way to get this race with script debugging, and I'm simply not understand the notion of background tasks/threads yet :-)?

    Thanks for your help!

    Christof

    (I'm on LR 5)

    Christof,

    We will call the plugin that you debug MyPlugin.  I think the problem is that you are the menu command Debug Script in the debug plugin but Script invoking a MyPlugin returned file.  When you do so, all references to the global variable _PLUGIN are actually referring to the Debug Script plugin, not for MyPlugin.   And so, the returned file cannot access the properties of MyPlugin.

    This is a limitation of the SDK that I neglected to document in the Toolbox for debugging.  The solution is simple - copy Debugscript.lua to the MyPlugin folder and add a menu command for MyPlugin that calls Debugscript.   See steps 6 to 9 "Debug export - and publishing Plugins Service" documentation "debugging Toolkit.docx.

    Let me know if that solves your problem.

  • J2ME SDK 3.0.5 causing problems in the IDE Plugin

    Hello

    After installing the new Plugin JAVA ME SDK 3.0.5 and integrated with my Netbeans IDE, I can not start my other projects is not based JavaME. It gives an error saying that the directory of execution is wrong. He complains that "labour is not a valid directory." This is produced by your plugin because I ran the IDE with a new user directory and just installed your plugin. I use JDK 1.6 update 29 on WinXP SP3 32-bit.

    Here's an exception produced a simple Hello World application that prints a string "Hello World" that cannot perform:

    C:\Documents and Settings\User\.netbeans\6.9\var\cache\executor-snippets\run.xml:52: D:\Project\HelloWorld\work is not a valid directory
    at org.apache.tools.ant.taskdefs.Java.setupWorkingDir(Java.java:855)
    at org.apache.tools.ant.taskdefs.Java.setupExecutable(Java.java:825)
    at org.apache.tools.ant.taskdefs.Java.fork(Java.java:788)
    at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:214)
    at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:135)
    at org.apache.tools.ant.taskdefs.Java.execute(Java.java:108)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.Target.execute(Target.java:390)
    at org.apache.tools.ant.Target.performTasks(Target.java:411)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1397)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1366)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1249)
    at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:281)
    at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:539)
    at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:154)
    Result of Java:-1

    The problem is resolved. You need to update Java ME SDK 3.0.5 for the fix:

    1. ensure to that you have downloaded and installed the latest Java ME SDK 3.0.5 (released December 23, 2011). In 3.0.5 update version we have added the Japanese and simplified Chinese locations and feature 'Update Center"which is necessary to obtain the fix.

    2 enforce Update Center or start Netbeans "Java ME" menu menu (in this case, you must install Netbeans integration during the installation of Java ME SDK).

    3. install "Java ME SDK Tools Site Netbeans Update" through the center of update.

    4 restart the Netbeans IDE.

    5. in Netbeans, go to tools-> Plugins, catalogue of Reload and install update "Utility" of the category "Java ME SDK Tools.

    That's all.

    For more details, refer to the corresponding blog post at: http://blogs.oracle.com/javamesdk/entry/update_java_me_sdk_through

    Alexander Burdukov, Director of engineering produces Java ME SDK.

  • Problem of the NAC in the virtual tape gateway VPN SSO

    Hello

    I've implemented a NAC solution for remote users. The unit of CASE mode configured in the gateway enVirtual Strip.

    I followed all the steps listed in http://www.cisco.com/en/US/products/ps6128/products_configuration_example09186a008074d641.shtml

    Remote users can connect succeffuly using the cisco vpn software and they can ping the SIN, but not the DNS (the ASA offers IP @ but not the DNS I do not know why).

    When I access the NAS, I can download the NAC Agent but VPN SSO is not executed and the Agent asks me to connect using LOCAL DB.

    Any help please,.

    Kind regards

    Larson,

    For VPN SSO work, you must send the accounting package to the CAs. The CASE can in turn send for the ACS if you need accounting also be done on GBA, but for authentication ONLY work, the accountant must reach the CASE.

    HTH,

    Faisal

  • Problems with the Echo plugin

    Dear all,

    I'm trying to follow this tutorial and create a custom plugin:

    http://developer.BlackBerry.com/HTML5/documentation/beta/about_custom_native_plugins_cordova_blackbe...

    However, even if I add the plugin and run a simple application on the emulator, I am not able to make the cordova.exec function to call native code. I guess that something is broken in the string, the native code to the js.

    Cordova version 3.3 and native SDK is 10.2. Everyone knows the same problem?

    I do not post code is since then the tutorial one...

    Am I missing somehting in the tools / configuration?

    Thank you!

    -marco

    I think that registerEvents may have been broken, because I think that this sample is missing the onEvent method.

    I'll ask the documentation team to review this sample. We have a much more detailed model from and I would rather they referenced here instead - https://github.com/blackberry/WebWorks-Community-APIs/tree/master/BB10-Cordova/Template

    It seems that they have links with that, but not on this page directly.

    Happy that you guessed it works well!

  • Problem with the Eclipse Plugin

    Hi all! I get just enough of it, so before I break my computer, I'll ask here hehe.

    I downloaded the last functional eclipse IDE, as well as the Plugin to begin programming. I followed the instructions (help-> update-> local-> restart eclipse) but I can't just set up my blackberry workspace. The option is not available, just the thing "import signing keys.

    What's not here?

    I downloaded "eJDE1.0.0.67_With_CP4.5.0.16.zip" which includes the "features" and "plugin" folders. And the file "eclipse-java-ganymede-SR2 - Win32.zip" Eclipse.org

    HEY! I found a solution here

    http://supportforums.BlackBerry.com/Rim/Board/message?board.ID=java_dev&message.ID=26408&jump=true

    hope this would help other ppl

  • Problem of the NAC. Failed to add server.

    Hi all!

    I can't add a nac server to the CAM. Error: Cannot add the server: server access to the own conflicted with the IP <10.52.244.146>must first be removed.

    Add Server IP: 10.52.244.194. I checked all the settings. This address is not used in the IP address of the server of Pentecost - 10.52.244.146 settings.

    I don't see in the newspapers of useful information.

    Why didn't I have this error on the CAM?

    You might be hitting this bug: CSCtd27095

    http://Tools.Cisco.com/support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&bugId=CSCtd27095

    Please follow the "Workaround" recommended in the bug.

  • Problem with the JDE Plugin

    Eclipse 3.5.0 and BB Java SDK 5.0.0.14 using... I'm just getting started with BlackBerry... I just built and tested the HelloWorld app... launched in the Simulator end. I try then run it on my camera, to get an error on the wrong version. So, I try and run it again in the Simulator, and now the app just does not appear in the downloads folder. Just nothing. Any ideas what's happening here?

    This happened to me earlier today by using the JDE, so I switched to the Eclipse thinking that would take care of her...

    Never, does anyone else have this problem?

    OK, I fixed it. I just deleted the project BB and recreated and it seems to work again. I think that the problem can me been accidentally right click on the project name and selecting 'BlackBerry\Package project (s).

    What the devil who does anyway?

  • Web browsers are no longer because of the version of the Flash plugin (problem reappeared after a prior solution)

    jeromiec83223024



    I was part of a focus group in which Lenovo many users had problems with the Flash plugin on their web browser (Re: does not have a plugin (Shockwave Flash). ) forums.adobe.com/message/7992871#7992871). Problems consisted largely of messages does not work on Chrome, Edge and IEon websites such as Facebook, Youtube, Gmail and others who use chat or to play html5 videos. Chrome, the message indicates that a plugin (Flash) became unresponsive, and then the page can no longer be reacts with. On the edge, it just stops responding. These problems have been resolved for a few days now, but after that my Windows updated again last night itself, the problems came back.

    Everyone knows these question make a comeback? I use a Lenovo IdeaPad Yoga 13 with Windows 10 x 64.

    Hi Jean-Luc.

    Yes, hardware acceleration is turned off in the Chrome settings and via the global settings for a while (before the error on which came back again). Will let you know if this problem persists. If all goes well, it was something unique. I have "he's trying to use right Chrome to see if the error appears again.

    Thanks again!

  • The determinations Plugin problem - Tomcat6/Linux Web

    Hello

    I'm trying to deploy a WAR file that contains a plugin custom on a Linux instance EventHandler. For some reason, the path of the plugin is not found. The same WAR file works correctly when it is deployed to Tomcat on Windows (same version of Java) and same version of Tomcat. Anyone know what may be the issue, and what I am doing wrong? The modules code seems to work fine. The only problem is the custom plugin.

    Error message:
    GUARD com.oracle.determinations.interview.engine.local.LocalInterviewEngine - Plugin Directory cannot be initialized. Some plugins will be responsible
    java.lang.IllegalArgumentException: path cannot resolve: plugins

    Apache Tomcat/6.0.26
    JVM: 1.6.0_20 - b02 (Sun Microsystems Inc.)
    Oracle Linux 5 (2.6.18 - 164.el5, i386)
    OPM Version 10.1

    Location of the plugin file:
    web-determinations/WEB-INF/classes/plugins/MyCustomPlugin.jar

    Thank you!

    Hello

    It is a known problem on * nix systems that has been fixed for the next release. In the meantime, you can work around the problem by manually configuring the plugin loader. To do this, you must put your plugin jar file in the WEB-INF/lib directory and specify the list of ';' to be registered in the property plugin.libraries of the application.properties file, for example, classes of plugin

    plugin.libraries=my.event.Handler;my.custom.DataAdaptor;my.custom.RulebaseService 
    
  • Version of the Java Plugin problem

    It seems that the last Plugin Java for Firefox 10.0 that works is version U29. However, Oracle pushes 31 as the most recent version and «» But it does not work in Firefox 10. Not really a problem except that your Web page that checks plugins for "out-dated-ness" indicates that the U29 version is "obsolete".

    Going through the process of updating the Plugin Java from this point is a particularly nasty process (from Oracle fault, of Mozilla) which does nothing of value. It can even install the next version, which, as I said, does not work.

    You can correct your web page so that it does not indicate the U29 version is outdated?

    Thank you.

    OK, I added that a firewall rule out for the program, "jp2launcher.exe" and now the plugin works again. I had already created outbound permission for Java.exe early on that it was necessary, of course, for the plugin to work.

    Of course, this does mean that it is absolutely the solution.

    I would like to say that this is probably the solution, however.

    If it turns out that this is the solution, it means that jp2launcher.exe needs internet access SOMETIMES but not always.

    PHEW! What a pain in the @# *...

    And, Yes, I realize that my setup of the firewall windows 7 has contributed to this problem. I just wish that when a program attempts to connect and is blocked windows 7 this would report to me with a dialog box, as they claim would happen, so I would like to know. There is, without doubt, a journal entry created to record the event, buried somewhere in the windows event logging system. A lot of good it does me, however!

    Thanks again to all for your comments.

    It just shows that there is no problem I can't solve that I don't have everything to create myself. A bit like the Government, if you know what I mean...

    Charles.

  • Dependency problem with the new Blackberry Plugin for Eclipse

    I just encountered a problem with the new version of the JDE Eclipse Plugin. I set up my application project so that it uses two other projects such as libraries. Both of these projects are on the way to build Java in the settings of the application project, and the manufacturer Eclipse compiles without errors.

    But when I try to run on the Simulator, the application loader throws an Exception stating that it could not find one of the classes listed in library projects. Since it is the importation of first class in the main class, I guess that it was unable to find the entire library.

    I tried to have the application project to import the project two library, but nothing alx files has changed.

    In the old version of the Plugin, there is a property of the project "Blackberry project dependencies" or something like that, which should be set for library and rapc.exe projects and the simulator would be their. That went away, and I was told during Devcon now suffice to add libraries to the classpath. Apparently, this is not so for me.

    Can you give me an indication of what goes wrong?

    The problem seems to be that I imported my projects since the previous version of Eclipse plug-ins, Blackberry. I have now created a new workspace and new projects, completely maintaining the source files, and it works.

  • Problem to generate a library with the JDE plugin for Eclipse

    Hello world

    I created a new library project in my workspace. I used the JDE plugin for Eclipse create this project (New-> other-> BlackBerry project) but when I build my project, I receive a generated .class file, there is no file .jar and .cod generated

    Somedoby there any idea why the generation process seems not to work?

    Thanks in advance.

    OK, I did it for all the people who might encounter the same problem: start your process of generation by selecting generate BlackBerry Configuration Active (Alt + B) instead of a simple plan to build in the Project menu and your compilation works through very well.

Maybe you are looking for

  • I can't save my tabs when I want to close the Explorer I.

    I used Mozilla from the first time I had an internet connection, and as long as I remember when I had open tabs that I wanted to see later that I could save simple closing just the mozilla without close tabs first... I did a format a few days earlier

  • Thunderbird update

    Using iMac & El Capitan (vanilla all except for the email client Thunderbird instead of Apple Mail) Receive a screen message announcing that an update of Thunderbird was available but could not download because "you don't have permission! Thunderbird

  • Xbox 360 can't find my router, which is a WRT54GS v.6

    Can someone help me configure my router so that it will be able to find it. I tried to use tactics found here http://forums.linksysbycisco.com/Linksys/board/message?comm_cc=us&comm_lang=en&Board.ID=Wireless_Routers&message.ID=53331&query.ID=77031#M53

  • Enabling Jumbo frames on VMXNET3 adapter in Windows Server 2012

    Hello everyone on the forums of wonderful Equallogic :) We have a PS4100X of the virtual computer running on vSphere 5.1 EQL. Everything works very well, and we are about to migrate a VM 2012 SQL our database. I did some research on the issue of whet

  • network only: same file is closed hundreds of times. How can this be corrected?

    For example: the Documents folder appears listed as Documents ~ 100... through Documents ~ 199 etc.. If a file is added to this folder, it appears in each folder. If I delete a folder, all the files are deleted. Is there a way to consolidate the reco