Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
dpkg /
Delete
Unzip
Name
Size
Permission
Date
Action
sh
[ DIR ]
drwxr-xr-x
2023-07-12 09:37
abitable
362
B
-rw-r--r--
2023-05-11 02:04
architecture.mk
644
B
-rw-r--r--
2023-05-11 02:04
buildflags.mk
1.77
KB
-rw-r--r--
2023-05-11 02:04
buildopts.mk
392
B
-rw-r--r--
2023-05-11 02:04
buildtools.mk
2.71
KB
-rw-r--r--
2023-05-11 02:04
cputable
2.1
KB
-rw-r--r--
2023-05-11 02:04
default.mk
362
B
-rw-r--r--
2023-05-11 02:04
no-pie-compile.specs
77
B
-rw-r--r--
2023-05-11 02:04
no-pie-link.specs
65
B
-rw-r--r--
2023-05-11 02:04
ostable
2.06
KB
-rw-r--r--
2023-05-11 02:04
pie-compile.specs
97
B
-rw-r--r--
2023-05-11 02:04
pie-link.specs
76
B
-rw-r--r--
2023-05-11 02:04
pkg-info.mk
1.53
KB
-rw-r--r--
2023-05-11 02:04
tupletable
2.2
KB
-rw-r--r--
2023-05-11 02:04
vendor.mk
1.61
KB
-rw-r--r--
2023-05-11 02:04
Save
Rename
# This Makefile fragment (since dpkg 1.16.1) defines the following package # information variables: # # DEB_SOURCE: source package name. # DEB_VERSION: package's full version (epoch + upstream vers. + revision). # DEB_VERSION_EPOCH_UPSTREAM: package's version without the Debian revision. # DEB_VERSION_UPSTREAM_REVISION: package's version without the Debian epoch. # DEB_VERSION_UPSTREAM: package's upstream version. # DEB_DISTRIBUTION: distribution(s) listed in the current debian/changelog # entry. # # SOURCE_DATE_EPOCH: source release date as seconds since the epoch, as # specified by <https://reproducible-builds.org/specs/source-date-epoch/> # (since dpkg 1.18.8). dpkg_late_eval ?= $(or $(value DPKG_CACHE_$(1)),$(eval DPKG_CACHE_$(1) := $(shell $(2)))$(value DPKG_CACHE_$(1))) DEB_SOURCE = $(call dpkg_late_eval,DEB_SOURCE,dpkg-parsechangelog -SSource) DEB_VERSION = $(call dpkg_late_eval,DEB_VERSION,dpkg-parsechangelog -SVersion) DEB_VERSION_EPOCH_UPSTREAM = $(call dpkg_late_eval,DEB_VERSION_EPOCH_UPSTREAM,echo '$(DEB_VERSION)' | sed -e 's/-[^-]*$$//') DEB_VERSION_UPSTREAM_REVISION = $(call dpkg_late_eval,DEB_VERSION_UPSTREAM_REVISION,echo '$(DEB_VERSION)' | sed -e 's/^[0-9]*://') DEB_VERSION_UPSTREAM = $(call dpkg_late_eval,DEB_VERSION_UPSTREAM,echo '$(DEB_VERSION_EPOCH_UPSTREAM)' | sed -e 's/^[0-9]*://') DEB_DISTRIBUTION = $(call dpkg_late_eval,DEB_DISTRIBUTION,dpkg-parsechangelog -SDistribution) SOURCE_DATE_EPOCH ?= $(call dpkg_late_eval,SOURCE_DATE_EPOCH,dpkg-parsechangelog -STimestamp) export SOURCE_DATE_EPOCH