Linux web-conference.aiou.edu.pk 5.4.0-205-generic #225-Ubuntu SMP Fri Jan 10 22:23:35 UTC 2025 x86_64
Apache/2.4.41 (Ubuntu)
: 172.16.50.247 | : 3.138.181.14
Cant Read [ /etc/named.conf ]
7.4.3-4ubuntu2.28
root
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
lib /
systemd /
user-environment-generators /
[ HOME SHELL ]
Name
Size
Permission
Action
30-systemd-environment-d-gener...
14.14
KB
-rwxr-xr-x
90gpg-agent
851
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 90gpg-agent
#!/bin/bash # If enable-ssh-support is present in gpg-agent.conf, export SSH_AUTH_SOCK # pointing at the gpg-agent's ssh-agent compatibility layer. # Authors: # rufo <rufo@rufoa.com> # Daniel Kahn Gillmor <dkg@fifthhorseman.net> agent_sock=$(gpgconf --list-dirs agent-socket) export GPG_AGENT_INFO=${agent_sock}:0:1 # See https://bugs.debian.org/855868 # see gpgconf(1): $5 is the "okay" field. # see also https://dev.gnupg.org/T4866 and https://dev.gnupg.org/T4867 get_okay='BEGIN{ret=1} /^gpg-agent:/{if ($5 == "1") { ret=0; exit 0 } } END {exit ret}' if gpgconf --check-programs | awk -F: "$get_okay" && \ [ -n "$(gpgconf --list-options gpg-agent | \ awk -F: '/^enable-ssh-support:/{ print $10 }')" ]; then echo SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) echo GSM_SKIP_SSH_AGENT_WORKAROUND=true fi
Close