Giter VIP home page Giter VIP logo

remote-agent-manager's Introduction

Remote-Agent-Manager

Usage

1. Get web configuration from remote agent

python main.py get-configuration 
--host [remote agent address] *required

2. Manage traffice capture on remote agent

python main.py capture-traffic 
--host [remote agent address] *required
--filter [BPF filter for host to capture] *default=tcp
--time [Capture time in seconds] *default=30s

3. Get PCAPs list from remote agent

python main.py get-captures-list 
--host [remote agent address] *required

4. Get PCAPs from remote agent

python main.py get-captures
--host [remote agent address] *required
--names *prompt pops up, enter files names >

5. Get Logs list from remote agent

python main.py get-logs-list 
--host [remote agent address] *required

6. Get Logs from remote agent

python main.py get-logs
--host [remote agent address] *required
--names *prompt pops up, enter files names >

7. Execute command on remote agent

python main.py execute-command
--host [remote agent address] *required
--command [command to execute] *required

8. Updating from requirements

To update libraries from requirements.txt type

pip install -r requirements.txt

To update requirements.txt

pip freeze > requirements.txt

9. Run FastApi

To run fastApi you need to have hypercorn server installed

pip install "hypercorn[trio]"

Run fastApi using hypercorn

hypercorn Api/FileAPI:app --bind [ip_addres]:[port]

remote-agent-manager's People

Contributors

szymiar avatar kuba12a avatar marcindydo avatar

Watchers

 avatar

Forkers

szymiar

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.