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 40 guests online
 
Free Business and Tech Magazines and eBooks

You are here: Home
EH-Net
May 23, 2013, 04:33:54 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  
  Show Posts
Pages: 1 ... 5 6 [7] 8 9 ... 30
91  Columns / Hadnagy / Re: [Article]-Top 5 Tips To Make Social Engineering Your Career on: February 02, 2012, 01:01:27 AM
Question for Chris: I've been the SE Framework posted on the social-engineer.org website, very comprehensive.  How closely does the live class relate to it?
92  Ethical Hacking Discussions and Related Certifications / Programming / Re: Open source security projects to participate in? on: February 01, 2012, 04:10:39 PM
Sometimes games make learning fun Cheesy

Totally agree!  Games help me a lot.  It gets out of the theoretical stuff or examples just for the sake of examples into showing application.  I learn the techniques/theories a lot easier when I can actually see practical application.  Show me theory, ehh I'll understand its application eventually.  Show me one application, my mind will run rampant with different ideas of how the technique can be applied elsewhere Smiley

I forgot to mention you can also get BackTrack and just search it for python programs.

Funny you mentioned that, I just thought of that this morning, but gotta wait til I get home tonight to see what I can find Tongue

And thanks for mentioning Scapy. I had taken a look at that before, but was a little discourage because I didn't understand Python at the time.  So I set it aside until I learned Python, but it slipped my mind!

I'm looking to learn some other languages in the future, so these other suggestions for Powershell, Ruby, etc will come in handy soon enough Smiley
93  Ethical Hacking Discussions and Related Certifications / Security / Re: SANS security courses too expensive? on: February 01, 2012, 12:08:26 AM
From reading about the program, not everybody gets selected.  How many people they select for each room depends on how many classes they are teaching and how many people are attending the event.  And as tturner mentioned, STI students get priority.  2nd page of this document (http://www.sans.org/security-training/volguidelines.pdf) shows the priority listing: STI students, people who have facilitated previously, then first timers.

I've applied twice.  I didn't get chosen for the first event (one of the big SANS events that was half way across the country), and I'm still waiting to hear back on my 2nd application (community SANS event right here in town).  We'll see what happens!
94  Columns / Hadnagy / Re: [Article]-Top 5 Tips To Make Social Engineering Your Career on: January 31, 2012, 05:08:06 PM
I thought of a quick question for Chris.  I wanted to verify some info from his site first, but it looks like they're (.org/.com) are down at the moment Tongue  I'll check again later.
95  Ethical Hacking Discussions and Related Certifications / Programming / Re: Joe McCray Python for Security Professionals on: January 31, 2012, 04:30:00 PM
I would love to take this class (I'm finally starting to get the hang of Python and I'm falling in love with coding Cheesy), but won't be able to make it over to Maryland.  I pinged Joe on Twitter earlier today, and he said depending on interest, he may make the class available online.  Let him know via email, Twitter, etc if you'd be interested in an online version!
96  Resources / Tutorials / Re: Securitytube Metasploit videos on: January 31, 2012, 10:27:34 AM
Heads up: DVD is being released this week

@SecurityTube (https://twitter.com/SecurityTube/status/164373737393754112)
Quote
SecurityTube Metasploit Framework Expert (SMFE) course video DVD will be released this week ( 2.5 GB) Any takers? also we need mirrors! Smiley
97  Ethical Hacking Discussions and Related Certifications / General Certification / Re: Is it true? on: January 30, 2012, 11:44:18 PM
I've never heard a number put on how many tools there are.  I'm curious as to where they got that number, or how they came up with it.  Not sure how'd they come up with a number like that either.  Or if they account for custom tools people make and throw up on their sites that aren't that widely used.  Or if they differentiate between tools created/used by blackhats or ones created/used by pentesters (LOIC vs Metasploit).  Or tools that aren't even being supported/updated/used anymore.

Hmm...curious.  But I don't doubt that there was a bit of exaggeration used there.
98  Ethical Hacking Discussions and Related Certifications / Programming / Open source security projects to participate in? on: January 30, 2012, 09:01:05 PM
After years of trying, I've finally sat down and am learning to program (outside of HTML and a little bit of Javascript I've retained from high school).  Only this time I feel like I'm actually getting somewhere!  I feel like I'm actually starting to grasp it, which I'm really excited about.  I've taken up Python as I've seen it recommended most places as a great starting place.

I've wanted to help out a security project in some way, but lack of programming skills has kept me from doing much.  Now that I'm getting somewhere with my programming, I'm looking to help again.  I've read that most people start out helping with documentation and I'm totally cool with that.

If anybody has any open source security projects/tools that they know is looking for help (Python-based), please let me know Smiley

I read a blog post somewhere with a short list of projects that were looking for help, but I can't seem to remember where I read that and didn't bookmark it Undecided
99  Ethical Hacking Discussions and Related Certifications / Programming / Re: Joe McCray Python for Security Professionals on: January 25, 2012, 11:19:53 PM
Are you having problems browsing to the site?

I do.

I was having problems last night after seeing this thread, but figured they were doing updates or something.  But just checked again and still the same thing: after a few clicks around the site, I start getting 404 errors for everything.
100  Ethical Hacking Discussions and Related Certifications / Programming / Re: Bit a trouble with a script to parse out specific lines in text file on: January 25, 2012, 05:05:53 PM
I'm not into working with files yet in my programming learning yet, but can you identify line numbers of the lines you find "AUTHORITY-CHECK<CRLF>" on?  For example, as your script is searching through the text file, it finds "AUTHORITY-CHECK<CRLF>" on line 5.  If so, maybe you can check that line number + 1 to see if the next line (5 + 1) begins with "OBJECT..." (if "line number matching "AUTHORITY-CHECK" + 1 startswith "OBJECT").  And if it does, then strip off the carriage return on the "AUTHORITY-CHECK" line and print both of the lines together as one. (print(line 5, 5+1)).

I hope that makes sense Undecided I'm studying my Python material right now and the stuff I'm learning has me thinking about this thread again haha
101  Columns / Hadnagy / Re: [Article]-Top 5 Tips To Make Social Engineering Your Career on: January 25, 2012, 04:53:16 PM
Great first article!  I really enjoy listening to the Social-Engineer podcast and look forward to future articles from Chris.

As for free courses on psychology, there's a few over at Academic Earth from Yale, Berkeley, and UCLA:

http://www.academicearth.org/subjects/psychology
102  Ethical Hacking Discussions and Related Certifications / Programming / Re: Bit a trouble with a script to parse out specific lines in text file on: January 25, 2012, 01:30:11 PM
Ooh, I see.  That makes more sense to me now...and beyond my programming knowledge lol.  Hopefully somebody else here can chime in with more experience...
103  Ethical Hacking Discussions and Related Certifications / Programming / Re: Bit a trouble with a script to parse out specific lines in text file on: January 25, 2012, 12:43:04 PM
I'm just learning to program so pardon my ignorance if I'm way off here haha, but is there an equivalent to Python's rstrip() in Powershell?  With rstrip() in Python, you can strip off all whitespaces of a string or specify certain characters to remove - which would be carriage returns ("\r" in Python) in this case.

Page for rstrip() in Python:
http://www.tutorialspoint.com/python/string_rstrip.htm
104  Resources / News from the Outside World / Re: Anonymous and Facebook... on: January 24, 2012, 01:58:02 AM
Tweet regarding Op Blackout from Anonymous:

https://twitter.com/#!/YourAnonNews/status/161718492943499264

Quote
#OpBlackOut - FaceBook, YouTube, Twitter, and Tumblr are not going to be DDoSed. Why would we kill our way to communicate? #Anonymous
105  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: Capture the Flag competitions on: January 23, 2012, 02:36:25 PM
Check out this list for some practice CTFs http://capture.thefl.ag/practice-ctf/

Looks like you probably just missed out on registering for the Mozilla CTF https://wiki.mozilla.org/Security/Events/CTF which would have been a good introduction since it's aimed at less experienced people (at CTFs).

There are quite a few that go on, check the calendar on http://capture.thefl.ag

Thanks for the capture.thefl.ag link, Alan!

I completely posted the same link as knwminus Cheesy  I aren't read so good.  :p

Your link works though Tongue
Pages: 1 ... 5 6 [7] 8 9 ... 30
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.088 seconds with 21 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.