LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Security
User Name
Password
Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.

Notices


Reply
  Search this Thread
Old 07-26-2009, 09:35 AM   #1
abefroman
Senior Member
 
Registered: Feb 2004
Location: lost+found
Distribution: CentOS
Posts: 1,430

Rep: Reputation: 55
What is the best remote security scanner? nessus?


What is the best remote security scanner? nessus?

TIA
 
Old 07-26-2009, 09:38 AM   #2
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
If you're familiar with linux, sniffers, port scanners and such, then have a look at the new BackTrack DVD. It contains all the tools necessary to perfom penetration testing, security audits, and so on.

Kind regards,

Eric
 
Old 07-26-2009, 10:05 AM   #3
mikepeters76
Member
 
Registered: Apr 2009
Location: Sydney, Australia
Distribution: Ubuntus, Fedora, openSUSE, and Vector Lite 6.0
Posts: 46

Rep: Reputation: 16
Have a look at http://www.metasploit.com/. I've been pen testing for a while, and have used nessus which is good, but sploit is better.
 
Old 07-27-2009, 06:43 AM   #4
nowonmai
Member
 
Registered: Jun 2003
Posts: 481

Rep: Reputation: 48
Quote:
Originally Posted by mikepeters76 View Post
Have a look at http://www.metasploit.com/. I've been pen testing for a while, and have used nessus which is good, but sploit is better.
Surely Nessus is a vulnerability scanner whereas Metasploit is an exploit framework.
It will carry out exploits but you need to know where to target them first, this is where Nessus comes in.
From that standpoint, I would see them as complementary rather than alterrnatives to the same end.

To the OP, yes Nessus would be seen as one of the best remote vulnerability scanners. I also hear good things about Core Impact, but have no direct experience of it.

Last edited by nowonmai; 07-27-2009 at 06:47 AM.
 
Old 07-27-2009, 01:12 PM   #5
hackersgarage
LQ Newbie
 
Registered: Jul 2009
Posts: 5

Rep: Reputation: 1
Now a days, it is very important to do penetration testing of Web Application, as in my knowledge 70+ attacks have been noticed on web applications. Which means need application level firewall which can inspect every packet that dest. for http.

All though, there are many open-source distribution that provide some great tools for penetration testing of web application.

These tools are under GPL and some are Free Edition.

Distribution for Penetration testing are,
Licensed : GPL (Opensource)
BackTrack
Samurai
There are many others, these are enough for you to take start with.

You can find more tools regarding Penetration testing,Sql injection, XSS Attacks and Security updates on ;

Penetration Testing

Application Security Scanning tools

Make sure, these tools should be use in positive way for Your Web application security neither for negative use. Use it at your own risk.

If you need to know more about penetration testing, i will help you out.

Regards.

Last edited by hackersgarage; 07-29-2009 at 11:13 AM.
 
Old 07-29-2009, 09:15 AM   #6
nowonmai
Member
 
Registered: Jun 2003
Posts: 481

Rep: Reputation: 48
Quote:
Originally Posted by hackersgarage View Post
Now a days, it is very important to do penetration testing of Web Application, as in my knowledge 70+ attacks have been noticed on web applications. Which means need layer 7 firewall.
I'm not sure what you're saying here... that there have been at least 70 attacks on web apps? Ever? There have been hundreds... and thousands, so whereas you're not wrong, you're hardly accurate.

Also, L7 firewalling is not really going to help protect your webapp, since all traffic ingressing to a webserver is HTTP. You might be thinking of a webapp firewall, which will scan http requests for potential script injection attacks. ModSecurity for Apache is one example.

Another good defense is a SQL proxy, like GreenSQL.

Last edited by nowonmai; 07-29-2009 at 09:19 AM.
 
Old 07-29-2009, 10:45 AM   #7
hackersgarage
LQ Newbie
 
Registered: Jul 2009
Posts: 5

Rep: Reputation: 1
Quote:
Originally Posted by nowonmai View Post
I'm not sure what you're saying here... that there have been at least 70 attacks on web apps? Ever? There have been hundreds... and thousands, so whereas you're not wrong, you're hardly accurate.

Also, L7 firewalling is not really going to help protect your webapp, since all traffic ingressing to a webserver is HTTP. You might be thinking of a webapp firewall, which will scan http requests for potential script injection attacks. ModSecurity for Apache is one example.

Another good defense is a SQL proxy, like GreenSQL.

Well, may be you understood wrong . My point was exactly what you said.

You will strongly need application level firewall. While ModSecurity is the best current available firewall for the DOS attacks protection and other enhancements. You can use additionally other moduels e.g mod_evasive, mod_qos is not bad option.


Thanks for your valuable comments.
 
Old 07-29-2009, 11:59 AM   #8
nowonmai
Member
 
Registered: Jun 2003
Posts: 481

Rep: Reputation: 48
Agreed, however this sort of firewalling does not really come under the heading of application layer, or at least not in the OSI layer 7 sense.

I wonder how they'd fare against a low bandwidth DoS attack, such as Slowloris? not too well I would think.

Anyhow... lets not get too off topic.
 
Old 07-29-2009, 01:19 PM   #9
hackersgarage
LQ Newbie
 
Registered: Jul 2009
Posts: 5

Rep: Reputation: 1
Quote:
Originally Posted by nowonmai View Post
Agreed, however this sort of firewalling does not really come under the heading of application layer, or at least not in the OSI layer 7 sense.

I wonder how they'd fare against a low bandwidth DoS attack, such as Slowloris? not too well I would think.

Anyhow... lets not get too off topic.
Against slowloris attacks... mod_qos may help.
 
Old 08-19-2009, 04:52 PM   #10
shaolin77
Member
 
Registered: Aug 2004
Distribution: Fedora and Ubuntu
Posts: 44

Rep: Reputation: 15
wow!
Thank you everyone for your input...keep it comming...so Nessus would be a good place to start to get security improved on my Linux Laptop?

Is Nessus a common tool for many Linux Users? Sorry for the noob questions...trying to get myself out of the Windows mentality.


Thanks!
 
Old 08-20-2009, 12:27 AM   #11
hackersgarage
LQ Newbie
 
Registered: Jul 2009
Posts: 5

Rep: Reputation: 1
Quote:
Originally Posted by shaolin77 View Post
wow!
Thank you everyone for your input...keep it comming...so Nessus would be a good place to start to get security improved on my Linux Laptop?

Is Nessus a common tool for many Linux Users? Sorry for the noob questions...trying to get myself out of the Windows mentality.


Thanks!
What sort of security you want to improve on your laptop?
 
Old 08-20-2009, 07:37 AM   #12
shaolin77
Member
 
Registered: Aug 2004
Distribution: Fedora and Ubuntu
Posts: 44

Rep: Reputation: 15
Well...overall I want to be able establish good practices while using Linux, to be able detect whenever someone is attempting to compromise my laptop while on the Internet. I'm running Fedora 11 right now, I have both SElinux and the Firewall enabled, I have turned off unnecessary services from starting, I have updated the Kernel and applied all security updates. I would like to get a better understanding of what to look for such as log files and be able to monitor ports which are open or block intrusions. I'm not really doing anything specific..just using my laptop on a wireless network..so I want to be more knowledgeable and prepared.
 
Old 08-20-2009, 07:58 AM   #13
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Hi,

Seems to me you want to work the other way around, that is, not penetration testing but intrusion detection to find out who's trying or might be trying to access your system while on the internet.

Penetration testing is testing for example the security on a server you administer or a client's system to find and after that repair security holes.

Intrusion detection is monitoring what/who is accessing or trying to access a system owned or administered by you.

SNORT is an OpenSource IDS system (Intrusion Detection System) and in combination with iptables and scripts can be 'upgraded' to an IPS (Intrusion Prevention System).

Kind regards,

Eric
 
Old 08-20-2009, 09:09 AM   #14
shaolin77
Member
 
Registered: Aug 2004
Distribution: Fedora and Ubuntu
Posts: 44

Rep: Reputation: 15
Thank you for pointing me in the right direction..I definitely would like to learn more and improve my knowledge with Linux overall.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Nessus Vulnerability Scanner in openSUSE LXer Syndicated Linux News 0 08-24-2008 03:10 AM
Nessus scanner mis reports Kernel version Criller Linux - Security 1 01-22-2008 08:17 PM
Nessus 3.0.2 Sorry, this scanner seems to be using the plugin feed from another host Seigie Linux - Software 0 05-08-2006 02:24 PM
Nessus Security Scanner jbclarkman Mandriva 1 01-15-2005 11:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Security

All times are GMT -5. The time now is 07:48 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration