Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Error when installing tools #1

@Zer0G0ld

Description

@Zer0G0ld

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')

How do I solve this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions