Skip to content

Session Modal breaks for large session names #635

@pwnfoo

Description

@pwnfoo

SessionModal handles the sessions in /ui/targets . When a large string is passed as session name, it stretches beyond the size of modal window and breaks the delete functionality

Expected Behavior

The session name should have been truncated.

Current Behavior

The Session Name overflows out of bounds causing delete button to disappear

Possible Solution

  • Truncate the session name / Set a limit (Better Fix)
    (or)
  • Increase the modal size

Steps to Reproduce (for bugs)

  1. Open the Sessions and get the Modal popup.
  2. Enter a long string.

screenshot from 2016-03-26 11 40 57

Your Environment

  • Installation method used: Manual
  • Version/branch used: develop
  • Operating System and version (like Kali, Debian, ArchLinux, etc): Kali Linux
  • pip/setuptools version: 8.1.1
  • sudo access: Yes

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions