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

[bugfix] Add missing dependencies to pyproject file #76

Merged
merged 2 commits into from
Apr 4, 2024

Conversation

QU35T-code
Copy link
Contributor

Hi,

You forgot the jinja2 and sectools dependencies into the pyproject.toml file.

Fail :

[Apr 04, 2024 - 12:03:27 (CEST)] exegol-ctf4 /workspace # pipx install --system-site-packages git+https://github.com/p0dalirius/Coercer
  installed package coercer 2.4.3, installed using Python 3.11.8
  These apps are now globally available
    - coercer
done! ✨ 🌟 ✨
[Apr 04, 2024 - 12:04:46 (CEST)] exegol-ctf4 /workspace # coercer
Traceback (most recent call last):
  File "/root/.local/bin/coercer", line 5, in <module>
    from coercer.__main__ import main
  File "/root/.local/share/pipx/venvs/coercer/lib/python3.11/site-packages/coercer/__main__.py", line 11, in <module>
    from sectools.network.domains import is_fqdn
ModuleNotFoundError: No module named 'sectools'

Works :

[Apr 04, 2024 - 12:01:37 (CEST)] exegol-ctf4 /workspace # pipx install --system-site-packages git+https://github.com/QU35T-code/Coercer@fix/pytoml
  installed package coercer 2.4.3, installed using Python 3.11.8
  These apps are now globally available
    - coercer
done! ✨ 🌟 ✨
[Apr 04, 2024 - 12:01:55 (CEST)] exegol-ctf4 /workspace # coercer
       ______
      / ____/___  ___  _____________  _____
     / /   / __ \/ _ \/ ___/ ___/ _ \/ ___/
    / /___/ /_/ /  __/ /  / /__/  __/ /      v2.4.3
    \____/\____/\___/_/   \___/\___/_/       by @podalirius_

usage: coercer [-h] [-v] {scan,coerce,fuzz} ...
coercer: error: the following arguments are required: mode

Catched by the Exegol pipeline

@p0dalirius p0dalirius self-assigned this Apr 4, 2024
@p0dalirius p0dalirius added the bug Something isn't working label Apr 4, 2024
@p0dalirius p0dalirius changed the title Add missing dependencies to pyproject file [bugfix] Add missing dependencies to pyproject file Apr 4, 2024
@p0dalirius p0dalirius merged commit 400880f into p0dalirius:master Apr 4, 2024
1 of 2 checks passed
@QU35T-code QU35T-code deleted the fix/pytoml branch April 4, 2024 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants