Proses Scanning sangat dibutuhkan untuk menganalisa web server apakah web server yang kita buat itu sudah tidak ada kekurangan atau malah masih banyak kekurangan, untuk kali ini saya mencoba untuk melakukan scanning web server dengan nikto. Nikto adalah tools untuk pemeriksaan vulnerability pada apache. Jadi anda dapat mengetahui dimana letak hole pada suatu web server. Tetapi ingat melakukan scanning server adalah ilegal jika Anda tidak mempunyai hak akses di dalamnya. | ||||
Langkah-langkah menggunakan Nikto pada Windows 7 adalah sebagai berikut :
1. Download dan Install ActivePerl
2. Download nikto-2.1.5
3. Extract dan copy folder nikto-2.1.5 ke C:\perl\bin
4. Edit nikto.conf ganti dengan config berikut:
5. Cara menggunakan, buka CMD ---------------------------------------------- Microsoft Windows [Version 6.7.7600] (C) Copyright 2009 Microsoft Corporation. All rights reserved. C:\Users\UserWin7>cd.. C:\Users>cd.. C:\>cd perl C:\Perl>cd bin C:\Perl\bin>perl nikto-2.1.5/nikto.pl -host target(contoh:www.example.com) - Nikto v2.1.5 ---------------------------------------------------------------------------
+ Target IP: 192.168.0.1
+ Target Hostname: example.com+ Target Port: 80 + Start Time: 2012-01-26 10:23:04 ————————————————————————— + Server: Apache/2.2.12 (Ubuntu) + No CGI Directories found (use ‘-C all’ to force check all possible dirs) + Apache/2.2.12 appears to be outdated (current is at least Apache/2.2.17). Apache 1.3.42 (final release) and 2.0.64 are also current. + DEBUG HTTP verb may show server debugging information. See http://msdn.microsoft.com/en-us/library/e8z01xdh%28VS.80%29.aspx for details. + /config.php: PHP Config file may contain database IDs and passwords. + OSVDB-3268: /tmp/: Directory indexing found. + OSVDB-3092: /tmp/: This might be interesting… + OSVDB-3268: /images/: Directory indexing found. + OSVDB-3268: /images/?pattern=/etc/*&sort=name: Directory indexing found. + 6448 items checked: 812 error(s) and 7 item(s) reported on remote host + End Time: 2012-01-26 10:37:42 (878 seconds) ————————————————————————— + 1 host(s) tested NB : Beberapa penggunaan dasar : perl nikto.pl -h 192.168.1.3 Untuk menguji port tertentu, gunakan opsi-p (port). Ini akan scan port IP 192.168.1.3 pada TCP 443: perl nikto.pl -h 192.168.1.3 -p 80 Berikut perintah untuk penggunaan pengujian multiport perl nikto.pl -h 192.168.1.3 -p 80,88,443Untuk Penggunaan menyimpan log txt bt nikto # ./nikto.pl -e 1 -host hxxp://192.168.1.3/joomla1af -F
Dari output hasil yang diberikan oleh nikto tarhadap hasil scan yang
diberikan untuk website www.example.com diatas terlihat sangat sederhana
sekali :
+ No CGI Directories found (use ‘-C all’ to force check all possible dirs) + Apache/2.2.12 appears to be outdated (current is at least Apache/2.2.17). Apache 1.3.42 (final release) and 2.0.64 are also current. + DEBUG HTTP verb may show server debugging information. See http://msdn.microsoft.com/en-us/library/e8z01xdh%28VS.80%29.aspx for details. + /config.php: PHP Config file may contain database IDs and passwords. + OSVDB-3268: /tmp/: Directory indexing found. + OSVDB-3092: /tmp/: This might be interesting… + OSVDB-3268: /images/: Directory indexing found. + OSVDB-3268: /images/?pattern=/etc/*&sort=name: Directory indexing found. + 6448 items checked: 812 error(s) and 7 item(s) reported on remote host
Kita bisa melihat versi apache dan OS yang digunakan, begitu juga
masih terlihat ada file config.php dan beberapa direktori yang masih
dapat dilihat langsung dari browser seperti /tmp dan /images.
Dari hasil itu maka kita tinggal menutup semua innformasi atau celah
seperti direktori tersebut agar tidak terlihat lagi jika dilakukan
akses langsung via browser dengan melakukan beberapa konfigurasi di
apache nya.
Demikian, semoga bermanfaat.
|
Running Text
Kamis, 04 Oktober 2012
Memeriksa keamanan webserver dengan NIKTO pada Windows 7
Langganan:
Posting Komentar (Atom)
Tentang Blog Ini
Blog ini adalah sarana untuk menyimpan file dan berbagi tentang apapun. Sehingga dapat berguna dimanapun berada.
Tidak ada komentar:
Posting Komentar
Terima kasih telah berkunjung ke blog saya. Silahkan isi komentar anda