Linux premium180.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
: 162.0.209.168 | : 216.73.216.187
Cant Read [ /etc/named.conf ]
8.3.30
nortrmdp
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
/
lib64 /
python3.6 /
site-packages /
gpg /
constants /
[ HOME SHELL ]
Name
Size
Permission
Action
__pycache__
[ DIR ]
drwxr-xr-x
data
[ DIR ]
drwxr-xr-x
keylist
[ DIR ]
drwxr-xr-x
sig
[ DIR ]
drwxr-xr-x
tofu
[ DIR ]
drwxr-xr-x
__init__.py
5.02
KB
-rw-r--r--
create.py
946
B
-rw-r--r--
event.py
1.06
KB
-rw-r--r--
import_type.py
1.06
KB
-rw-r--r--
keysign.py
946
B
-rw-r--r--
md.py
1.05
KB
-rw-r--r--
pk.py
1.05
KB
-rw-r--r--
protocol.py
1.06
KB
-rw-r--r--
sigsum.py
1.06
KB
-rw-r--r--
status.py
3.88
KB
-rw-r--r--
validity.py
1.06
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : keysign.py
# Flags for key signing # # Copyright (C) 2017 g10 Code GmbH # # This file is part of GPGME. # # GPGME is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as # published by the Free Software Foundation; either version 2.1 of the # License, or (at your option) any later version. # # GPGME is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General # Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with this program; if not, see <https://www.gnu.org/licenses/>. from __future__ import absolute_import, print_function, unicode_literals from gpg import util util.process_constants('GPGME_KEYSIGN_', globals()) del absolute_import, print_function, unicode_literals, util
Close