w4sp-book / w4sp-lab

Lab environment for the Wireshark for Security Professionals book
https://github.com/w4sp-book/w4sp-lab/wiki/Lab-Installation
71 stars 42 forks source link

on kali2022 How work? #86

Open shixiangbupt opened 1 year ago

shixiangbupt commented 1 year ago

on kali2022 ,It is python 3.10, w4sp-lab does not run!

shixiangbupt commented 1 year ago

image

POCCOPOCCO89 commented 1 year ago

I have the same problem

antrenor commented 8 months ago

I followed all the instructions, even modifying the code as described but it doesn't work. Ver. Python 3.11.7

Traceback (most recent call last): File "/home/antrenor/Downloads/w4sp-lab-master/w4sp_webapp.py", line 9, in import w4sp File "/home/antrenor/Downloads/w4sp-lab-master/w4sp.py", line 1, in from w4sp_app import * File "/home/antrenor/Downloads/w4sp-lab-master/w4sp_app/init.py", line 1, in from w4sp_app.container import container,ns_root,c File "/home/antrenor/Downloads/w4sp-lab-master/w4sp_app/container.py", line 1, in from w4sp_app.utils import r, docker_clean File "/home/antrenor/Downloads/w4sp-lab-master/w4sp_app/utils.py", line 137 for nic in r('ifconfig -a').split(b'\n\n')[:-1]: ^ IndentationError: unindent does not match any outer indentation level