kmax icon indicating copy to clipboard operation
kmax copied to clipboard

Linux-3.2 Doesn't Generate A Kismet File (Kmax 4.4)

Open tsehaiB opened this issue 2 years ago • 1 comments

Setup: sudo apt install -y python3 python3-pip python3-venv python3 -m venv ~/env_kmax/ source ~/env_kmax/bin/activate pip3 install kmax sudo apt install -y flex bison bc libssl-dev libelf-dev pip install --upgrade kmax'

Script: cd ~/ wget https://cdn.kernel.org/pub/linux/kernel/v3.x/linux-3.2.tar.xz tar -xvf linux-3.2.tar.xz cd ~/linux-3.2/ kismet --linux-ksrc="${HOME}/linux-3.2/" -a=x86_64

Command: image

Results: image

Command (same commands for v3.8): image

Results: image

The results have only been replicated for v3.2 and v3.8. https://cdn.kernel.org/pub/linux/kernel/v3.x/linux-3.2.tar.xz https://cdn.kernel.org/pub/linux/kernel/v3.x/linux-3.8.tar.xz

On Kmax Version 4.4

tsehaiB avatar Aug 05 '22 13:08 tsehaiB

kmax currently only supports kconfig back to 3.19. Need to add older kconfig versions.

paulgazz avatar Jul 08 '23 12:07 paulgazz