|
EH-Net
|
|
May 21, 2013, 08:30:49 AM
|
|
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
|
|
|
|
|
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.
|
|
|
|
|
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.comput 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
|
|
|
|
|
Loading...
|