Code Monkey home page Code Monkey logo

Comments (2)

MathFrenchToast avatar MathFrenchToast commented on June 26, 2024 1

Hi, on a brand new kali (used in WSL)

You can follow this setup:
To install all the required packages
sudo apt install python3-pip python3-tk zaproxy wapiti skipfish nikto nuclei -y
tk (aka tkinter) is provided by python3-tk package

then create a requirements.txt file containing:

tk
customtkinter
zaproxy
jinja2
# PIL
pillow
matplotlib
beautifulsoup4
pprintpp

and run: pip install -r requirements.txt to install all the require library at once.
you can use a python env if you want.

I'm working on a docker file also, and will propose a PR when testing is completed (just discover the repo today).

from oste-meta-scan.

OSTEsayed avatar OSTEsayed commented on June 26, 2024

-Fsoc106 this error is a issue related to your environmental configuration and tkinter lib not part of the oste issue. Make sure to install tkinter and costumetkinter using the pip3 command. To make sure whather it is installed or no use the command pip3 freeze and see if it's there.

-mathfrenchtoast nice instructions and am looking forward for your contribution. Making a docker env would be a really nice add thank you.

from oste-meta-scan.

Related Issues (4)

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.