Inhaltsverzeichnis:

wapiti3

2023-03-22 / 2024-06-09
     __    __            _ _   _ _____
    / / /\ \ \__ _ _ __ (_) |_(_)___ /
    \ \/  \/ / _` | '_ \| | __| | |_ \
     \  /\  / (_| | |_) | | |_| |___) |
      \/  \/ \__,_| .__/|_|\__|_|____/
                |_|                 

Notizen rund um wapiti (git) unter anderem die manuell Installation.
In den APT-Paketquellen von Ubuntu ist nur die Version 3.0.4 enthalten, aktuell ist aber 3.1.8., nach aktuellem Stand.

Aufrufe

~/python/wapiti3/bin/wapiti -u https://l0la59.l11/m.de/ --flush-attacks --flush-session
~/python/wapiti3/bin/wapiti -u https://heister.email/ --flush-attacks --flush-session

wapiti -u https://l0la59.l11/m.de/ --flush-attacks --flush-session

Manjaro Installation

install wapiti

Notwendige Installationen (manual)

install python3-full
#install python3-pip ?

python3 -m venv python/wapiti3
. python/wapiti3/bin/activate
pip install --upgrade wapiti3 sslyze humanize
deactivate