Skip to content

Duplicate processes in web UI's Osmedeus Process page. #3

Description

@catmandx

Osmedeus version: 4.0.1

The process table in the "Running process" page display only the last process repeatedly
image

This is the output of the request to /api/osmp/ps API:

{
    "status": 200,
    "data": [
        {
            "pid": 4608,
            "command": "osmedeus server"
        },
        {
            "pid": 4643,
            "command": "osmedeus scan -f general -t example.com"
        }
    ],
    "type": "processes",
    "total": 2,
    "message": "List all osm process"
}

One more command:
image

The data from the server:

{
    "status": 200,
    "data": [
        {
            "pid": 4608,
            "command": "osmedeus server"
        },
        {
            "pid": 4643,
            "command": "osmedeus scan -f general -t example.com"
        },
        {
            "pid": 4839,
            "command": "osmedeus scan -f general -t www.vulnweb.com"
        }
    ],
    "type": "processes",
    "total": 3,
    "message": "List all osm process"
}

The javascript source for the Web UI is compiled so there's no easy way to contribute to the project.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions