Linux server2.hpierson.com 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
Apache
: 162.0.216.123 | : 216.73.216.152
28 Domain
?7.4.33
yvffpqmy
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
lib /
node_modules /
npm /
node_modules /
meant /
[ HOME SHELL ]
Name
Size
Permission
Action
.npmignore
578
B
-rw-r--r--
.travis.yml
143
B
-rw-r--r--
CHANGELOG.md
959
B
-rw-r--r--
LICENSE
1.05
KB
-rw-r--r--
README.md
1.47
KB
-rw-r--r--
index.js
986
B
-rw-r--r--
package.json
1.31
KB
-rw-r--r--
test.js
431
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : test.js
var test = require('tap').test var meant = require('./') test('test vs [\'tast\', \'tbst\', \'tcst\', \'foo\']', function (t) { var list = meant('test', ['tast', 'tbst', 'tcst', 'foo']) t.notEqual(list.indexOf('tast'), -1, 'list has tast') t.notEqual(list.indexOf('tbst'), -1, 'list has tbst') t.notEqual(list.indexOf('tcst'), -1, 'list has tcst') t.equal(list.indexOf('foo'), -1, 'list doesn\'t have foo') t.end() })
Close