Ubuntu Uniscan kurulumu - How to install Uniscan on Ubuntu

Ubuntu Uniscan kurulumu - How to install Uniscan on Ubuntu

Uniscan ile tasarladığınız web sitelerini test edebilir güvenlik açıklarınızı detaylı öğrenebilirsiniz.
Uniscan tarama yapabildiği bazı özellikler.
- Directory checks.
- File checks.
- PUT method enabled check.
- Server ../ directory list check.
- Crawler support POST method.
- Configuration by file uniscan.conf.
- Checks for backup of files found by crawler.
- Blind SQL-i checks.
- Static RCE, RFI, LFI checks.
- Crawler improved by checking /robots.txt.
- improved XSS vulnerability detection.
- improved SQL-i vulnerability detection.

Kali linux sisteminde varsayılan olarak gelen bu aracı ubuntu da manuel kurulum yapacağız.
Komutlarımız
sudo apt-get install git
git clone https://github.com/poerschke/Uniscan.git
ls ile dizin listeleyelim
cd Uniscan komutu ile Uniscan klasörüne girelim
chmod +x install-modules.sh
./install-modules.sh

Kurulumda herhangi bir hata alırsanız yapmanız gereken
sudo apt-get install libmoose-perl
veya
sudo apt-get install libwww-perl
perl uniscan.pl
İşlem tamam


Yorumlar