Giter VIP home page Giter VIP logo

wmd's Issues

ImportError: psutil

I have psutil installed. i tired providing the path to psutil but am still getting this error. I installed everything that pip could find from the requirements.txt.

Traceback (most recent call last):
File "wmd.py", line 18, in
import core.commands as comm
File "/home/user/WMD/core/commands.py", line 12, in
import psutil
ImportError: No module named 'psutil'

syntax error!

When running wmd with webinterface every tool i run i get syntax error!!
screenshot from 2017-01-24 11-58-44

Thanks!

Next update

Next update

The next update will include a automation tool for user saved commands.

Why

Instead of typing nmap -sV --version-intensity 5 192.168.1.1 in the terminal on each pentesting or setting all the parameters in the modules, the user can save some predefined commands.

How

  1. Manually type the command and save
  2. Save a run from one of the modules
  3. Create a template and only change the IP or other specific parameters

Interface

The interface will be in the web browser with a menu with:

  1. Templates
  2. Commands
  3. Sequences (dev)

Todo

Current order of priority

  1. Final coding of templates and commands
  2. GUI design
  3. Sequence (combine multiple commands and run them at the same time, with a delay or finish-to-start)

Crashes during updatetools

1. sys info

Python 3.5.0
macos 10.12.2
Darwin baidapang.local 16.3.0 Darwin Kernel Version 16.3.0: Thu Nov 17 20:23:58 PST 2016; root:xnu-3789.31.2~1/RELEASE_X86_64 x86_64

2. step to it

1. up with root
2. updatetools
3. wait seconds after all tools checked.

3. logs

Traceback (most recent call last):
  File "wmd.py", line 242, in <module>
    main()
  File "wmd.py", line 236, in main
    console(path)
  File "wmd.py", line 172, in console
    updatetools()
  File "wmd.py", line 78, in updatetools
    ctools.clonegits('u')
  File "/Users/wuten/WMD/core/tools.py", line 165, in clonegits
    os.mknod(updatefile)
OSError: [Errno 22] Invalid 

Touch a lastupdate.txt is no need in my opinion.

updatefile = 'logs/lasttoolupdate.txt'
    # if not os.path.isfile(updatefile):
        # os.mknod(updatefile)
    with open(updatefile, 'w') as file:
        file.write(datetime.now().strftime('%Y-%m-%d %H:%M:%S'))

zo35m

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:

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.