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

You are here: Home
EH-Net
May 21, 2013, 08:30:49 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 ... 32 33 [34] 35 36 ... 38
496  Ethical Hacking Discussions and Related Certifications / CEH - Certified Ethical Hacker / Re: Passed CEH v6 on: October 13, 2009, 10:04:18 PM
How long did you study and what books did you use? Did you use any simulation exam?
497  Columns / Linn / Re: [Article]-Review: Penetration Testing with BackTrack by Offensive Security Part 2 on: October 09, 2009, 01:18:11 PM
When we will get the part 3?
498  Features / Book Reviews / Re: Professional Penetration Testing on: October 05, 2009, 09:40:26 AM
That was a good interview.
499  Ethical Hacking Discussions and Related Certifications / Malware / Re: Botnets and Spam on: October 02, 2009, 10:10:00 PM
Yes, I have some users that can not use port 25 for email using Outlook. (If I am not wrong is in this case Comcast).
500  Ethical Hacking Discussions and Related Certifications / CEH - Certified Ethical Hacker / Re: Making money as a hacker on: September 22, 2009, 10:27:58 PM
I agree with you about think out of the box and not just rely on credentials, but sometimes you use the credentials just to obtain some knowledge.

During this time that I am learning reading books, forums, articles and videos (a lot of practice), I wonder where will I go? Try to go by myself (I have exp with my small business in the past) or try to go work for a company, get more exp and go independent, etc, etc, etc
501  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: You want a penetration testing job? People that didnt make the cut on: September 14, 2009, 09:04:23 AM
Jajajajaaj, this is a good morning for me.

Great.
502  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Got Professional Penetration testing book on: September 09, 2009, 11:11:56 AM
I finally got the book today, this is kind the book that I was lloking for, explaind you step by sted everything to get the basic knowledge. It just not focus on tools, also inlcude the methods.

Good, book
503  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: Hydra with Domain Controller on: September 07, 2009, 01:12:32 PM
Yes, I was using onlu smbnt, I will try only smb and I will see.

This tool is excelent, I found two very easy password using diccionary attack with Hydra in linux. How do you audit the password in general?
504  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Hydra with Domain Controller on: August 26, 2009, 02:31:14 PM
I run two times Hydra agains a domain controller using BT4 and the word list that there is there and I got a password but the password is wrong. I used the option smbnt.

Ther first time I run by accident not the username just the last name and I got a password, I looked for in the domain controller login with the last name only and there is not that kind of user logon.

So I run for second time with the right username and after 15 hours I got the password but is wrong too.

Do I have to change the option to smb only or what?

Thanks
505  Ethical Hacking Discussions and Related Certifications / General Certification / Re: Sitting for two tests on the same day? on: August 20, 2009, 01:44:33 PM
If I was you I would secure one exam and later concentrate in the second, I agree with some people that if you know the materia, etc, etc, etc. But you have to think that maybe something could be wrong.

So, if sec+ is easy, just sitdown for that en after that concentrate with the CEH, I know you are short with your time, but pass one, otherwise if something is wrong your stress will sky rock.

This is my 2cents.
506  EH-Net / News Items and General Discussion About EH-Net / Re: [Article]-July 2009 Free Giveaway Winner of EC-Council`s iClass on: August 18, 2009, 01:28:23 PM
Congrats
507  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: tcpwrapped in Port 22 on: August 04, 2009, 08:49:25 AM
Yes, It's only happend when I am doing brute force attack in ssh.

I am trying to manage to go in using ftp server.

I can create a directory but for any reason when I try:


ftp 192.168.1.101
USSER anonymous
PASS my-email@domain.com


put 192.168.1.101 /tmp/ssh /incoming/test

I alwasy get the error 553 Could not create file

This is making me nut. So I will keep trying, I am looking for a some information how to take advantage using ftp to get into the server
508  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / tcpwrapped in Port 22 on: August 03, 2009, 09:35:33 PM
I am attacking a live cd. I did:

nmap -n -sV 192.168.1.101

I got many ports including

22. SSH

So I found some names in the ftp server that could be usernames, so I begin to attack Hydra with BackTrack Version 2. So I am waiting what I can get, during that time I run again

nmap -n -sV 192.168.1.101 and now I got

22 tcpwrapped

The OS is slax.

This is new for me, I checked with my google.com friend and found something that this ssh is running something like iptables or ip security. Can please somebody confirme that?

Thanks.

509  Ethical Hacking Discussions and Related Certifications / Malware / Re: Basic Exploit Helo on: July 28, 2009, 10:12:32 AM
I have the version CUPS 1.1 so has to work.

Awesec: it is true to learn moething easy but sometimes you get something that you want to try and you wonder how you can do it and this happend today, I am not worry to kill my lab I can build it back again. Fox ex. Ketchup told me that the file that I tried to work is a C code, so after that I went to my google friend and found out how to compile in C and works and also I tried others C exploits in my target.

I am learning a lot trying to brake this host and also I already added other skill to my list to learn that is C and pearl.
510  Ethical Hacking Discussions and Related Certifications / Malware / Re: Basic Exploit Helo on: July 27, 2009, 03:15:48 PM
I did:

gcc -o cups cups.c

./cups 192.168.1.101 631

and

./cups 192.168.1.101 80

And did not work, I did not get shell

I tried a DoS that I found in milw0rm.com to crash the service in port 631 and try to run cups exploit in port 80 and viceverse and did not work,

I am sure that I will get the shell in someway in the port 631.

I am trying to check also Apache 2.2.4 exploits but I only found DoS.

Do you crash some services to get access through another service, is that commond? I do not know if that works but I am trying
Pages: 1 ... 32 33 [34] 35 36 ... 38
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.055 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.