Extension talk:GoToShell

About this board

Does no longer work in 1.33.4

1
CayceP (talkcontribs)
Software Version
MediaWiki 1.33.4
PHP 7.1.33 (apache2handler)
MariaDB 10.4.10-MariaDB

on my local XAMPP with a DE-de user Interface I get an error message on the special page Spezial:GoToShell no matter what maintenance script I provide in $wgGoToShellCommand.

(Command can't be found). Even something like $wgGoToShellCommand = "php cleanupUsersWithNoId.php --help"; or $wgGoToShellCommand = "ls -l"; doesn't work.

Reply to "Does no longer work in 1.33.4"
Aka sektor (talkcontribs)

My server not access to SSH.

I had to remove the revisions.

I use command: php maintenance/deleteRevision.php

And finally it worked!

Thank you very much for this analog SSH.

Reply to "Working good"
Juandev (talkcontribs)

There are no files for download.

Reply to "No files"
Leucosticte (talkcontribs)

Does it pass user input directly to the browser? I don't see anyplace that it accepts user input at all, which is why I didn't use escapeshellarg() or escapeshellcmd().

Reply to "XSS"
There are no older topics