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 online
 
Advertisement

You are here: Home
EH-Net
May 19, 2013, 11:29:03 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 ... 3 4 [5] 6 7 ... 126
61  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: So you scanned a host, and found open ports!! on: June 03, 2012, 07:45:36 PM
question to number 1. Maybe yes, maybe no. It just means that when you sent a syn to the port, it responded.

number 2, even after you disconnect from FTP, if you did another scan, the port will still be open, it is only your session that closed.

An open port means means that the service is listening. Which is really just a fancy way of saying the service is running / turned on. If it is closed then the service is turned of.

Not trying to sound condescending, but think of services like porch lights on Halloween. Where I live that means that the person that lives there is giving out candy. If you knock on the door, which the person is listening at, he opens you authenticate by saying trick or treat, and he gives you a bit of candy.

If the light is off, all the knocking in the world won't open the door if the person is not.

That is a beautiful analogy :-) Thanks!
62  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: So you scanned a host, and found open ports!! on: May 26, 2012, 07:55:33 AM
1. Just because the port says 'open' doesn't mean a firewall isn't present. A firewall is likely configured with a rule to allow traffic on that port. So, if by definition a firewall controls the flow of network traffic, it may very well be there and doing it's job but it's not "protecting" that port if it's allowing traffic to pass. Assuming you mean protecting as in blocking, in which case the port would be closed and traffic would not be allowed through.

Hopefully I understood what you were asking there.

2. Your FTP port will appear open until you stop the service. If you stop the service, and FTP is no longer running, then the service won't be listening and the port will be closed. You also won't be able to connect using your FTP client or upload files. You would need to start the service again, thus opening the port back up. Ports don't open and close dynamically with a session like you've described - unless maybe you're doing some weird port knocking stuff.
63  Resources / Tutorials / Re: Metasploit help on: May 23, 2012, 07:09:26 AM
search iis for IIS exploits in metasploit
64  Resources / Tools / Re: Core Impact 10 FOR FREE on: May 22, 2012, 10:16:20 AM
Aside from what this site is about, why would someone want to pay you for software that is two major revisions behind? That's like saying, "hey, I wrote this new exploit for ms03_026 and I'll sell it to you for $5"

Not to mention, there have been other cracks around for other older versions of core impact as well. And I'm pretty sure Core probably watches this site, so they're likely to check into your activities too.
65  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: CPTE Vs CEH on: May 04, 2012, 08:03:21 AM
I'm pretty sure we can all read the Mile2 website, no need to copy it here in a post.
66  Ethical Hacking Discussions and Related Certifications / Forensics / Re: Al Qaeda documents found in porn video on: May 01, 2012, 04:21:31 PM
Or maybe it wasn't found in some porn, maybe it was found elsewhere and these guys were just using the "found it in this porn video" excuse as their own cover up Tongue
67  Resources / Career Central / Re: Pen Test Interview Soon on: April 25, 2012, 03:01:43 PM
Were you told to bring your own system to attack from or will that be provided for you?

Certainly, in addition to the technical skills, they will want to see how well you can report on it. I would recommend reading this blog post:
http://pen-testing.sans.org/blog/2012/02/09/maximizing-value-in-pen-testing

I would want to see that you can summarize the findings in a non-technical summary and that you can present the risk appropriately. I would want to see what your thought process is on how you rate risks - in other words, for this purpose, I wouldn't care what you rated findings so long as you provided thoughtful support. I would also be looking at how you tell me to fix the problem.
68  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: problem on installing metasploit on: April 20, 2012, 10:04:43 AM
Well, considering metasploit doesn't officially support iPhone deployments, I think you're going to have to search around to figure it out. Where did you get the package that was installed?

Personally, I had it installed on an older iOS on my iPhone but didn't bother with it later on due to keyboard limitations. You're also likely to have problems with some of the SET features without a mail server.

On a side note, nice F-18 picture, ambient. My brother-in-law is a F-15E pilot.
69  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: php script is not getting session cookie... on: April 13, 2012, 01:59:49 PM
Well, for one, you likely need 'session_start();' at the top of your script to even have a PHP session.

Second, use the $_COOKIE variable to grab the session identifier if that's what you're after.

I commented out your header redirect and cookie portions, rewrote with the above and echoed the session id (and your log.txt still works and writes the session ID in there).

Code:
<?php
session_start
();
//header('Location: http://vulnerableserver.com/index.php?user1');
//$cookie = INI_Get('session.cookie_httponly');
$cookie $_COOKIE['PHPSESSID'];
$date date ("l ds of F Y h:i:s A");
$user_agent $_SERVER['HTTP_USER_AGENT'];
$file fopen('log.txt''a');
fwrite($file"DATE : $date || USER AGENT : $user_agent || COOKIE : $cookie \n");
fclose($file);
echo 
$cookie;
?>

70  Resources / Tools / Re: Backtrack 5 R2 on: April 03, 2012, 11:27:45 PM
What are you looking for?

Try /opt/framework/msf3
71  EH-Net / Greetings / Re: Another new guy on: April 03, 2012, 07:23:10 AM
You should have access to various DoD-related training material. If you're current position qualifies or considers you as IA then there are different things out there. You may want to look into the CERT VTE as well. Lots of good training there that may be free for you (CISSP, SSCP, Sec+, Net+, CEH and a whole host of others).
72  Ethical Hacking Discussions and Related Certifications / Forensics / Re: need a good IPHONE forensic tool on: April 03, 2012, 07:20:05 AM
Not free (and no idea how well it works) but happened to see this in the SkyMall magazine on my flight yesterday:

http://www.skymall.com/shopping/detail.htm?pid=203635521&c=

edit: lol.. just noticed the small text at the bottom that says 'up to iOS 3.21'
73  EH-Net / Greetings / Re: Another new guy on: April 01, 2012, 08:01:34 PM
As I'm sure you expect, having lingered around for a while, we're all anxious to welcome you to the community.

Sounds like you're well on your way and starting down a path. Do you currently work in IT or is this just a hobby/interest of yours that you'd like to eventually make a career?

Feel free to shout with any questions. All sorts of people willing to help out here.

Bill
74  Ethical Hacking Discussions and Related Certifications / Networking / Re: need help about wireshark on: April 01, 2012, 03:10:48 PM
This link contains everything you'd ever need to know about Wireshark:

Wireshark
75  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: need some help with BT5r1/2 on: March 30, 2012, 12:02:59 PM
Welcome to EH-Net.

BackTrack is pretty well organized in that you can look through the menu or sift through the directories to find both 'network' and 'web' attack tools.

We can help you once you have specific questions.

You may want to take a look at these two sites:
BackTrack Forums
BackTrack Wiki

You may also have an interest in this:
Samurai WTF (Web Testing Framework)
Pages: 1 ... 3 4 [5] 6 7 ... 126
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.081 seconds with 22 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.