Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
lusedi /
libraries /
vendor /
leafo /
lessphp /
Delete
Unzip
Name
Size
Permission
Date
Action
LICENSE
32.86
KB
-rw-r--r--
2017-11-07 06:31
lessc.inc.php
92.75
KB
-rw-r--r--
2017-11-07 06:31
lessify
413
B
-rw-r--r--
2017-11-07 06:31
lessify.inc.php
9.46
KB
-rw-r--r--
2017-11-07 06:31
plessc
4.8
KB
-rw-r--r--
2017-11-07 06:31
Save
Rename
#!/usr/bin/php <?php if (php_sapi_name() != "cli") { err($fa.$argv[0]." must be run in the command line."); exit(1); } $exe = array_shift($argv); // remove filename if (!$fname = array_shift($argv)) { exit("Usage: ".$exe." input-file\n"); } require "lessify.inc.php"; try { $parser = new lessify($fname); echo $parser->parse(); } catch (exception $e) { exit("Fatal error: ".$e->getMessage()."\n"); }