diff --git a/internal/listener/listener.go b/internal/listener/listener.go index 6f7245e..f9d2ebb 100644 --- a/internal/listener/listener.go +++ b/internal/listener/listener.go @@ -11,9 +11,9 @@ func handleConnection(conn net.Conn) { defer conn.Close() fmt.Println("Connection established. Interacting with reverse shell...") + fmt.Println("Press enter once if prompt does not show up.") for { - fmt.Print("shell > ") var cmd string fmt.Scanln(&cmd)