Results 1 to 3 of 3

Thread: metasploitframework and openvas/gvm do not work at the same time

  1. #1
    Join Date
    2022-Jan
    Posts
    1

    metasploitframework and openvas/gvm do not work at the same time

    Hi there, i am learning how to use Kali Linux and its tools. For that i tried to install openVas/gvm on my VirtualBox-KaliLinux. The first problem was that the db of gvm was listening on the wrong port. So i changed that in the configuration files. But now i have the problem that msfconsole is not working with the new configuration (i changed the portnumbers in /etc/postgresql/13/main/postgresql.conf and /etc/postgresql/14/main/postgresql.conf). If i wanted to use msfconsole now i have to change it back. Has anyone an idea how i can run both of them without changing anything all the time?

    Thanks

  2. #2
    Join Date
    2022-Jan
    Posts
    2
    hello tring to install kali on VM once logged the machine refuse to launch? ???

  3. #3
    Join Date
    2022-Jan
    Posts
    2
    I just got this error when trying to install gvm:

    # apt install -y gvm 2 ⨯
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    gvm is already the newest version (21.4.3~0kali1).
    The following packages were automatically installed and are no longer required:
    cryptsetup-run fastjar gstreamer1.0-pulseaudio jarwrapper libaom0 libcbor0
    libcodec2-0.9 libdap27 libdapclient6v5 libdav1d4 libepsilon1 libgdal28
    libgdk-pixbuf-xlib-2.0-0 libgdk-pixbuf2.0-0 libgeos-3.9.0 libidn11
    libnetcdf18 libntfs-3g883 libodbc1 libodbccr2 libomp-11-dev libomp5-11
    libproj19 librest-0.7-0 liburcu6 liburing1 libvpx6 libwireshark14
    libwiretap11 libwsutil12 libx265-192 libyara4 maltego odbcinst
    odbcinst1debian2 python-is-python2 python3-editor python3-exif
    python3-gevent python3-gevent-websocket python3-ipython-genutils
    python3-jupyter-core python3-m2crypto python3-nbformat
    python3-parameterized python3-pbr python3-plotly python3-pylnk
    python3-stem python3-tenacity python3-zope.event ruby-atomic
    ruby-thread-safe starkiller zaproxy
    Use 'apt autoremove' to remove them.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    3 not fully installed or removed.
    After this operation, 0 B of additional disk space will be used.
    Setting up powershell-empire (4.2.0-0kali2) ...
    Traceback (most recent call last):
    File "/usr/share/powershell-empire/empire.py", line 11, in <module>
    import empire.server.server as server
    File "/usr/share/powershell-empire/empire/server/server.py", line 24, in <module>
    import socketio
    File "/usr/lib/python3/dist-packages/socketio/__init__.py", line 3, in <module>
    from .client import Client
    File "/usr/lib/python3/dist-packages/socketio/client.py", line 7, in <module>
    import engineio
    File "/usr/lib/python3/dist-packages/engineio/__init__.py", line 8, in <module>
    from .asyncio_client import AsyncClient
    File "/usr/lib/python3/dist-packages/engineio/asyncio_client.py", line 7, in <module>
    import aiohttp
    File "/usr/lib/python3/dist-packages/aiohttp/__init__.py", line 6, in <module>
    from .client import (
    File "/usr/lib/python3/dist-packages/aiohttp/client.py", line 35, in <module>
    from . import hdrs, http, payload
    File "/usr/lib/python3/dist-packages/aiohttp/http.py", line 7, in <module>
    from .http_parser import (
    File "/usr/lib/python3/dist-packages/aiohttp/http_parser.py", line 15, in <module>
    from .helpers import NO_EXTENSIONS, BaseTimerContext
    File "/usr/lib/python3/dist-packages/aiohttp/helpers.py", line 667, in <module>
    class CeilTimeout(async_timeout.timeout):
    TypeError: function() argument 'code' must be code, not str
    dpkg: error processing package powershell-empire (--configure):
    installed powershell-empire package post-installation script subprocess returned error exit status 1
    dpkg: dependency problems prevent configuration of kali-linux-headless:
    kali-linux-headless depends on powershell-empire; however:
    Package powershell-empire is not configured yet.

    dpkg: error processing package kali-linux-headless (--configure):
    dependency problems - leaving unconfigured
    dpkg: dependency problems prevent configuration of starkiller:
    starkiller depends on powershell-empire (>= 4.0.0~); however:
    Package powershell-empire is not configured yet.

    dpkg: error processing package starkiller (--configure):
    dependency problems - leaving unconfigured
    Errors were encountered while processing:
    powershell-empire
    kali-linux-headless
    starkiller
    E: Sub-process /usr/bin/dpkg returned an error code (1)

Similar Threads

  1. Replies: 4
    Last Post: 2020-01-13, 19:20

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •