![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Linux Support Linux - Operating Systems and Applications Support |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Jul 2009
Posts: 2
OS: CentOS 5.3
|
wget and Nessus
I'm trying to script wget to download nessus scanner 4.0.1 as follows:
$ wget http://downloads.nessus.org/nessus3d...3f4dd4a9043ccb The problem is, it keeps pulling down the index.html file. Same link in Firefox downloads without problem. Any suggestions to get to working correctly? Or maybe just reason it won't work at all. |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Registered User
Join Date: Dec 2006
Location: UK
Posts: 229
OS: PCLinux2009/Ubuntu/XP
|
Re: wget and Nessus
If you read the fine manual you will find that wget is a program which can download a web page or an entire web site so it will download the index file.
To download nessus open firefox or any other browser and click the link: http://downloads.nessus.org/nessus3d...3f4dd4a9043ccb Save the file to your /home folder and then install it with rpm -Uvh Nessus*rpm Make sure you do this as root and you have manually solved all dependencies, then read the fine manual on using nessus (well fine? somethimes they can be a bit "wordy") Hal |
|
|
|
|
|
#3 (permalink) | |
|
Registered User
Join Date: Jul 2009
Posts: 2
OS: CentOS 5.3
|
Re: wget and Nessus
Hal - Thanks for the reply.
WGET should be able to download any file specified. In this case I want to retrieve an RPM, but its not working correctly. My guess is it is b/c the syntax of the URL. I wanted to use wget in a script that will be run on 15 Nessus scanners. My hope was to avoid interactively downloading and installing the RPM on each. As a work around, I have set up a local FTP server and will run the following in the script: wget ftp://ftp:password@10.1.1.1/Nessus-4.0.1-es5.i386.rpm rpm -i Nessus-4.0.1-es5.i386.rpm Does anyone know how to change the local download directory for wget? Currrently downloads go to /~ thanks Quote:
|
|
|
|
|
![]() |
| Thread Tools | |
|
|