This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
сервис_openvas [2016/10/10 14:29] val создано |
сервис_openvas [2024/05/24 06:11] (current) val [OpenVAS Virtual Appliance] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Сервис OpenVAS ====== | ====== Сервис OpenVAS ====== | ||
- | * [[https://openvas.isp.un/]] | + | * [[http://www.openvas.org/|The world's most advanced Open Source vulnerability scanner and manager]] |
- | * [[http://www.openvas.org/vm.html|OpenVAS Virtual Appliance]] | + | |
+ | |||
+ | ===== Установка ===== | ||
* [[http://hackertarget.com/openvas-scan/|Облачный сервис OpenVAS Vulnerability Scan]] | * [[http://hackertarget.com/openvas-scan/|Облачный сервис OpenVAS Vulnerability Scan]] | ||
- | ===== Проблемы с запуском ===== | + | ==== OpenVAS Virtual Appliance ==== |
+ | |||
+ | * [[https://www.greenbone.net/en/install_use_gce/|Setup the GCE]] | ||
+ | |||
+ | * l/p: admin/admin | ||
+ | * [[https://val.bmstu.ru/unix/img/My%20Documents/OpenVAS%20GOS%206.0.7.ova]] новее | ||
+ | * [[https://val.bmstu.ru/unix/img/My%20Documents/openvas9.ova]] | ||
+ | * Для поиска HTTP Directory Traversal попробовать оба | ||
+ | * [[http://gate.isp.un/unix/VBox/]] | ||
+ | |||
+ | ===== Дополнительные материалы ====== | ||
+ | |||
+ | ==== Проблемы с запуском ==== | ||
+ | * [[https://launchpad.net/~mrazavi/+archive/ubuntu/openvas]] | ||
* [[http://openvas-discuss.wald.intevation.narkive.com/OPFDsIMY/the-certificate-has-expired]] | * [[http://openvas-discuss.wald.intevation.narkive.com/OPFDsIMY/the-certificate-has-expired]] | ||
* [[https://hungred.com/how-to/openvas-503-service-temporarily-down/|OpenVAS 8 503 – Service temporarily down]] | * [[https://hungred.com/how-to/openvas-503-service-temporarily-down/|OpenVAS 8 503 – Service temporarily down]] | ||
Line 13: | Line 29: | ||
<code> | <code> | ||
root@openvas:~# history | root@openvas:~# history | ||
- | 1 lsb_release -a | ||
- | 2 cat /etc/issue | ||
- | 3 less /etc/network/interfaces | ||
4 vim /etc/network/interfaces | 4 vim /etc/network/interfaces | ||
5 service ssh start | 5 service ssh start | ||
- | 6 ps ax | grep ssh | + | |
- | 7 vi /etc/network/interfaces | + | |
8 cat /etc/resolv.conf | 8 cat /etc/resolv.conf | ||
9 vi /etc/hosts | 9 vi /etc/hosts | ||
- | 10 init 6 | ||
- | 11 init 0 | ||
- | 12 vim /etc/hosts | ||
- | 13 vi /etc/hosts | ||
14 vi /etc/hostname | 14 vi /etc/hostname | ||
- | 15 vi /etc/network/interfaces | + | |
- | 16 init 0 | + | |
- | 17 service ssh start | + | |
18 tail -f /var/log/messages | 18 tail -f /var/log/messages | ||
19 date | 19 date | ||
Line 40: | Line 46: | ||
26 tail -f /var/log/messages | 26 tail -f /var/log/messages | ||
27 tail -f /var/log/syslog | 27 tail -f /var/log/syslog | ||
- | 28 grep -r 503 /var/log/* | + | |
- | 29 find / -name 'openvas' | + | |
30 find / -name '*openvas*' | 30 find / -name '*openvas*' | ||
31 cat /usr/local/var/log/openvas/openvas | 31 cat /usr/local/var/log/openvas/openvas | ||
Line 66: | Line 71: | ||
52 openvasmd --progress --rebuild -v | 52 openvasmd --progress --rebuild -v | ||
53 init 6 | 53 init 6 | ||
- | 54 systemctl star ssh | + | |
- | 55 systemctl start ssh | + | |
56 systemctl enable ssh | 56 systemctl enable ssh | ||
- | 57 systemctl status ssh | + | |
- | 58 ps ax | grep open | + | |
... | ... | ||
69 ps ax | grep open | 69 ps ax | grep open | ||
Line 82: | Line 85: | ||
77 systemctl status openvas-manager | 77 systemctl status openvas-manager | ||
78 systemctl status openvas-redis | 78 systemctl status openvas-redis | ||
- | 79 systemctl status openvas-redis | + | ... |
- | 80 systemctl status openvas-redis | + | |
- | 81 sysctl vm.overcommit_memory = 1 | + | |
82 sysctl vm.overcommit_memory=1 | 82 sysctl vm.overcommit_memory=1 | ||
83 init 6 | 83 init 6 | ||
84 ps ax | grep open | 84 ps ax | grep open | ||
- | 85 ps ax | grep open | + | ... |
- | 86 ps ax | grep open | + | |
- | 87 ps ax | grep open | + | |
- | 88 ps ax | grep open | + | |
89 openvasmd --create-user=admin --role=Admin | 89 openvasmd --create-user=admin --role=Admin | ||
90 openvasmd --user=admin --new-password=admin | 90 openvasmd --user=admin --new-password=admin | ||
91 history | 91 history | ||
</code> | </code> |