Skip to content

Releases: EnriqueMoran/remoteTelegramShell

v1.4.0

27 Dec 19:18
Compare
Choose a tag to compare

v1.4.0

Changes:

  • Clean code.
  • Reestructure config file.
  • Bot not checking user access on file sending bug fixed.
  • The bot won't send multiple messages for each command, it will send a single message and edit it, adding new output lines.
  • Updating/upgrading the system and installing/uninstalling packages command will ask for root password through DM.
  • Forbidden commands are now configurable.
  • Improved top command.

New features:

  • All Linux distros support added.
  • Stop current running command with /stop.
  • Reload configuration on runtime with /reload.
  • Group support added.
  • Configuration file is checked before starting the bot.

V1.3.1

12 Jun 19:40
bdba711
Compare
Choose a tag to compare

Main version:

  • File sending and receiving feature added.

User interface:

  • File sending and receiving instructions added.

V1.0

21 Jun 16:54
9f895e9
Compare
Choose a tag to compare

Main version:

  • Official 1.0 version.

User interface:

  • No changes.

Code:

  • New forbidden commands added.

Bug fixes:

  • Critical error fixed.
  • Wrong command error message fixed.

v0.2_6.7.5

22 Dec 16:37
3666a60
Compare
Choose a tag to compare
v0.2_6.7.5 Pre-release
Pre-release

Main version:

  • This is the last pre-release before v1.0

User interface:

  • /forbidden option added.

Code:

  • New forbidden commands added.
  • Forbidden commands aren't executed.

Bug fixes:

  • Error output from commands not shown is parcially fixed.
  • /upgrade command fixed.

To Do

  • Create installer.
  • Add more forbidden commands.

v0.2_6.6.4

21 Dec 19:29
3666a60
Compare
Choose a tag to compare
v0.2_6.6.4 Pre-release
Pre-release

Main version:

  • Config file added.

User interface:

  • User must edit config.txt before running the script.

Code:

  • Parameters are loaded from config file.
  • Added forbidden commands such as nano, clear... (non executable commands)
  • Line limit on log.txt added in config file.
  • User's ID are chiphered on users.txt

Bug fixes:

  • Infinite ping fixed.
  • Wrong directory error on cd now is shown.

To Do

  • command not found message is not shown due to unknown reason.

v0.1_5.5.3

12 Dec 16:04
fd225c6
Compare
Choose a tag to compare
v0.1_5.5.3 Pre-release
Pre-release

Main version: No changes.

User interface:

  • /uninstall option added.
  • /cd option removed.
  • Root commands disabled due to security.

Code:

  • New option /uninstall allow uninstall packages.

Bug fixes:

  • Huge command quantity has been successfully tested.

To Do

  • command not found message is not shown due to unknown reason.
  • Cipher IDs from users.txt
  • Set line limit on log.txt
  • Add configuration file.

v0.1_3.4.2

06 Dec 23:17
00e5162
Compare
Choose a tag to compare
v0.1_3.4.2 Pre-release
Pre-release

Main version: No changes.

User interface:

  • /install /update /upgrade options added.
  • Commands output is shown to user in real time.

Code:

  • New option /install allow install packages.
  • New option /update allow update system (not tested yet).
  • New option /upgrade allow upgrade system (not tested yet).
  • Real time commands output is captured.

Bug fixes:

  • Errors from command will be shown in real time.
  • Most of commands are now accepted.

v0.1_2.3.1

25 Nov 15:48
48f5c13
Compare
Choose a tag to compare
v0.1_2.3.1 Pre-release
Pre-release

Main version: No changes.

User interface:

  • /Start option has more information.
  • New command /help that shows current version and avaliable options.

Code:

  • New option /cd allows to change current directory.
  • Log file implemented, stores date, time, user, id and command.
  • Users and log file are automatically generated if dontexist.

Bug fixes:

  • Message for non generating output commands corrected.
  • Some commands were wrongly splitted, now all commands will be correctly sent.

v0.1_1.1.1

24 Nov 22:37
7b21b37
Compare
Choose a tag to compare
v0.1_1.1.1 Pre-release
Pre-release

Basic user interface, generate output commands cant be sent, command's output can be received, commands that doesnt generate output wont be executed and user will receive "Command not executed" message.