GithubHelp home page GithubHelp logo

vfense / vfenseagent-win Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kristichsecurity/vfenseagent-windows

53.0 53.0 5.0 42.75 MB

The Windows vFense agent.

Home Page: http://www.vfense.org

vfenseagent-win's Introduction

vFense

Join the chat at https://gitter.im/vFense/vFense

An Open-Source Cross-Platform Patch Management and vulnerabiltiy correlation tool.

Basics on how vFense server works.

The vFense agents retrieves the metatdata of all of its updates through it's assigned repositories. ( Just the metadata )

  • This metadata is than sent to the vFense server.

  • Once the server receives all of the application data from the agent, it than begins to correlate the data against vulnerability data and place the data into the appropriate collections.

  • During the processing of the application data, vFense will verify if the files already exist locally or if it needs to retrieve the updates from the urls that are within the metadata.

What happens when you install an update to an agent.

  • The install operation is placed into the server queue.
  • Once the agent checks in, the agent will retrieve all operations from it's queue.
  • The agent will see the operation to install an update.
  • The agent will than try to retrieve the update from the vFense server.
  • If the agent was able to download the file successfully from the server, the agent will than verify the md5 that the server gave it against the md5 it generated locally.
  • If the download or the md5 failed, the agent will than try to retrieve the update from the repositories it originally communicated to.

vfenseagent-win's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vfenseagent-win's Issues

Request: Icon in Taskbar

Is it possible to implement an Icon in the status bar, where the agent's status can be checked, stoped, started and restarted?

Cannot verify agent from some hosts.

From 3 of my hosts, all Win 2008 R2 SP1. I cannot verify the username in the agent, and if i install the agent will not show up in the web-GUI. The vfense server is reachabe from the hosts webbrowser and im able to login also. Same settings work perfectly on other hosts.

Se screenshots for error-message.

screen shot 2014-09-08 at 13 01 17
screen shot 2014-09-08 at 13 01 08

Update Operation freezes

Since 2 hours I got a freezed updateoperation with the supported apps. See Screenshot below.

Kind regards
Marcus
bildschirmfoto 2014-05-06 um 16 00 19

Vfense windows agent

Hi

I need Vfense agent for windows machines and the procedure to install the same.

Thanks in advance.

Regards,
PRaveen

New Get Hardware

Redo the way the agent is getting all the "hardware" information for the initial data and so on.
Well no longer use "Agent.Core.Utils.HardwareSpecs" class.
It will all be done under the "Agent.Core.Utils.SystemInfo" class using the new methods for gather various system information and details.

New expiration keys for operations

toppatch/vFense#32

Use the new expiration keys "server_queue_ttl" and "agent_queue_ttl" in each operation to determine if an operation should be placed in queue and/or processed.

  1. With "server_queue_ttl" the agent should determine, by checking if the current epoch time is less than the value of this key, if the operation is worth putting into the agent queue. This serves as a backup to what the server is already doing, by checking if the operation is past its "pickup time," meaning the operation should have not been picked up by the agent due to its expiration.

  2. With "agent_queue_ttl" the agent should determine, by checking if the current epoch time is less than the value of this key, if the operation should be processed. This tells the agent to avoid processing operations that have been sitting in queue for too long.

New Agent Updater

Work on the agent updater, should be using github for source and to check for update.
It will also all be included on a zip file and update from it(updater and required dll's).

Change Agent check in time.

Add the ability for the Agent to have the check in time changed via the UI to an admin costume time.
toppatch/vFense#75

Fix OperationManager empty "data" on json

Need to fix Agent.Core.ServerOperations.OperatoinManager.cs
On the method for major failure while generating the json, field "data" is been generated manually as a string and causing the server to respond with an error and not update the UI correct.
Did a quick fix by adding new method called emptyData().

Token Login

Agent is no longer going to use user name/password to log in, it'll be on the token authentication.

Agent check Operation ttl

Agent needs to check a "ttl" on the operations to process, if pass that time processing will stop.

Network Throttling

Integrate the use of Networking Throttling(Bandwidth throttling) to the agent.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.