Giter Site home page Giter Site logo

Comments (6)

Marten4n6 avatar Marten4n6 commented on July 20, 2024

Can you let me know if the latest version (2.1.6) fixes this?

from evilosx.

federico22285 avatar federico22285 commented on July 20, 2024

Hi I just updated the title. This is happening in the latest version 2.1.6

from evilosx.

Marten4n6 avatar Marten4n6 commented on July 20, 2024

It works for me (using the webcam module or any other module), can you remove your EvilOSX directory then download this repository again?

from evilosx.

federico22285 avatar federico22285 commented on July 20, 2024
root@kali:~/hacking# rm -rf EvilOSX/
root@kali:~/hacking# git clone https://github.com/Marten4n6/EvilOSX
Cloning into 'EvilOSX'...
remote: Counting objects: 228, done.
remote: Compressing objects: 100% (19/19), done.
remote: Total 228 (delta 10), reused 16 (delta 6), pack-reused 203
Receiving objects: 100% (228/228), 121.84 KiB | 674.00 KiB/s, done.
Resolving deltas: 100% (126/126), done.
root@kali:~/hacking# cp server.* EvilOSX/
root@kali:~/hacking# cd EvilOSX/
root@kali:~/hacking/EvilOSX# python server/server.py
use webcam  ( confirm selection [Y]

[?] Server port to listen on: 2228
Traceback (most recent call last):
  File "server/server.py", line 546, in <module>
    main()
  File "server/server.py", line 541, in main
    view.run()
  File "server/server.py", line 495, in run
    self._main_loop.run()
  File "/usr/lib/python2.7/dist-packages/urwid/main_loop.py", line 278, in run
    self._run()
  File "/usr/lib/python2.7/dist-packages/urwid/main_loop.py", line 376, in _run
    self.event_loop.run()
  File "/usr/lib/python2.7/dist-packages/urwid/main_loop.py", line 682, in run
    self._loop()
  File "/usr/lib/python2.7/dist-packages/urwid/main_loop.py", line 710, in _loop
    self._entering_idle()
  File "/usr/lib/python2.7/dist-packages/urwid/main_loop.py", line 671, in _entering_idle
    callback()
  File "/usr/lib/python2.7/dist-packages/urwid/main_loop.py", line 564, in entering_idle
    self.draw_screen()
  File "server/server.py", line 50, in draw_screen
    super(SafeMainLoop, self).draw_screen()
  File "/usr/lib/python2.7/dist-packages/urwid/main_loop.py", line 578, in draw_screen
    canvas = self._topmost_widget.render(self.screen_size, focus=True)
  File "/usr/lib/python2.7/dist-packages/urwid/widget.py", line 141, in cached_render
    canv = fn(self, size, focus=focus)
  File "/usr/lib/python2.7/dist-packages/urwid/container.py", line 1096, in render
    assert foot.rows() == frows, "rows, render mismatch"
AssertionError: rows, render mismatch

from evilosx.

federico22285 avatar federico22285 commented on July 20, 2024
Module webcam:
[!] A green LED will show next to the client's camera (for about a second).
[!] This module also touches the disk.
[?] Are you sure you want to continue? [Y/n]

It seems that at the moment I enter [Y] the mentioned exception is happening.

I never get to enter the path as it is showing in the webcam.py module

if not confirm or confirm == "y":
            self.output_folder = os.path.expanduser(module_view.prompt("Local output folder (ENTER for output/): "))

from evilosx.

Marten4n6 avatar Marten4n6 commented on July 20, 2024

Hello, sorry for the long delay.
Can you let me know if you experience anything related to this issue in the latest version?
Note that the server side now uses python3.
Thanks.

from evilosx.

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.