Giter VIP home page Giter VIP logo

Comments (6)

Indeserpen avatar Indeserpen commented on July 25, 2024 1

ok i will update today and debug all problem! system i use Kali Rolling 64 bit!

from wmd.

ThomasTJdev avatar ThomasTJdev commented on July 25, 2024

Hi @Indeserpen

Thank you for testing and reporting back!
I hav just tested the following 2 scenarios - no problem here.

Scenario 1

  1. python3 wmd.py -w
  2. Access: 127.0.0.1:5000
  3. Click: ChangeMe
  4. xterm opens with module

Scenario 2

  1. python3 wmd.py
  2. www
  3. Access: 127.0.0.1:5000
  4. Click: ChangeMe
  5. xterm opens with module

Information

Would you mind fill out the info below?

Actual behaviour + Errorcode

Tell us what happens

Expected behaviour

Tell us what should actually happen

Steps to reproduce

Please supply step-by-step instructions so that anyone with the same environment can reproduce the issue.
Here is an example:

  1. sudo wmd.py -nc
  2. sm
  3. use apsniff

System information

  • OS (ARCH, Debian, etc.):
  • Python version:

from wmd.

Indeserpen avatar Indeserpen commented on July 25, 2024

scenario 1.

screenshot from 2017-01-24 23-22-04
screenshot from 2017-01-24 23-21-39

No matter what tool I i use i get this xterm window with syntax errror!

scenario 2:
screenshot from 2017-01-24 11-58-44

Like you can see from image same stuff!

Maybe there is something with requirements?
I am not able to install either difflib, or http.client using pip3 either apt!!

from wmd.

Indeserpen avatar Indeserpen commented on July 25, 2024

Tried pip3 install --upgrade -r requirements.txt not working! Difflib sequencer cannot be imported either installed using pip or apt!!
Python versions installed:
root@kali:# python --version
Python 2.7.13
root@kali:
# python3 --version
Python 3.5.3rc1
root@kali:~#

from wmd.

ThomasTJdev avatar ThomasTJdev commented on July 25, 2024

Thanks for the screenshots!

  1. I have removed difflib and http.client (httpclient) from requirements.txt in the newest commits. I think it's python standard libraries.
  2. I have updated the CSS for the webinterface to avoid the strange rendering of buttons.
  3. It looks like, that your problem is with the banners. Would you mind trying to change the beautiful banners to "XXX". They can be found in core/banners.py and the code you need to change is in banner1 = """ XXXX """, banner2 = """ XXXX """ and banner3 = """ XXXX """.

P.S. If you'll pull again, please note that I have changed the name of core/config.ini to core/config.ini.default. Rename it to core/config.ini, then new pulls will avoid changing your user specified config file.

from wmd.

ThomasTJdev avatar ThomasTJdev commented on July 25, 2024

Missing feedback from user.

from wmd.

Related Issues (5)

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.