LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   busybox: nc command password visible while entering; it should not be visible (https://www.linuxquestions.org/questions/linux-networking-3/busybox-nc-command-password-visible-while-entering%3B-it-should-not-be-visible-4175607803/)

learnlinux2017 06-12-2017 01:41 PM

busybox: nc command password visible while entering; it should not be visible
 
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

Habitual 06-12-2017 02:18 PM

telnet is insecure.
https://www.linuxquestions.org/quest...en-4175607721/
https://www.linuxquestions.org/quest...ng-4175607799/

you can port check using
Code:

nc -z <ip> <port>
I believe. something like that?

jefro 06-12-2017 03:18 PM

Seems like this question is showing up in many forums.

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.

Habitual 06-12-2017 03:33 PM

http://bfy.tw/CKQy


All times are GMT -5. The time now is 08:10 AM.