Difference between revisions of "Instalasi Nessus"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (New page: install Nessus # apt-get install nessus nessusd nessus-dev nessus-plugins Tambahkan user admin # nessus-adduser admin <CR> password password ^D y Jalankan Nessus Daemon ...) |
Onnowpurbo (talk | contribs) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | Download Nessus dari | ||
+ | |||
+ | http://www.nessus.org/download/nessus_download.php | ||
+ | http://downloads.nessus.org/nessus3dl.php?file=Nessus-4.2.2-ubuntu910_i386.deb&licence_accept=yes&t=e5294db690e377ef93405ee7ce0d4b1b | ||
+ | |||
install Nessus | install Nessus | ||
− | # | + | # dpkg -i Nessus-4.2.2-ubuntu910_i386.deb |
+ | Tambahkan user admin | ||
− | + | /opt/nessus/sbin/nessus-adduser | |
# nessus-adduser | # nessus-adduser | ||
Line 13: | Line 19: | ||
^D | ^D | ||
y | y | ||
+ | |||
+ | ==Register== | ||
+ | |||
+ | Register ke http://www.nessus.org/register/ untuk memperoleh plugins. Ada pilihan untuk home user & gratis :) .. masukan [[e-mail]]. Tunggu beberapa saat anda memperoleh [[e-mail]] kode registrasi anda. | ||
+ | |||
+ | Aktifkan plugins | ||
+ | |||
+ | /opt/nessus/bin/nessus-fetch --register XXX-XXX-XXX-XXX-XXX | ||
+ | |||
+ | Setelah selesai registrasi edit | ||
+ | |||
+ | vi /opt/nessus/etc/nessus/nessusd.conf | ||
+ | |||
+ | pastikan | ||
+ | |||
+ | auto_update = yes | ||
+ | |||
+ | ==Operasi Nessus== | ||
Jalankan Nessus Daemon | Jalankan Nessus Daemon | ||
− | + | /etc/init.d/nessusd start | |
− | |||
Lakukan scanning | Lakukan scanning | ||
− | + | /usr/sbin/nessus | |
Target -ip address target- | Target -ip address target- | ||
Start the scan | Start the scan | ||
− | + | ==Web Akses== | |
+ | |||
+ | https://localhost:8834/ | ||
+ | |||
+ | ==Referensi== | ||
+ | |||
+ | * http://www.nessus.org/download/nessus_download.php | ||
+ | * http://downloads.nessus.org/nessus3dl.php?file=Nessus-4.2.2-ubuntu910_i386.deb&licence_accept=yes&t=e5294db690e377ef93405ee7ce0d4b1b | ||
+ | |||
+ | ==Pranala Menarik== | ||
+ | |||
+ | * [[Keamanan Jaringan]] | ||
+ | * [[Linux Howto]] | ||
− | + | [[Category: Linux]] | |
+ | [[Category: hacking]] |
Latest revision as of 06:06, 8 July 2010
Download Nessus dari
http://www.nessus.org/download/nessus_download.php http://downloads.nessus.org/nessus3dl.php?file=Nessus-4.2.2-ubuntu910_i386.deb&licence_accept=yes&t=e5294db690e377ef93405ee7ce0d4b1b
install Nessus
# dpkg -i Nessus-4.2.2-ubuntu910_i386.deb
Tambahkan user admin
/opt/nessus/sbin/nessus-adduser
# nessus-adduser admin <CR> password password ^D y
Register
Register ke http://www.nessus.org/register/ untuk memperoleh plugins. Ada pilihan untuk home user & gratis :) .. masukan e-mail. Tunggu beberapa saat anda memperoleh e-mail kode registrasi anda.
Aktifkan plugins
/opt/nessus/bin/nessus-fetch --register XXX-XXX-XXX-XXX-XXX
Setelah selesai registrasi edit
vi /opt/nessus/etc/nessus/nessusd.conf
pastikan
auto_update = yes
Operasi Nessus
Jalankan Nessus Daemon
/etc/init.d/nessusd start
Lakukan scanning
/usr/sbin/nessus Target -ip address target- Start the scan
Web Akses
https://localhost:8834/
Referensi
- http://www.nessus.org/download/nessus_download.php
- http://downloads.nessus.org/nessus3dl.php?file=Nessus-4.2.2-ubuntu910_i386.deb&licence_accept=yes&t=e5294db690e377ef93405ee7ce0d4b1b