原项目地址
https://github.com/TophantTechnology/ARL
修改了限制
引用了EHole_magic师傅的指纹
https://github.com/lemonlove7/EHole_magic
引用了seclists和fuzzDicts的部分精选的目录和子域名作为爆破字典
引用了loecho-sec师傅的指纹添加
https://github.com/loecho-sec/ARL-Finger-ADD
apt update
apt install wget docker.io docker-compose -y
git clone https://github.com/huntingsec/ARL-Limited-Edition.git
cd ARL-Limited-Edition
chmod +x install.sh
./install.sh
wget --tries=3 -c -nc https://github.com/huntingsec/ARL-Limited-Edition/releases/download/v0.0.1/ARL-limited-edition.zip
unzip ARL-Limited-Edition.zip
cd ARL-Limited-Edition/dockerdocker load -i arl_web.tardocker load -i mongo.tardocker load -i rabbitmq.tardocker volume create arl_dbdocker-compose up -ddocker cp ../app/config.py $(docker ps|grep arl_worker|cut -d ' ' -f1):/code/app/docker cp domain_2w.txt $(docker ps|grep arl_worker|cut -d ' ' -f1):/code/app/dictsdocker cp file_top_2000.txt $(docker ps|grep arl_worker|cut -d ' ' -f1):/code/app/dicts
cd ARL-Finger-ADD
python3 ARL-Finger-ADD.py https://127.0.0.1:5003/ admin arlpass
systemctl restart docker.service
下载地址
原文始发于微信公众号(灵泽安全团队):ALE-灯塔魔改版
免责声明:文章中涉及的程序(方法)可能带有攻击性,仅供安全研究与教学之用,读者将其信息做其他用途,由读者承担全部法律及连带责任,本站不承担任何法律及连带责任;如有问题可邮件联系(建议使用企业邮箱或有效邮箱,避免邮件被拦截,联系方式见首页),望知悉。
- 左青龙
- 微信扫一扫
- 右白虎
- 微信扫一扫
评论