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

Broken package monitoring #2759

Open
7 tasks
noraj opened this issue May 6, 2020 · 9 comments
Open
7 tasks

Broken package monitoring #2759

noraj opened this issue May 6, 2020 · 9 comments
Labels
status::investigating Bug in the process of searching what is the root cause. type::bug Valid bug

Comments

@noraj
Copy link
Contributor

noraj commented May 6, 2020

broken packages reason

@noraj noraj added status::investigating Bug in the process of searching what is the root cause. type::bug Valid bug labels May 6, 2020
@aancw
Copy link
Member

aancw commented May 14, 2020

  • climber: Error ImportError: No module named resource

From upstream repo it say just clone master branch knipknap/exscript#145 and I've saw that PKGBUILD did that.

UPDATE: He's included exscript itself, not using from repo.
https://github.com/raffaele-forte/climber/tree/master/Exscript

I think we need to remove exscript folder from the package.

  File "/usr/share/climber/Exscript/protocols/SSH2.py", line 26, in <module>
    from paramiko.resource      import ResourceManager
ImportError: No module named resource

@aancw
Copy link
Member

aancw commented May 14, 2020

  • eapeak:
from scapy.layers.l2 import EAP
ImportError: cannot import name EAP

From scapy docs, it's refactored from layers.l2 to layers.eap
https://scapy.readthedocs.io/en/latest/api/scapy.layers.eap.html

Ref: secdev/scapy#725 (comment)

@noraj noraj pinned this issue Sep 8, 2020
@BlackArch BlackArch deleted a comment from aancw Sep 16, 2020
@BlackArch BlackArch deleted a comment from noptrix Sep 16, 2020
@BlackArch BlackArch deleted a comment from aancw Sep 16, 2020
This was referenced Sep 26, 2020
@BlackArch BlackArch deleted a comment from ikstream Oct 1, 2020
@BlackArch BlackArch deleted a comment from aancw Oct 1, 2020
@ikstream
Copy link
Member

ikstream commented Oct 3, 2020

  • eapeak:
from scapy.layers.l2 import EAP
ImportError: cannot import name EAP

From scapy docs, it's refactored from layers.l2 to layers.eap
https://scapy.readthedocs.io/en/latest/api/scapy.layers.eap.html

Ref: secdev/scapy#725 (comment)

There were two pull requests addressing this problem. One was merged and later reverted as it seems to introduce some other issues. The maintainer recommended a rewrite in python 3, but is not interessted (Feb 219) in doing so.
It received the last update in 2018. So it should be removed

ikstream added a commit that referenced this issue Oct 3, 2020
Tool is no longer actively maintained and broken
see #2759

Signed-off-by: Stefan Venz <stefan.venz@protonmail.com>
@micwoj92
Copy link

I guess that bof-detector package is broken? I couldn't access the repo, it seems that the GitHub account was deleted.

@tylerstonge
Copy link

I'm having some issues with stegoveritas, seems similar to what's addressed here: #2751, but I'm running on a fresh Black Arch install and getting this issue.

Traceback (most recent call last):
  File "/usr/lib/python3.9/multiprocessing/pool.py", line 125, in worker
    result = (True, func(*args, **kwds))
  File "/usr/lib/python3.9/site-packages/stegoveritas/modules/image/analysis/brute_lsb.py", line 13, in run_dump
    image.veritas.test_output(o)
  File "/usr/lib/python3.9/site-packages/stegoveritas/stegoveritas.py", line 79, in test_output
    m = magic.from_buffer(thing, mime=True)
AttributeError: module 'magic' has no attribute 'from_buffer'

@BlackArch BlackArch locked and limited conversation to collaborators Jul 9, 2021
@ikstream
Copy link
Member

ikstream commented Jul 9, 2021

@tylerstonge please open an individual issue for this. I can't reproduce your issue right now, please provide

  • which iso did you use to install and if you did an online install (if applicable)
  • the package version of stegoveritas
  • the exact command you ran

@ikstream
Copy link
Member

ikstream commented Feb 18, 2022

@noraj

This comment was marked as resolved.

@noraj
Copy link
Contributor Author

noraj commented Jun 19, 2024

  • pacu

Several dependencies are missing or out of date. Example:

➜ pacu               
Traceback (most recent call last):
  File "/usr/share/pacu/pacu/main.py", line 23, in <module>
    import jq  # type: ignore
    ^^^^^^^^^
<class 'ModuleNotFoundError'>: No module named 'jq'

Pacu was not able to start because a required Python package was not found.
Run `sh install.sh` to check and install Pacu's Python requirements.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status::investigating Bug in the process of searching what is the root cause. type::bug Valid bug
Projects
None yet
Development

No branches or pull requests

5 participants