johnny20061234
johnny20061234
WARNING: The script pybabel is installed in '/home/kali/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING:...
Traceback (most recent call last): File "/home/kali/katana/env/bin/katana", line 6, in from pkg_resources import load_entry_point File "/home/kali/katana/env/lib/python3.9/site-packages/pkg_resources/__init__.py", line 3252, in def _initialize_master_working_set(): File "/home/kali/katana/env/lib/python3.9/site-packages/pkg_resources/__init__.py", line 3235, in _call_aside f(*args, **kwargs) File...
> Have you tried "Consider adding this directory to PATH"? Run `export PATH=$PATH:/home/kali/.local/bin` still have error ──(env)─(kali㉿kali)-[~/katana] └─$ katana --force -f "FLAG{.*?}" "RkxBR3t0aGlzX2lzX2FfYmFzZTY0X2ZsYWd9" Traceback (most recent call last): File "/home/kali/katana/env/bin/katana",...
> That's a bug due to a dependency update. See issue #33. It can be resolved by downgrading cmd2 to 1.x. > > ``` > pip uninstall cmd2 > pip...