commixproject / commix

Automated All-in-One OS Command Injection Exploitation Tool.
https://commixproject.com
Other
4.6k stars 817 forks source link

Bug Report: Unhandled exception "AttributeError: module 'sgmllib' has no attribute 'SGMLParser'" (#3bd47aee) #962

Closed commixreporter closed 1 month ago

commixreporter commented 1 month ago
Commix version: 3.9-stable
Python version: 3.11.9
Operating system: posix
Command line: commix.py --wizard
Traceback (most recent call last):
  File "commix.py", line 35, in <module>
    main()
  File "commix.py", line 30, in main
    import src.core.main
  File "main.py", line 28, in <module>
    from src.utils import logs
  File "logs.py", line 25, in <module>
    from src.core.injections.controller import checks
  File "checks.py", line 39, in <module>
    from src.core.requests import requests
  File "requests.py", line 29, in <module>
    from src.utils import crawler
  File "crawler.py", line 31, in <module>
    from src.thirdparty.beautifulsoup.beautifulsoup import BeautifulSoup
  File "beautifulsoup.py", line 1056, in <module>
    class BeautifulStoneSoup(Tag, sgmllib.SGMLParser):
                                  ^^^^^^^^^^^^^^^^^^
AttributeError: module 'sgmllib' has no attribute 'SGMLParser'
stasinopoulos commented 1 month ago

Update to latest dev version and try again.

github-actions[bot] commented 2 weeks ago

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

This action has been performed automatically by a bot.