Skip to content

Feature request: handle ^D (EOF) in interactive command shells #11772

Open
@wvu

Description

msf5 exploit(linux/telnet/netgear_telnetenable) > sessions -1
[*] Starting interaction with 2...



# cat
cat
hello, world
hello, world
hello, world
^D

^C
Abort session 2? [y/N]

[*] Aborting foreground process in the shell session
^C
# cat <<EOF
cat <<EOF
> hello, world
hello, world
> EOF
EOF
hello, world
#

#10448, #10450

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions