Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when installing tools #1

Open
Zer0G0ld opened this issue Aug 8, 2023 · 1 comment
Open

Error when installing tools #1

Zer0G0ld opened this issue Aug 8, 2023 · 1 comment

Comments

@Zer0G0ld
Copy link

Zer0G0ld commented Aug 8, 2023

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?

@Ahosall
Copy link
Owner

Ahosall commented Aug 9, 2023

Hello! Thanks for reporting, I'll be working on a new, improved and complete version. This will be fixed during construction.

Thank you again!

UniTools v2023.08

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants