EH-Net

Ethical Hacking Discussions and Related Certifications => Web Applications => Topic started by: Seen on July 26, 2012, 12:57:38 AM



Title: Scanning Amazon EC2 Servers
Post by: Seen on July 26, 2012, 12:57:38 AM
I'm testing a friend's website running on Amazon's EC2 servers.  He put in a request to allow me to test it next week.  The terms are pretty standard, don't DoS the servers.  I'm planning on running Nessus (regular server scan and web app scan), Nikto and BurpSuite Scanner on the site.  Is there anything I should know, settings I should change in the scans before I start?

Thanks.


Title: Re: Scanning Amazon EC2 Servers
Post by: 3xban on July 26, 2012, 07:34:38 PM
Go through the Nessus plugins and make sure you are running safe scans.  Maybe disable some of the plugins that won't be needed (don't run Oracle plugins if no Oracle service is running).  Will you be running an authenticated scan?


Title: Re: Scanning Amazon EC2 Servers
Post by: Seen on July 27, 2012, 12:49:01 PM
Thanks, I was planning on doing both.  Running a server scan without credentials (External IP Scan), and then a web app scan with credentials.  I will have safe scans enabled.  If I have all the plugins enabled, safe scan will ensure that the non-safe ones aren't run right?  The server is run through a PaaS provider, so my friend isn't sure about all the services running so I want to be thorough.

I've never run a scan on a live, external server before, so I'm just trying to be cautious.  I kind of wish I had an external server to test the scans on first, but oh well.

Thanks


Title: Re: Scanning Amazon EC2 Servers
Post by: 3xban on July 29, 2012, 07:00:43 AM
Although the safe scans are supposed to be "safe" there are some plugins that can cause undesired results.  A good example is when you scan a network with all plugins enabled and you hit a bunch of network printers.  The scan requests caused them to print reams of garbage.  Not that I ever did that.  But I heard about it from a friend :D  Now Nessus has a checkbox in the policy to skip "sensitive" devices. 

To find the web app vulns you may want to utilize something like Nikto or Burp suite.


Title: Re: Scanning Amazon EC2 Servers
Post by: Seen on July 29, 2012, 05:29:48 PM
I have checked skip sensitive devices :)  And I have Nikto integrated into Nessus.  I also set the max TCP connections very low, so I don't think I'll have a problem.

We'll see though...

And I just ordered Burp Pro.