Linux newlinux5.pouyasazan.org 3.10.0-962.3.2.lve1.5.60.el7.x86_64 #1 SMP Fri Jul 23 07:07:00 EDT 2021 x86_64
LiteSpeed
Server IP : 88.99.66.243 & Your IP : 216.73.216.178
Domains :
Cant Read [ /etc/named.conf ]
User : wdbbsgxf
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
git-core /
templates /
hooks /
Delete
Unzip
Name
Size
Permission
Date
Action
applypatch-msg.sample
452
B
-rwxr-xr-x
2026-01-13 10:56
commit-msg.sample
896
B
-rwxr-xr-x
2026-01-13 10:56
post-update.sample
189
B
-rwxr-xr-x
2026-01-13 10:56
pre-applypatch.sample
398
B
-rwxr-xr-x
2026-01-13 10:56
pre-commit.sample
1.66
KB
-rwxr-xr-x
2026-01-13 10:56
pre-push.sample
1.32
KB
-rw-r--r--
2026-01-13 10:56
pre-rebase.sample
4.83
KB
-rwxr-xr-x
2026-01-13 10:56
prepare-commit-msg.sample
1.21
KB
-rwxr-xr-x
2026-01-13 10:56
update.sample
3.53
KB
-rwxr-xr-x
2026-01-13 10:56
Save
Rename
#!/bin/sh # # An example hook script to verify what is about to be committed # 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. # # To enable this hook, rename this file to "pre-applypatch". . git-sh-setup test -x "$GIT_DIR/hooks/pre-commit" && exec "$GIT_DIR/hooks/pre-commit" ${1+"$@"} :