Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.216.68
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html /
static /
wpadmin /
less /
Delete
Unzip
Name
Size
Permission
Date
Action
content
[ DIR ]
drwxrwxr-x
2026-06-24 16:29
menus
[ DIR ]
drwxrwxr-x
2026-06-24 16:29
themes
[ DIR ]
drwxrwxr-x
2026-06-24 16:29
base.less
269
B
-rw-r--r--
2026-06-24 16:29
compile.sh
742
B
-rw-r--r--
2026-06-24 16:29
mixins.less
1.6
KB
-rw-r--r--
2026-06-24 16:29
wpadmin.less
115
B
-rw-r--r--
2026-06-24 16:29
Save
Rename
#!/bin/bash # Less v2.4.0 is used, but it may also work with other versions lessc -x wpadmin.less > ../css/wpadmin.css lessc -x themes/blue/theme.less > ../css/themes/blue.css lessc -x themes/coffee/theme.less > ../css/themes/coffee.css lessc -x themes/default/theme.less > ../css/themes/default.css lessc -x themes/ectoplasm/theme.less > ../css/themes/ectoplasm.css lessc -x themes/light/theme.less > ../css/themes/light.css lessc -x themes/midnight/theme.less > ../css/themes/midnight.css lessc -x themes/milo/theme.less > ../css/themes/milo.css lessc -x themes/milo-light/theme.less > ../css/themes/milo-light.css lessc -x themes/ocean/theme.less > ../css/themes/ocean.css lessc -x themes/sunrise/theme.less > ../css/themes/sunrise.css