Skip to content

omarbdrn/simple_agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Not Working

Not working properly, it's just a testing project to check the differences of multiple tools in network scanning.

SimpleAgent

A simple agents system that's used to monitor a list of IP Ranges.

What it should do

A Share is a list of ip ranges that the agent scans to determine which ip ranges are being scanned and which are not. An Agent requests a share based on the machine's capabilities to make sure ip ranges are being scanned on daily basis.

sequenceDiagram
    participant Agent
    participant API
    participant Database
    Agent->>API: Requesting $Count of IP Ranges (Share)
    API->>Database: Retrieve $Count of IP Ranges and mark them
    Database-->>API: Return list
    API-->>Agent: Return Share
    loop IPRanges
        Agent->>Agent: Scan IP Range
    end
    Agent->>API: Save results
    API->>Database: Add results to database
    loop HeartBeat
        API-->>Agent: Send HeartBeat to agents to check for free shares
        API-->>Database: Mark shares as free
    end
Loading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages