potatoqualitee / tentools

💙 tenable.sc / nessus / acas powershell module
BSD 3-Clause "New" or "Revised" License
38 stars 7 forks source link

Create command to download plugins #88

Closed potatoqualitee closed 3 years ago

potatoqualitee commented 3 years ago

https://community.tenable.com/s/article/Download-Plugins-all-2-0-tar-gz-using-WGET-command

luzkenin commented 3 years ago

iwr -Uri "https://plugins.nessus.org/v2/nessus.php?f=all-2.0.tar.gz&u=$username&p=$password" -OutFile "all-2.0.tar.gz"

worked for me

luzkenin commented 3 years ago

after getting an encoded username and password from the challenge code

potatoqualitee commented 3 years ago

added 😊