Image
 
linkedin_logo.png rss_logo.jpg
twitter_logo.png youtube_logo.jpg
Latest Additions
 
EH-Net Login
Welcome Guest.






Lost Password?
No account yet? Register
Who's Online
We have 68 guests and 1 member online
 
Advertisement

You are here: Home arrow Ethical Hacking Discussions and Related Certificationsarrow Network Pen Testingarrow Open and Closed Source tools for pen testing
EH-Net
May 24, 2013, 02:05:23 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Go back to The Ethical Hacker Network Online Magazine Home Page
 
   Home   Help Calendar Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: Open and Closed Source tools for pen testing  (Read 10038 times)
0 Members and 1 Guest are viewing this topic.
chrisj
Hero Member
*****
Offline Offline

Posts: 1163


View Profile WWW
« on: February 09, 2010, 12:40:12 PM »

While reading Hacking for Dummies (both 2nd and 3rd editions), I've noticed that Kevin Beaver (the author) tends to have a commercial tool bias. Going so far as to implying on page 56 that most of the good tools require buying.

I'm wondering what peoples experiences are here. Do they agree that the best tools are the commercial ones?

The closest I found on this topic was a thread from 2006, called Linux Vs Windows.
Logged

OSWP, Sec+
hayabusa
Hero Member
*****
Offline Offline

Posts: 1633



View Profile
« Reply #1 on: February 09, 2010, 12:46:51 PM »

I go both ways on this, chrisj.

I like scripts and open source tools, as I tend to have a bit more say in exactly what they do, and I LIKE to be able to do some custom scripting, etc.  However...

The closed source (for pay) tools often have advantages in that they keep a closer track on the latest vulerabilities, etc, whereas the free tools often have a short (or long) delay in release of the latest ones.  Additionally, the right paid tools will save you a lot of time on some tests, where they have so many tools integrated into one utility and can run them all simultaneously, or in order of need, saving the pentester time and energy that he can then focus on other things.  (Such as finding what data, etc, is available to him / her after a successful exploit has been run.)  They also tend to have built in, pre-canned reporting of all of their findings, helping to 'clean up' and polish the end reports to customers.

So there are obvious advantages and disadvantages of both types, and I personally use either / both for any given test scenario, just depending on time available, needs / wants, and depth of reporting / testing required versus time alotted.

HTH, and makes sense.  (clear as mud?)   Smiley
Logged

~ hayabusa ~ 

"All men can see these tactics whereby I conquer, but what none can see is the strategy out of which victory is evolved." - Sun Tzu, 'The Art of War'


OSCE, OSCP , GPEN, C|EH
chrisj
Hero Member
*****
Offline Offline

Posts: 1163


View Profile WWW
« Reply #2 on: February 09, 2010, 01:07:15 PM »

hayabusa,

Actually that does help some. Hope to get a larger sampling still, of other people's views.

While I'm an open source advocate in general, I also believe in using the best tool for the job.

My testing has been limited (still learning) and usually I'm just looking for boxes on the network I maintain that are not supposed to be there, services that shouldn't be on, and the like. The tools I use most are nmap, look@lan, and Backtrack, but BT is mostly for learning purposes.
Logged

OSWP, Sec+
UNIX
Hero Member
*****
Offline Offline

Posts: 1235


View Profile
« Reply #3 on: February 10, 2010, 04:27:22 AM »

I agree with hayabusa - both types have advantages and disadvantages. Personally it doesn't matter for me if it is a freeware or commercial program, as long as it does what I want in a good way. If the money budget doesn't matter, and there is a commercial tool which can do something better than a freeware tool, why not use it? Time is money.
Logged
dtoliaferro
Newbie
*
Offline Offline

Posts: 7


View Profile
« Reply #4 on: February 17, 2010, 08:34:51 PM »

I'm no professional, but in my own network lab adventures I tend to use open source tools.
Logged
unsupported
Sr. Member
****
Offline Offline

Posts: 318


Unofficial Newbie Moderator


View Profile
« Reply #5 on: February 18, 2010, 05:50:07 AM »

In my experience it depends on the type of tool and service.  If you are looking for a vulnerability scanner, you can get the most up to date vulnerability signatures from a commercial vendor.  Or wait a month and get the open source version.  Same thing with IDS, antivirus, etc.

A lot of time I choose open source just because of my budget (free). Smiley
Logged

-Un
CISSP, GCIH, GCIA, C|EH, Sec+, Net+, MCP
hayabusa
Hero Member
*****
Offline Offline

Posts: 1633



View Profile
« Reply #6 on: February 18, 2010, 07:51:21 AM »

A lot of time I choose open source just because of my budget (free). Smiley

amen...

I think for a lot of us, that's the case, unless we really have a big contracted job coming up, etc.  But I generally use free tools where I can, again, if time and opportunity allow.
Logged

~ hayabusa ~ 

"All men can see these tactics whereby I conquer, but what none can see is the strategy out of which victory is evolved." - Sun Tzu, 'The Art of War'


OSCE, OSCP , GPEN, C|EH
chrisj
Hero Member
*****
Offline Offline

Posts: 1163


View Profile WWW
« Reply #7 on: February 19, 2010, 12:48:16 PM »

A lot of time I choose open source just because of my budget (free). Smiley

Yeah... One of my reasons for reading the books, is to gain new skills. I'm doing it on my own time, but I don't have the money to go out and buy all the tools he's talking about being the really great ones in the book.
Logged

OSWP, Sec+
dtoliaferro
Newbie
*
Offline Offline

Posts: 7


View Profile
« Reply #8 on: February 22, 2010, 07:51:59 PM »

I have a question for the closed source/Windows guys.

I've read that it's not good to use XP as a hacking platform because Microsoft took out some of the networking features in Service Pack 2. Additionally I read on a forum some where that it's best to use a server, like Server 2003, for hacking from Windows.

Which version of Windows do you guys find works best in your ethical hacking practice?
Logged
unsupported
Sr. Member
****
Offline Offline

Posts: 318


Unofficial Newbie Moderator


View Profile
« Reply #9 on: February 22, 2010, 08:54:11 PM »

I have a question for the closed source/Windows guys.

(soapbox)Just to make a distinction, open source runs on Windows too.  I prefer to use a majority of open source tools under Windows in my personal use.  Even though I have plenty of extended licenses through school and work.  (Firefox for browsing, ClamWin for Anti-virus, OpenOffice for productivity, 7zip for compression, Notepad++ for basix text editing, PuTTy for connectivity)(/soapbox)

Quote
I've read that it's not good to use XP as a hacking platform because Microsoft took out some of the networking features in Service Pack 2. Additionally I read on a forum some where that it's best to use a server, like Server 2003, for hacking from Windows.

I've never heard of that relating to XP SP2 or Server.  I could not even think of something that Microsoft could have removed.  As long as you have admin rights on either version, they are usable platforms.

Quote
Which version of Windows do you guys find works best in your ethical hacking practice?

I've used a variety of platforms in my lab, server, XP, 98 (yes, really!).  Hacking to and fro.  I've also used Linux.  Just depends on what my needs are.  I'm sure someone has a completely different experience.
Logged

-Un
CISSP, GCIH, GCIA, C|EH, Sec+, Net+, MCP
dtoliaferro
Newbie
*
Offline Offline

Posts: 7


View Profile
« Reply #10 on: February 22, 2010, 09:24:25 PM »

^ Sorry, by closed source/Windows I meant the OS only. I should have worded that better.

Thanks for replying, your insight was helpful.
Logged
Ketchup
Hero Member
*****
Offline Offline

Posts: 1021



View Profile
« Reply #11 on: February 22, 2010, 09:25:49 PM »

Quote
I've read that it's not good to use XP as a hacking platform because Microsoft took out some of the networking features in Service Pack 2. Additionally I read on a forum some where that it's best to use a server, like Server 2003, for hacking from Windows.

I think that he may be referring to some of the TCP/IP connection throttling that MS likes to do and Fyodor keeps fighting.   I think that most security software vendors have overcome these limitations.   

Whatever shortcomings you may find in XP, I don't think it's worth the licensing costs to go server.  Then you also may run into driver issues on laptops and netbooks.   

Those are just my two cents.
Logged

~~~~~~~~~~~~~~
Ketchup
dtoliaferro
Newbie
*
Offline Offline

Posts: 7


View Profile
« Reply #12 on: February 24, 2010, 08:24:13 PM »

How would Windows XP fair against Windows 7 for penetration testing?
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Page created in 0.09 seconds with 23 queries.
 
Exclusive Deal

sansfire13_245x90_cw90.jpg
SANSFIRE 2013
June 15 - 22

5% Off w/ Code: EHN_5

SANS Deals 4 EH-Netters
5% OFF Any SANS Course in Any Format!
Coupon Code: EHN_5 Including SANS Rocky Mountain 2013 & SANS Boston 2013
Polls
Compared to this year, 2013 will be:
 
Recent Forum Topics
EH-Net News Feeds
Latest Additions
 
         
Advertisement

© 2013 The Ethical Hacker Network
Joomla! is Free Software released under the GNU/GPL License.