Linux localhost 6.1.10-x86_64-linode159 #1 SMP PREEMPT_DYNAMIC Wed Feb 8 14:14:45 EST 2023 x86_64
Apache/2.4.25 (Debian)
Server IP : 45.33.61.127 & Your IP : 216.73.216.156
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
bug /
vim-tiny /
Delete
Unzip
Name
Size
Permission
Date
Action
presubj
516
B
-rw-r--r--
2019-06-21 04:10
script
204
B
-rwxr-xr-x
2019-06-21 04:10
Save
Rename
#!/bin/sh printf "\n--- real paths of main Vim binaries ---\n" >&3 for f in vi vim gvim; do if [ -L "/usr/bin/$f" ]; then printf "/usr/bin/$f is $(readlink -f /usr/bin/$f)\n" >&3 fi done