GithubHelp home page GithubHelp logo

Comments (3)

korang avatar korang commented on May 21, 2024

Running on Kali Linux 2019.3. Which uses root as primary account.

from witnessme.

byt3bl33d3r avatar byt3bl33d3r commented on May 21, 2024

Yeah I'm gonna need a lot more info. Can you post the full traceback? are you running it from a virtualenv?

from witnessme.

mdisec avatar mdisec commented on May 21, 2024

Lemme give your more info.

root@kali:~/WitnessMe# python3 witnessme.py IP/24 IP/24
2019-11-07 09:32:58,182 [DEBUG] - parsers.py: __enter__ - Detected IP Range or CIDR as a target
2019-11-07 09:32:58,186 [DEBUG] - parsers.py: __enter__ - Detected IP Range or CIDR as a target
Traceback (most recent call last):
  File "witnessme.py", line 168, in <module>
    asyncio.run(start_scan())
  File "/usr/lib/python3.7/asyncio/runners.py", line 43, in run
    return loop.run_until_complete(main)
  File "/usr/lib/python3.7/asyncio/base_events.py", line 579, in run_until_complete
    return future.result()
  File "witnessme.py", line 139, in start_scan
    browser = await pyppeteer.launch(headless=True, ignoreHTTPSErrors=True)
  File "/usr/local/lib/python3.7/dist-packages/pyppeteer/launcher.py", line 311, in launch
    return await Launcher(options, **kwargs).launch()
  File "/usr/local/lib/python3.7/dist-packages/pyppeteer/launcher.py", line 189, in launch
    self.browserWSEndpoint = self._get_ws_endpoint()
  File "/usr/local/lib/python3.7/dist-packages/pyppeteer/launcher.py", line 233, in _get_ws_endpoint
    self.proc.stdout.read().decode()
pyppeteer.errors.BrowserError: Browser closed unexpectedly:
[1107/093258.111155:ERROR:zygote_host_impl_linux.cc(89)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.

Error in atexit._run_exitfuncs:
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/dist-packages/pyppeteer/launcher.py", line 174, in _close_process
    self._loop.run_until_complete(self.killChrome())
  File "/usr/lib/python3.7/asyncio/base_events.py", line 555, in run_until_complete
    self._check_closed()
  File "/usr/lib/python3.7/asyncio/base_events.py", line 475, in _check_closed
    raise RuntimeError('Event loop is closed')
RuntimeError: Event loop is closed
sys:1: RuntimeWarning: coroutine 'Launcher.killChrome' was never awaited
RuntimeWarning: Enable tracemalloc to get the object allocation traceback

from witnessme.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.