Jump to content


stejk

Member Since 29 Jul 2012
Offline Last Active 25 Mar 2016 08:25
-----

Posts I've Made

In Topic: Openpli 4.0 backdoor?

8 March 2016 - 23:34

 

and telnet

mcedit /etc/inetd.conf

# telnet          stream  tcp     nowait  root    /usr/sbin/telnetd       telnetd
What this code means?

 

You run mcedit. mcedit in my favorite visual file manager. And via this manager you edit this config file /etc/inetd.conf.

And you must in this file add #. This means this line is 'just comment'. And inetd will not start this program (/usr/sbin/telnetd) after start your box.


In Topic: Openpli 4.0 backdoor?

8 March 2016 - 22:34

My favorite visual file manager.


In Topic: Openpli 4.0 backdoor?

8 March 2016 - 20:38

opkg install mc
mcedit /etc/enigma2/settings

config.OpenWebif.auth=true

samba

opkg remove sambaserver

or

chmod 644 /etc/network/if-up.d/01samba-start

and telnet

mcedit /etc/inetd.conf

# telnet          stream  tcp     nowait  root    /usr/sbin/telnetd       telnetd