Rizal Fadil

LKSN2022 – Module C – Local Registry

Soal dapat dilihat di https://itnsa.id/. Ketentuan Soal Access srv1.artemis.local to do tasks in this section Container Name : proteus-registry Use image registry:2.7.0 from docker hub Volume mounts : /mnt/registry to /var/lib/registry Expose container port 1234 Eanble https by using local self-signed CA Generate CA using openssl Common name : srv1.artemis.local …

Read More »

Master Slave BIND9 Debian

Hostname IP Address Master 10.10.10.1 Slave 10.10.10.2 Konfigurasikan DNS seperti biasa hanya dilakukan pada master. Tambahkan opsi allow-transfer, notify dan also-notify ke file konfigurasi. Pada opsi allow-transfer dan also-notify masukkan IP address server Slave. [root@master ~]# nano /etc/bind/named.conf.options options { ....... allow-transfer { 10.10.10.2; }; notify yes; also-notify { 10.10.10.2; …

Read More »

Vulnerable Virtual Machine Debian 10

Virtual Machine ini dapat diimport dengan aplikasi Virtual Machine umumnya, sudah diuji coba dengan aplikasi Virtualbox dan VMWare Workstation. Virtual Machine ini memiliki 3 vulnerability yang dimana dapat attacker akan mendapatkan shell dari ketiga vulnerability tersebut. Link Download: https://drive.google.com/file/d/1huuFyk2tTrNQKpgX0K_3ea1FGNGFmxCN/view?usp=sharing

Read More »

LKSN2021 Modul C – Python Web Application

Python Web Application Programmers asked us to make sure they can run sample code below in the python3 virtual environment in the development server. Install python3 and other required packages to run the code main.py Enable python3 virtual environment and create a new virtual environment on “/opt/env/myenv” Install the required …

Read More »