LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   busybox: nc command password not visible while entering (https://www.linuxquestions.org/questions/linux-software-2/busybox-nc-command-password-not-visible-while-entering-4175607799/)

learnlinux2017 06-12-2017 12:31 PM

busybox: nc command password not visible while entering
 
Hi ,

I am using busybox version of nc (netcat) command.

I would like to use nc command as below.


<root> nc <IP_address> 23

It prompt user name and password . I could see password while entered.
But I do not want to show the password. It needs to be hidden (******).

When I tried with telnet <ip_address> ; it prompt user name and password. but I could not see the password while entering.


How can we do the same in nc like telnet . I am using same busybox version of nc and telnet.

Please share your comments.


Jacky

rtmistler 06-12-2017 01:49 PM

Quote:

Originally Posted by learnlinux2017 (Post 5721976)
Hi ,

I am using busybox version of nc (netcat) command.

I would like to use nc command as below.


<root> nc <IP_address> 23

It prompt user name and password . I could see password while entered.
But I do not want to show the password. It needs to be hidden (******).

When I tried with telnet <ip_address> ; it prompt user name and password. but I could not see the password while entering.


How can we do the same in nc like telnet . I am using same busybox version of nc and telnet.

Please share your comments.


Jacky

Exactly what have you typed?
Code:

$ sudo nc <ip-address> 23
Or something else specific. What do you mean by the notation <root>?

jefro 06-12-2017 03:16 PM

Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place.

The other posts probably should be merged into this one.


All times are GMT -5. The time now is 06:20 AM.