Linux web-conference.aiou.edu.pk 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 172.16.50.247 | : 3.144.117.45
Cant Read [ /etc/named.conf ]
7.4.3-4ubuntu2.28
appadmin
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 /
python3 /
dist-packages /
keyring /
backends /
[ HOME SHELL ]
Name
Size
Permission
Action
__pycache__
[ DIR ]
drwxr-xr-x
OS_X.py
2.1
KB
-rw-r--r--
SecretService.py
3.37
KB
-rw-r--r--
Windows.py
5.48
KB
-rw-r--r--
_OS_X_API.py
9.41
KB
-rw-r--r--
__init__.py
0
B
-rw-r--r--
chainer.py
2.07
KB
-rw-r--r--
fail.py
820
B
-rw-r--r--
kwallet.py
4.71
KB
-rw-r--r--
null.py
344
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : null.py
from ..backend import KeyringBackend class Keyring(KeyringBackend): """ Keyring that return None on every operation. >>> kr = Keyring() >>> kr.get_password('svc', 'user') """ priority = -1 def get_password(self, service, username, password=None): pass set_password = delete_password = get_password
Close