tchellomello / python-amcrest

A Python 2.7/3.x module for Amcrest and Dahua Cameras using the SDK HTTP API.
GNU General Public License v2.0
216 stars 76 forks source link

Telnet password #62

Open d-adamson opened 7 years ago

d-adamson commented 7 years ago

Enhancement request: Add the telnet password prefix somewhere in the repository. The telenet password is prefixed onto the user's password.

See about halfway down in the following thread: http://www.cctvforum.com/viewtopic.php?f=6&t=52356&start=45

tchellomello commented 7 years ago

@d-adamson could you please clarify how do you want the telnet password?

do you want to enable the authentication via telnet?

d-adamson commented 7 years ago

Hi Marcelo,

It's actually quite easy, and it is mainly to help others.

It took me quite awhile to find the default telnet username and password. It would be nice if these were in a text file or a code comment in the repository.

The telnet user is "admin" - not a surprise.

The default password is 7ukMko + the password already setup by the user For example if my regular Amcrest password is zxy789, then the telnet password would be 7ukMkozyx789.

Best regards, Dave

On Fri, May 5, 2017 at 11:35 PM, Marcelo Moreira de Mello < notifications@github.com> wrote:

@d-adamson https://github.com/d-adamson could you please clarify how do you want the telnet password?

do you want to enable the authentication via telnet?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tchellomello/python-amcrest/issues/62#issuecomment-299612786, or mute the thread https://github.com/notifications/unsubscribe-auth/AHeRVibJZrAhO0YLKedH1i87NsIs3g0lks5r2-qZgaJpZM4Mh2Nl .

sltam commented 7 years ago

@d-adamson Just FYI, from the article you cited, the prefix is 7ujMko0 instead of 7ujMko.

yuroc0598 commented 5 years ago

Hi, can I ask how to enable Telnet on IPM-721 with the latest firmware? It seems that telnetd is not open on the device. And I followed the this to enable the telnet. Upon query through the URL, the return value of telnet status is TRUE. However, nmap still shows no telnet and I cannot telnet to the device using terminal or console. Thanks!