【笔记】ALB学习笔记

前言

AttackLogBacktracking(Github

下载项目

1
2
git clone https://github.com/Lucifer1993/ALB.git
cd ALB

下载依赖

1
2
3
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt

查看帮助

1
python3 ALB.py --help

分析日志

-f <file>.log:指定日志文件
-t <num>:指定并发线程数

1
python3 ALB.py -f <file>.log

完成