
typo3 install.php XSS
$docker-compose up
انتقل إلى http://[web-server ip]:port/typo3، وتجاهل النص التالي.
Directory / is not writable Path /var/www/html/typo3 exists, but no file underneath it can be created.
ادخل إلى موقع typo3 المنشور في الحاوية وقم بالتثبيت. مضيف قاعدة بيانات mysql هو db.
في الخطوة 4/5 أثناء التثبيت، أدخل حمولة XSS في اسم الموقع.

بعد اكتمال التثبيت وتسجيل الدخول، سترى XSS يُنفذ كما هو موضح أدناه.

debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype
RUN apt-get install -y debconf-utils RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections RUN apt-get install -y -q [package]
نظرًا لأن خادم Apache2 يُشغل بواسطة مستخدم www-data، قمنا بإنشاء مجلد typo3 باستخدام www-data.
قمنا بتعيين صورة mysql إلى الإصدار 5.8.
System Requirements For more information as well as installation instructions see the Installation guide. Operating System Linux, Windows or Mac, or common cloud infrastructure setups Webserver Apache httpd, Nginx, Microsoft IIS, Caddy Server Supported Browsers Chrome (latest) Edge (latest) Firefox (latest) Internet Explorer >= 11 Safari (latest) Database MariaDB >= 10.0 <= 10.3 Microsoft SQL Server MySQL >= 5.0 <= 5.7 PostgreSQL SQLite Hardware RAM >= 256 MB PHP PHP >= 7.2 <= 7.4
قمنا بتعيين خيارات الأمر في حاوية mysql.
Invalid Charset Your database uses character set "latin1", but only "utf8" is supported with TYPO3. You probably want to change this before proceeding.