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
python3 oneforall.py --help
Traceback (most recent call last):
File "/home/kali/Tools/OneForAll/oneforall.py", line 11, in
import fire
ModuleNotFoundError: No module named 'fire'
theres issue running it
The text was updated successfully, but these errors were encountered:
guys there are series of modules to installed ..just install it manually by typing "pip3 install module_name" . like for fire it would be "pip3 install fire"
python3 oneforall.py --help
Traceback (most recent call last):
File "/home/kali/Tools/OneForAll/oneforall.py", line 11, in
import fire
ModuleNotFoundError: No module named 'fire'
theres issue running it
The text was updated successfully, but these errors were encountered: