You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2025. It is now read-only.
Whenever I try to install a tool, I receive this error:
=====] CLONE
fatal: destination path 'gasmask' already exists and is not an empty directory.
sh: 1: cd: can't cd to gasmask
=====] CLONED
Traceback (most recent call last):
File "/home/theuzgod/UniTools/app.py", line 73, in <module>
func = main()
^^^^^^
File "/home/theuzgod/UniTools/app.py", line 54, in main
elif choice == 1: return infoGathering.menu()
^^^^^^^^^^^^^^^^^^^^
File "/home/theuzgod/UniTools/src/tools/infoGathering.py", line 409, in menu
elif int(choice) == 10: return OSIF()
^^^^^^
File "/home/theuzgod/UniTools/src/tools/infoGathering.py", line 117, in OSIF
cc(('infoGathering', 'OSIF'), 'Infosploit has been successfully cloned or installed... To access it go to the tools folder.')
File "/home/theuzgod/UniTools/src/utils/functions.py", line 92, in cc
updateTool(tool, 'GREEN')
File "/home/theuzgod/UniTools/src/utils/configs.py", line 27, in updateTool
toolsStts[tools[0]][tools[1]]['Locale'] = configs[tools]
~~~~~~~^^^^^^^
KeyError: ('infoGathering', 'OSIF')
Whenever I try to install a tool, I receive this error:
How do I solve this?