
أداة تعداد *nix & استغلال الصلاحيات التلقائي.
rootend هي أداة تعداد ورفع صلاحيات تلقائية لأنظمة *nix مكتوبة بلغة Python.
للقائمة الكاملة لأدواتنا، يرجى زيارة موقعنا على https://www.twelvesec.com/
كتب بواسطة:
___________ .__ _________
\__ ___/_ _ __ ____ | |___ __ ____ / _____/ ____ ____
| | \ \/ \/ // __ \| |\ \/ // __ \ \_____ \_/ __ \_/ ___\
| | \ /\ ___/| |_\ /\ ___/ / \ ___/\ \___
|____| \/\_/ \___ >____/\_/ \___ >_______ /\___ >\___ >
\/ \/ \/ \/ \/
rootend v.2.0.3 - Enumeration & Automation Privilege Escalation tool.
rootend is an open source tool licensed under GPLv3.
Affected systems: *nix.
Written by: @nickvourd of @twelvesec.
Special thanks to @maldevel & servo.
https://www.twelvesec.com/
Please visit https://github.com/twelvesec/rootend for more..
optional arguments:
-h, --help إظهار رسالة المساعدة والخروج
-v, --version إظهار الإصدار والخروج
-a, --auto عملية رفع الصلاحيات التلقائية
-m, --manual تعداد النظام
-n, --nocolor تعطيل الألوان
-b, --banner إظهار الشعار والخروج
-s, --suid تعداد ملفات SUID الثنائية
-w, --weak تعداد صلاحيات الملفات الضعيفة
-p, --php تعداد ملفات تكوين PHP
-c, --capabilities تعداد القدرات
-f, --full-writables تعداد الملفات القابلة للكتابة عالميًا
أمثلة الاستخدام:
./rootend.py -a
./rootend.py -m
./rootend.py -v
./rootend.py -b
أمثلة استخدام الفئات المحددة:
./rootend.py -a -s
./rootend.py -m -w
./rootend.py -a -s -p
./rootend.py -m -w -c -p
./rootend.py -a -s -c -p -f
*Use the above arguments with -n to disable color.