elliot-bia / nessus

nessus crack for docker
GNU General Public License v3.0
777 stars 156 forks source link

update plugins failed && create new scan show error #70

Closed 593769290 closed 3 weeks ago

593769290 commented 3 weeks ago

1、first test

docker exec ramisec_nessus /nessus/update.sh 
---------------------

update_url: https://plugins.nessus.org/v2/nessus.php?f=all-2.0.tar.gz&u=c4889524194306bf45c81e65b21ad8ae&p=fc89a6150c20d13e571a0bfead1xxxxx

---------------------

---------------------

 「 正在下载插件,请耐心等待。。。 」
 「 Downloading plugins, please wait....」

---------------------
--2024-06-22 09:33:28--  https://plugins.nessus.org/v2/nessus.php?f=all-2.0.tar.gz&u=c4889524194306bf45c81e65b21ad8ae&p=fc89a6150c20d13e571a0bfead1742b2
Resolving plugins.nessus.org (plugins.nessus.org)... 104.18.37.251, 172.64.150.5, 2606:4700:4400::ac40:9605, ...
Connecting to plugins.nessus.org (plugins.nessus.org)|104.18.37.251|:443... connected.
HTTP request sent, awaiting response... 401 Unauthorized

Username/Password Authentication Failed.
---------------------

    「 文件下载出错,请检查网络!」
    「download plugins error, please check network! 」

---------------------

2、second test

docker exec ramisec_nessus /nessus/update.sh https://plugins.nessus.org/v2/nessus.php?f=all-2.0.tar.gz&u=a8e0f265282cb32a540c05c7c0c40dab&p=38b8d6e177e42d6c822f18cd147xxxxx
[3] 18584
[4] 18585
[root@k8s-harbor nessus]# --2024-06-22 09:31:52--  https://plugins.nessus.org/v2/nessus.php?f=all-2.0.tar.gz
Resolving plugins.nessus.org (plugins.nessus.org)... ---------------------

update_url: https://plugins.nessus.org/v2/nessus.php?f=all-2.0.tar.gz

---------------------

---------------------

 「 正在下载插件,请耐心等待。。。 」
 「 Downloading plugins, please wait....」

---------------------
172.64.150.5, 104.18.37.251, 2606:4700:4400::ac40:9605, ...
Connecting to plugins.nessus.org (plugins.nessus.org)|172.64.150.5|:443... connected.
HTTP request sent, awaiting response... 401 Unauthorized

Username/Password Authentication Failed.
---------------------

    「 文件下载出错,请检查网络!」
    「download plugins error, please check network! 」

---------------------

3、create new scan show error

Error: Unable to find templates Please contact support if this issue continues.

4、About

Version10.2.0 (#75) LINUX Last Updated2023-05-18 at 7:09 AM

593769290 commented 3 weeks ago

docker exec ramisec_nessus /nessus/update.sh "https://plugins.nessus.org/v2/nessus.php?f=all-2.0.tar.gz&u=a8e0f265282cb32a540c05c7c0c40dab&p=38b8d6e177e42d6c822f18cd147xxxxx"

url 参数加上 "" 似乎有可以了!

593769290 commented 3 weeks ago

docker exec ramisec_nessus /nessus/update.sh "https://plugins.nessus.org/v2/nessus.php?f=all-2.0.tar.gz&u=a8e0f265282cb32a540c05c7c0c40dab&p=38b8d6e177e42d6c822f18cd147xxxxx"

url 参数加上 "" 似乎有可以了!