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