Skip to main content

Category: writeup

Writeup - OverTheWire Bandit

In this post, you will see the solutions of OverTheWire-bandit challenges. Challenges in Bandit are easy if you have some experience in Linux and Security. If not, don’t worry about it. Google will help you to get basic knowledge of the challenges. When you complete the challenges you are gonna feel yourself more powerful on technical problem-solving. Bandit0 $ ssh -l bandit0 -p2220 bandit.labs.overthewire.org This is a OverTheWire game server.

Using Virtualbox/phpVirtualbox on Ubuntu Server

Bu yazıda Ubuntu Server LTS üzerine Virtualbox sanallaştırma ortamı ve bu sanallaştırma ortamını web üzerinden yönetebilmek için geliştirilen phpVirtualbox sisteminin kurulumundan bahsedeceğiz. Öncelikle yapılması gerelen bir ubuntu server kurulumu gerçekleştirmek. Kurulum işlemleri tamamlandıktan sonra gerekli paketlerin sisteme kurulumlarını gerçekleştirelim. SSH sunucusunun kurulmasi uzaktan erisim icin onemli #apt-get install ssh openssh-server Sonrasinda makinanin guncellenmesi gerekiyor. #apt-get update #apt-get upgrade #reboot Sistem web uzerinden hizmet verecegi icin web sunucu ortaminin da kurulmasi gerekmektedir.

Create an Encrypted File Container by Using Luks

#dd if=/dev/urandom of=/dosya/yolu/guvenlidosya bs=1M count=500 Eger kurumsal veya kendinize ait verileri sifreli bir alanda tutmak icin luks ile sifreli bir alan olusturup verilerinizi bu anda tutabilirsiniz. Burada 500 mb boyutunda bir sifreli dosya alani olusturacagiz. dosya bir /dev dizini altindaki bir loop surucusune baglanir. #losetup /dev/loop7 guvenlidosya baglanmis olan loop surucusu sifrelenir. #cryptsetup --verbose --verify-passphrase luksFormat /dev/loopX sifrecozulur ve /dev/mapper/salla ile eslestirilir #cryptsetup luksOpen /dev/loop7 salla; dosya sistemi olusturulur. #mkfs.ext4 /dev/mapper/salla; baglama islemi