st4inl3s5 / kizagan

KIZAGAN is a RAT,c2 command&control tool.It allows you to build executables and control infected machines.
MIT License
85 stars 19 forks source link

/home/whoami/kizagan/kizaganEN.spec: line 3: block_cipher: command not found #1

Closed mrhdyt420 closed 4 months ago

mrhdyt420 commented 1 year ago

/home/whoami/kizagan/kizaganEN.spec: line 3: block_cipher: command not found

mrhdyt420 commented 1 year ago

Traceback (most recent call last): File "/usr/bin/pyinstaller", line 11, in load_entry_point('PyInstaller==3.5+498e6ee058', 'console_scripts', 'pyinstaller')() File "/usr/lib/python3/dist-packages/PyInstaller/main.py", line 111, in run run_build(pyi_config, spec_file, vars(args)) File "/usr/lib/python3/dist-packages/PyInstaller/main.py", line 63, in run_build PyInstaller.building.build_main.main(pyi_config, spec_file, kwargs) File "/usr/lib/python3/dist-packages/PyInstaller/building/build_main.py", line 844, in main build(specfile, kw.get('distpath'), kw.get('workpath'), kw.get('clean_build')) File "/usr/lib/python3/dist-packages/PyInstaller/building/build_main.py", line 791, in build exec(code, spec_namespace) File "/home/whoami/kizagan/kizaganEN.spec", line 6, in a = Analysis(['kizaganEN.py'], ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/PyInstaller/building/build_main.py", line 243, in init self.postinit() File "/usr/lib/python3/dist-packages/PyInstaller/building/datastruct.py", line 158, in postinit self.assemble() File "/usr/lib/python3/dist-packages/PyInstaller/building/build_main.py", line 348, in assemble self.graph = initialize_modgraph( ^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/PyInstaller/depend/analysis.py", line 613, in initialize_modgraph graph.import_hook(m) File "/usr/lib/python3/dist-packages/PyInstaller/lib/modulegraph/modulegraph.py", line 1473, in import_hook target_package, target_module_partname = self._find_head_package( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/PyInstaller/lib/modulegraph/modulegraph.py", line 1657, in _find_head_package raise ImportError("No module named " + target_package_name) ImportError: No module named _bootlocale

st4inl3s5 commented 1 year ago

Update the pyinstaller last version and try again if it doesnt work do this : add --exclude-module _bootlocale to command that converting python to exe with pyinstaller.