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 53 guests and 3 members online
 
Advertisement

You are here: Home
EH-Net
May 25, 2013, 04:42:54 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 ... 4 5 [6] 7 8 ... 71
76  Ethical Hacking Discussions and Related Certifications / Mobile / Re: Locked iPhone on: March 14, 2013, 05:33:32 PM
I thought this was simple to do offline if you open up the phone and remove the storage device. Invalid attempts aren't going to wipe it since that depends on the running OS software. You should be able to do that almost instantly if she was only using a four-digit PIN. I don't work with this much, so I don't know the specific tools, but I swear I've heard this attack discussed multiple times.
77  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: Common vulnerabilities you expose during engagements on: March 14, 2013, 05:26:07 PM
What AJ said but in addition:

 - Sync'd local admin pws
 - Lots of LM hashing in use
 - Tons of exposed 445 on EVERYTHING which makes PTH and psexec possible



There's a group policy that disallows network authentication for the local users specified. We typically make organization's roll that out after we've run a train on them using those techniques. It ruins everything for us or whoever the next year, but it's simple and effective. Disallowing delegation for privileged accounts is huge too.

Another fun one is if they're setting the local admin's password via group policy preferences and you get a standard domain user account. You can read the groups.xml on the domain controller and there are scripts floating around that'll decrypt the encrypted password in it because Microsoft disclosed the key they used.

Edit: http://carnal0wnage.attackresearch.com/2012/10/group-policy-preferences-and-getting.html
78  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: Common vulnerabilities you expose during engagements on: March 14, 2013, 07:20:34 AM
  • Blank/Weak admin creds for SQL Server and Tomcat
  • Still regularly see MS08-67 and NT4
  • MitM attacks - ARP poisoning, name response spoofing, etc.
  • Default credentials on web apps and devices
  • Tons of random third-party applications that fall through the patching cracks
  • VxWorks Memory disclosure is on about half of the assessments I do

I need to get going for my flight, but those are the ones that come to mind when I think of what I see over and over and over and over.
79  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: AV Bypass on: March 12, 2013, 08:50:07 AM
Nice post. I'm getting back into C++ myself and appreciate the sample code.

For whatever reason, Symantec only has an attack signature for Meterpreter's reverse_tcp payload: http://www.symantec.com/security_response/attacksignatures/ It's the stupidest thing in the world. Bind_tcp, reverse_https like you used, etc. work just fine.

Depending on the configuration, you are sometimes unable to disable smc in that manner (I believe this is functionality that can be disabled via the management console), so it's good to know about the alternate payloads.

Also, SEP was catching default msfvenom exes, but using the -t option with pslist.exe got around that. Sometimes it's just too easy.
80  Ethical Hacking Discussions and Related Certifications / CEH - Certified Ethical Hacker / Re: Quick question regarding Ingress Filtering. on: March 10, 2013, 06:36:50 PM
I had no idea there was a difference! Thanks for the clarification. I always assumed it was the same concept as egress filtering, which is apparently different!

This isn't directed at anyone who responded in this thread, but aside from garbage CEH trivia questions, I don't think there is a difference.

This seems to have caught on from the RFCs (2827 is actually superseded by 3704). However, these are specifically written for mitigating DoS attacks for service providers/large networks. They aren't literally defining the term.

There is no legitimate reason for ingress filtering to not mean the exact opposite of egress filtering.
81  Ethical Hacking Discussions and Related Certifications / OSCP - Offensive Security Certified Professional / Re: OSCP in current state ? on: March 01, 2013, 09:03:44 PM
+1 for going for it. You seem to have fairly well-rounded knowledge, so you shouldn't be at a complete loss for any of it (compared to someone that has no Linux experience, for example).

If you still feel weak in some areas after your lab time has expired, take some time to strengthen those skills, and then get another 30 days and hammer it home.
82  Ethical Hacking Discussions and Related Certifications / CEH - Certified Ethical Hacker / Re: AIO master Master Exam (Learnkey) test questions help. on: February 28, 2013, 04:55:30 PM
Microsoft is notorious for having multiple services on a single port, which may be the cause of some of your confusion.
83  Ethical Hacking Discussions and Related Certifications / Wireless / Re: GAWN practice exam giveaway on: February 28, 2013, 07:27:02 AM
Congrats on the pass! GAWN seems like it would be one of the more difficult exams since it appears to cover a lot of low-level material (pcaps, etc.). The breadth of 802.11x, Bluetooth, etc. would also be challenging. Don't beat yourself up over it.
84  Ethical Hacking Discussions and Related Certifications / General Certification / Re: Certificates vs Degree on: February 25, 2013, 07:10:29 PM
As also mentioned above, I think you're in a pretty good place in terms of formal education since you already have a BS degree. I think engineering also demonstrates that you have aptitude for the technical concepts you'll need to master in this field.

That said, I don't think "Certificates vs. Degree" is the right mindset. They are complimentary, and you should strive to make each area as strong as you feasibly can.

Your master's is only going to increase in cost, and will also likely become more difficult to complete due to life responsibilities, the longer you wait. Since you've already started the program, I'd keep up that momentum and see it through.

If the material is as easy as you say, throw a cert or two into the mix to keep things interesting and strengthen that portion of your CV. Also, while obviously not as good as actually having the degree, showing that you have a masters in-progress is beneficial.

Don't do OSCE without knowing quite a bit about hacking first, as it's really a killer if you don't know a sufficient amount of hacking.

MaXe also told me I should learn how to ride a bicycle before attempting a backflip on a dirt bike. His advice is solid Cool
85  Ethical Hacking Discussions and Related Certifications / eCPPT - eLearnSecurity Certified Professional Penetration Tester / Re: Flat 30 days vs 30 Hr prepaid model? on: February 25, 2013, 06:54:33 PM
I'd go hourly. I think you'll go through what's available with plenty of time to spare. They're regularly adding new labs, so having some hours left over will let you try out the new exercises that get released later in the future.
86  Ethical Hacking Discussions and Related Certifications / CEH - Certified Ethical Hacker / Re: AIO master Master Exam (Learnkey) test questions help. on: February 25, 2013, 08:21:49 AM
#6 I read that article, but it talks about Windows 2000 which is a very old OS. It does not mention 445, hence the reason I said 445 is not a NetBIOS port. Does the CEH say otherwise?Huh?

It mentions 445 twice. Here's another article that says NetBIOS over TCP/IP is enabled in newer OSes: https://isc.sans.edu/diary/Is+it+time+to+get+rid+of+NetBIOS%3F/12454 Or you could do a packet capture and see for yourself. Why do you think this is no longer the case?
87  Ethical Hacking Discussions and Related Certifications / CEH - Certified Ethical Hacker / Re: AIO master Master Exam (Learnkey) test questions help. on: February 23, 2013, 05:41:45 PM
#1 - Thank you.  I did try it and it did not work for me. I have been having issues with getting nc to work right.

#2 - I do not have a host based firewall on these machines. I can send a packet capture for you to look at if you want. I have several websites that back what I am seeing, including a Cisco page. I can dig that url up if you want.

#3 - Again, no firewall, see #2

#4 - I figured as much.

#5 - Are you referring to this line?
The client now sends a ChangeCipherSpec record, essentially telling the server, "Everything I tell you from now on will be authenticated (and encrypted if encryption parameters were present in the server certificate)." The ChangeCipherSpec is itself a record-level protocol with content type of 20.

I had a better one then this example at the time, but see this site and steps 7-9. It is slightly different, but seems to match what i had found earlier.

http://support.microsoft.com/kb/257591


#6 - So you are saying that 445 is a  NetBIOS port?

#7 - I will go with the make install if asked.

#8 - OK, that was just dumb of me. I did not test it in a packet capture like I did the other stuff... "I used logic" It does have an error at each hop. But why? If the TTL is 20 and I am on hop 1... how has the TTL been exceeded??? <-- my logic made me think this was correct.

#9 - I will see if anyone else chimes in on this one. But I can see your point.

#10 - This is still a toss up. Anyone???

#11 - Again, no firewall!! I will see if I can dig up an older version of Windows to try it on that. I have been told that some of this stuff applies to NT4 and 2000 more then 2003 on.

#12 - Yeah, I hate poorly asked (vague) questions.

Thank you for your help. It is always nice to have someone else look over stuff that is confusing you. It gives you a different perspective and can really help out! Again, thanks!!

Dalobo
1. What problems are you having here? It's simple and can be tested and a single host

# nc -lvvp 55555 < /etc/passwd
Listening on [0.0.0.0] (family 0, port 55555)
Connection from [127.0.0.1] port 55555 [tcp/*] accepted (family 2, sport 42529)

$ nc localhost 55555
root:x:0:0:root:/root:/bin/bash
daemon:x:1:1:daemon:/usr/sbin:/bin/sh
bin:x:2:2:bin:/bin:/bin/sh
sys:x:3:3:sys:/dev:/bin/sh
sync:x:4:65534:sync:/bin:/bin/sync
games:x:5:60:games:/usr/games:/bin/sh
man:x:6:12:man:/var/cache/man:/bin/sh
lp:x:7:7:lp:/var/spool/lpd:/bin/sh
...snip...

2/3/11. I'm not sure what's going on with your null/FIN scans. I'm testing against Windows 8 with the Kaspersky firewall active. *shrug* These scans are finicky and results can vary a lot based on what you're scanning.

5. No, the pre-master secret and master secret portions, just like in the MSKB article.

6. NetBIOS on 445: http://technet.microsoft.com/en-us/library/cc940063.aspx

8. You should review how trace route works. It starts with a TTL of one and then increments by one each iteration. It's able to identify the interim hosts by the ICMP error responses they send.

88  Ethical Hacking Discussions and Related Certifications / CEH - Certified Ethical Hacker / Re: AIO master Master Exam (Learnkey) test questions help. on: February 23, 2013, 03:23:52 PM
1. That binds to port 55555. As soon as you netcat to it (on whatever IP the system has), the passwd file will be dumped. You would supply an IP if you wanted it to establish a connection to a remote listener. Try it both ways.

2/3. The RFC states you should get a RST for a closed port and nothing for an open port, but MS never replies regardless of the port state. It sounds like you're experiencing different behavior (maybe a host-based firewall?); I don't receive any responses from my Windows systems. 

4. Looks like a typo.

5. Looks like the client initiates, but it's mutually agreed-upon: http://en.wikipedia.org/wiki/Secure_Sockets_Layer#TLS_handshake_in_detail

6. NetBIOS over TCP/IP is 445/TCP.

7. Semantics. You're both right depending on the perspective. You would usually install it in practice, but you can argue its technically compiled after make.

8. ICMP Time Exceeded (error) messages are generated and returned when the TTL expires, so this answer is correct. Do a packet capture.

9. I'd go with sniffing based on the way the question was worded since it specifies "capturing." It seems like the alternative requires accessing the device, which would be more active of an attack than capturing. I don't do much with bluetooth though, so take that with a grain of salt.

10. I've seen people argue over whether it should be OSI five or six, but six seems to be the most commonly used.

11. Again, firewall? I see all as being open|filtered due to no responses. Run nmap with --reason for more info.

12. Again, semantics. While you may be technically correct since that will take the shortest amount of time to run through, hybrid would likely be much more effective in practice. Unfortunately, there's not much consistency in terms of whether the questions are referring to technicalities or real-world situations. It seems like you're on track, so don't worry too much about missing a few garbage questions like this.
89  Ethical Hacking Discussions and Related Certifications / General Certification / Re: Shoot your opinion on: February 19, 2013, 06:23:31 AM
I think it demonstrates you have a decent understanding of networking, and it compliments pen test/security certs. I personally just wouldn't have let it expire. I'm not sure if I'd go back through it if I did though...
90  Ethical Hacking Discussions and Related Certifications / OSCP - Offensive Security Certified Professional / Re: Failed my first attempt at the OSCP exam on: February 18, 2013, 12:19:56 PM
Skull Security has a great collection. There is also http://www.isdpodcast.com/resources/62k-common-passwords/ (which I believe includes some/all of the Skull Security lists). https://dazzlepod.com/uniqpass/ is also a nice collection if you don't mind parting with a few dollars.

They're not going to make you grind passwords for hours, so if you're not having any luck, maybe try being smarter about it -- i.e. reviewing HTML source for comments (random example unrelated to OffSec training/testing), or look for another attack vector. I found the darkc0de.lst file that's included with BT to be sufficient for most services with weak passwords in the lab.
Pages: 1 ... 4 5 [6] 7 8 ... 71
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.109 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.