-
Notifications
You must be signed in to change notification settings - Fork 755
Description
┌──(.dccs)─(kali㉿kali)-[~/Desktop/Tools/DefaultCreds-cheat-sheet]
└─$ creds search tomcat
Traceback (most recent call last):
File "/usr/bin/creds", line 31, in
db = TinyDB(f"{path}/DefaultCreds_db.json",storage=CachingMiddleware(JSONStorage))
File "/home/kali/Desktop/Tools/DefaultCreds-cheat-sheet/.dccs/lib/python3.13/site-packages/tinydb/database.py", line 89, in init
self._storage = storage(*args, **kwargs) # type: Storage
~~~~~~~^^^^^^^^^^^^^^^^^
File "/home/kali/Desktop/Tools/DefaultCreds-cheat-sheet/.dccs/lib/python3.13/site-packages/tinydb/middlewares.py", line 60, in call
self.storage = self._storage_cls(*args, **kwargs)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/home/kali/Desktop/Tools/DefaultCreds-cheat-sheet/.dccs/lib/python3.13/site-packages/tinydb/storages.py", line 102, in init
touch(path, create_dirs=create_dirs)
~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kali/Desktop/Tools/DefaultCreds-cheat-sheet/.dccs/lib/python3.13/site-packages/tinydb/storages.py", line 31, in touch
with open(path, 'a'):
~~~~^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: '/usr/bin/DefaultCreds_db.json'