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 98 guests and 1 member online
EH-Net News Feeds
Latest Additions
 
Advertisement

You are here: Home arrow Forum
EH-Net
May 16, 2012, 04:44:50 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Advertise on EH-Net!! - Reasonable Rates, Highly Targeted Audience.
 
  Home Help Calendar Login Register  
  Show Posts
Pages: 1 2 [3] 4 5 ... 8
31  Ethical Hacking Discussions and Related Certifications / Programming / Re: Hey guyz am new here so i wana bcome a good hacker and wht are the basic i need 2 learn in progr on: March 02, 2009, 04:05:51 AM
Hey guyz that 4 the rply, plz can sum1 give the compiler link 4 java c++ and cobol thanx and bookz

Here you go
32  Ethical Hacking Discussions and Related Certifications / Malware / Re: Skype Valentine spam lure on: March 02, 2009, 03:53:04 AM
hands without brains of no use,
they have money we have brains , we melt for money thats what make them on a step high, or they would just mend wht they have and keep on mending and look at each others face's Tongue

hmmm - I read this twice.  is it some sort of zen poem?
I tried to summarise and got this:

-------------
Hands without brains
No use is money, need brains
we have all the brains

we melt for money.
that's what makes them a step high
just mend what they have

Keep on mending.
Look at each others Faces!
-------------


nope, sorry I still don't get it.  Huh
33  Resources / News from the Outside World / Re: National Cyber Range - Mil Red Team/Blue Team project on: March 02, 2009, 03:45:25 AM
why not contact your local defcon group (there's pretty much one in every major city) and organise a CTF night every month or something?  most guys I know would jump at the opportunity if you mention "LAN gaming night", surely a bunch of security-type guys would jump at a CTF night.

going to suggest it in anycase at the next meeting I go to.
34  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: Titles & Names on: February 27, 2009, 08:36:17 AM
we've all probably had similar issues.

for me, it's made some really awkward social situations - sometimes you just can't win.

if you make a judgement on how much you think the other person knows about technology and dumbify your job description down, it gets awkward. however recently I've been trying to leverage the sexual inuendo that comes with "penetration tester" in order to spice up the conversation a bit.  the awkwardness always comes later when they ask the inevitable "so how hard is it to hack a computer?" and you can't deliver an acceptable answer without getting into sleep inducing technical detail...  :-(

I usually therefore stick with:
"so what do you do?"
"computer stuff... hey, nice weather we're having!"


guess it would be similar us having a conversation with a specialist in an unrelated field:
"I'm a brain surgeon specialising in neuro-psychosis induced loboto-discombobulation therapy"
35  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: any tutorials that arent out dated? on: February 26, 2009, 06:09:20 AM
some questions that will help us point you in the right direction:

> do you understand computer networking?
> do you know how to program (in what languages)
> are you comfortable with unix/linux operating systems
> do you understand databases and SQL?
> can you read assembly language

"hacking" has many different aspects - do you want to reverse engineer applications, write tools, penetration test for a job? 
36  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: First Pen Test on: February 26, 2009, 04:35:10 AM
I found that useful Don,  I'm not a penetration tester yet but my day job is as an analyst/programmer and there is a component of documentation that needs to happen in additional to doing the fun technical stuff.  Currently I spend much more time designing and coding than I do documenting, but I'd imagine that perhaps for pen-testers the documentation and "other" components would be a higher proportion.  I'm concerned about this because I would (as I guess most people would) prefer to spend time doing the fun technical stuff.   The only place that I can think of where the percentage of research and actually "doing stuff" would be greater than the peripheral stuff would be in a government cyber-security squad or as part of a mercenary cracking group.   Perhaps blackwater-esque cyber security companies might start springing up around the place if they haven't already.

Anyway, just thoughts.
37  Columns / Editor-In-Chief / Re: [Article]-DIY Career in Ethical Hacking: The R-Rated Version on: February 26, 2009, 04:03:28 AM
nice - I found the first one very inspirational - I'm looking forward to hearing this one
38  Ethical Hacking Discussions and Related Certifications / Programming / Re: Hey guyz am new here so i wana bcome a good hacker and wht are the basic i need 2 learn in progr on: February 25, 2009, 08:34:58 AM
not to mention the fact that it teaches sloppy programming habits (although I've not used vb.net)
39  Ethical Hacking Discussions and Related Certifications / Malware / Re: Skype Valentine spam lure on: February 25, 2009, 08:33:13 AM
last I heard, rumour had it that NSA agents can break RSA, walk on water and intercept forum posts before people hit the "post" bu
40  Ethical Hacking Discussions and Related Certifications / Programming / Re: Hey guyz am new here so i wana bcome a good hacker and wht are the basic i need 2 learn in progr on: February 25, 2009, 06:35:36 AM
if your subject line is accurate and you want to "learn to be a good hacker" stay away from VB as your first language.

learn python or perl and definately learn to at least read C/C++
41  Ethical Hacking Discussions and Related Certifications / Other / Producing technical documentation for personal use on: February 24, 2009, 10:01:53 AM
Hi all,

I just wanted to stimulate some discussion on Documentation in general.
Specifically documentation that is not going to be presented to a client at the end of a paid session, just personal and highly technical notes.

So far in my time learning about security matters, I have mostly dealt with reversing binaries. I have found that although the skills required for this are similar to the bug-hunting or impact evaluation components of my day-job, my usual method of scribbling on a piece of paper as I go along is not sufficient as I would also like to include various other bits of media and disparate bits of information: screenshots, memory addresses, text notes, occasionally flow diagrams or pseudo-code and very occasionally videos of something in progress.

What I have been trying to do is place comments on the code in my debugger of choice, however, I often use more than one tool - such as interchanging between IDAPro and OllyDbg, meaning that my comments are spread between two bits of software.   Extracting these comments with their associated memory addresses into a text file is one option, but I also want to maintain the original notes file produced by the debugger for future reversing sessions.

Being a fan of Mind-Maps in general I've found Free Mind to be very useful for producing broad overviews, but I have yet to find a method I'm completely happy with.  Perhaps each method varies depending on what you're documenting - e.g. just analysing one binary as opposed to documenting a pen test.

I'd also imagine that for penetration testing or any sort of security assessment documentation would be very important. So I'm wondering if there are any preferred methods of producing documentation - either after the fact or as you go.  I've noticed in other threads that people have kept a wiki of their notes on certain subjects - I have thought about this, but is it overkill if it will only be for your own use?

Perhaps it's just a matter of at the end of a reversing session to collate everything into an informal document and embedding everything necessary with references to other files in the same directory.

Thoughts?
42  Resources / Tools / Re: IDA Pro 5.4 Released on: February 24, 2009, 07:18:43 AM
I've also been wishing for a full license for one of these also.

do you think hex-rays would give a discount if we bought a largeish number in bulk?
43  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: Better Hacking tools = Good or Bad? on: February 20, 2009, 08:42:28 AM
Chris gates had blog post about this last year in october:

http://carnal0wnage.blogspot.com/2008/10/thoughts-on-why-we-need-exploit-code.html

I responded there.  he raises an interesting point about proving to managment or non-techies that a certain thing is vulnerable - it's ok for someone to say "I think we have a security issue we need to spend x to fix it" but it's much more effective to say "we have a security problem - here, let me demonstrate how I can break into the network and compromise your computers. "

here's my response:

Quote from: NickFnord
Unfortunately this is a human problem. Comparing it to physical security; if I buy a very expensive lock for my house I'll believe it is secure and would probably have been told as much by the locksmith I bought it from. If someone then tells me that it can be easily bypassed or opened, I will require proof of the fact before I believe it. I'll require it even more because someone I respect has already told me it is secure.

An object lesson is hard to beat, and a demonstration of slipping the lock or using a bump key on it will provide the proof required as plain as day. In a way, we can compare intrusion tools and exploits to lock picks and lock bypass equipment. Do we make them illegal? No, even if there were laws restricting these tools to licensed owners (locksmiths/security professionals) it is trivial for anyone to build their own. It is infinitely more important to secure things more efficiently than it is to restrict the use of the tools to defeat the security.

Having said that however, security (whether physical or electronic) is almost always going to be a compromise between cost and probability of intrusion. Do I buy that very expensive lock for my house and accept the fact that the intruder can just break a window? Do I put bars on my windows and accept the fact that the door can effectively be kicked in? Do I revamp the door with a metal frame, only to find that the lock can be bypassed in some obscure manner anyway? ... do I hire that professional pen-tester to secure our network as best he can or do I trust our sysadmin to do his best? Do I secure my house like I do a bank vault? Do I secure my computer network like a government facility? In any case, how do I protect against an ignorant employee clicking on a flashy popup from his work computer?

Sure, not providing ready made tools and exploits may make it more difficult for the mal-intentioned to break into things, but only in a fictional utopian society would "difficult" mean the same thing as "secure".
44  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: Got Root Dance? on: February 20, 2009, 08:15:44 AM
You know, it's weird - I react almost the opposite of the stereotype.  When I solve an IT related problem I completely relax, with a complete sense of peace and rightness rather than jumping about energetically.  Anyone else get this?

I think that it may have come from when playing multiplayer and console games when younger - everyone else physically moves when they're trying to drive the car around corners or get all tense during FPS games, whereas I've tried to train myself to focus on doing only the necessary movements, and staying calm to reduce adrenaline flow (usually resulting in me beating the person next to me jumping around as if in an epileptic fit). When the win comes or the problem is solved, the serotonin still makes me quite happy but with out the energy provided by adrenaline.

I'd love to do an actually scientific experiment on this one day.... any neuroscientists in the house?
45  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: so yeah (srry for the Forensics repeat) on: February 20, 2009, 08:04:35 AM
I guess due to my (potentially) overinflated self opinion of my inteligence I've always avoided "x for dummies" books so it may well be very good, but from the ones I've flipped through previously they tend to either be very light on in details and/or hand-holdy (is that a word?).  if you're going to shell out cold hard cash for a book you would be better off to buy one that will take you a while to understand and/or serve as a reference text.

you'll find that if you're going through a book on computer security and you don't understand a particular concept or term you'll get overwhelmed with information the instant you type it into google.   just my opinion anyway  :-)

Pages: 1 2 [3] 4 5 ... 8
Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Page created in 0.319 seconds with 21 queries.
 

gk_static-ad_feb2012.jpg
Global Knowledge: Build Security Skills to Protect & Defend

els_130x200fixed2.gif
eLearnSecurity Student Course Now Live!
5% Off with Code
ELS-EH-5

SANS Deals 4 EH-Netters
$150 OFF Any SANS Course in Any Format!
Coupon Code: EHN_Connect Including SANS Security West 2012 & SANSFIRE 2012
Recent Forum Topics

cbtnuggets_logo_125.jpg
Try CBT Nuggets Free!

Vote For EH-Net

Add to Technorati Favorites
technorati fave

 
         
Advertisement

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