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 106 guests and 2 members online
EH-Net News Feeds
Latest Additions
 
Advertisement

You are here: Home arrow Forum
EH-Net
February 10, 2012, 06:46:33 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Advertise on EH-Net!! - Reasonable Rates, Highly Targeted Audience.
 
  Home Help Calendar Login Register  
  Show Posts
Pages: 1 [2] 3 4 5
16  Ethical Hacking Discussions and Related Certifications / Other / Re: Breaking In on: June 11, 2009, 04:18:44 PM
I sort of went down the same path as you (hacking VM's etc..) when I first got a computer and abut the same time I bought "Pentesters Open Source Toolkit".  It was one of the best books I have read and I still refer back to it all the time.

As for telnet, here's a link to some commands

http://technet.microsoft.com/en-us/library/c.aspx


Cheers

Syn

17  Resources / Tools / Re: Standalone windows HTTP server binary on: June 11, 2009, 04:08:27 PM
Not sure if you are still looking but I took a look at the NetTools Toolkit after hearing Mubix mention it on the Exotic Liability site (I think it was Mubix).  It has a load of stand alone tools in there and although I have now got rid of the VM that I had it installed on the site does list it as having a HTTP Server.

http://users.telenet.be/ahmadi/nettools.htm

It might do the trick.

All the best

Syn
18  Ethical Hacking Discussions and Related Certifications / Web Applications / Re: Password Encoding in Database on: June 10, 2009, 03:04:37 PM
Useful to know.  Thanks. lovin this SQL Injection stuff though.  As soon as I figured out how to read the errors and tune my injection against the right columns to get the usernames and passwords out I was totally diggin it.

Cheers

Syn

19  Ethical Hacking Discussions and Related Certifications / Web Applications / Re: Password Encoding in Database on: June 10, 2009, 11:14:56 AM
Agreed.

The question was really not "what should we do" but more "what are people doing in webapps". This is the first live web app I have looked at and I was curious if this was type of encoding was common.
20  Ethical Hacking Discussions and Related Certifications / Web Applications / Re: Password Encoding in Database on: June 10, 2009, 10:49:38 AM
Thanks for the links.  They look pretty interesting although a bit over my head at the moment.  Maybe it will all make sense one day :-)

Cheers

Syn
21  Ethical Hacking Discussions and Related Certifications / Web Applications / Re: Password Encoding in Database on: June 10, 2009, 04:36:23 AM
Just a followup on this. 

I tried encoding my known password (using the encoding page on clez.net) and after comparing it to the stored password and found it to be base64 but reversed.  So i tested this on a password which I didn't know and bingo!

Maybe this might help someone else out there.

One other question to anyone who may be experienced in this, is this a common method of storing passwords? Are there any other common ways of storing passwords?

Cheers

Syn
22  Ethical Hacking Discussions and Related Certifications / Web Applications / Password Encoding in Database on: June 10, 2009, 04:02:02 AM
Hi

I’m currently learning abut SQL Injection and as luck happens I was asked to have a poke around at an internal web application that we have to see if it has any problems.  I’m by no means a pen tester just someone who likes to poke around at stuff.

I was quickly able to find a way to return logon names and passwords from the SQL database using SQL injection but password seem to be encoded/encrypted.

Is there a way to tell what encoding/encryption is used?

What I could see was that many accounts have the same stored password (12 characters and always starting with a = symbol) which I guessed correctly is “password”. However, my stored password (which isn’t “password”) is 16 characters and also starting with a = symbol. Other accounts that I now are not “password” are also 16 characters.

I have verified my findings with the backend database but I would like to demonstrate that although I can retrieve information on all the accounts I can then use the credentials to log in.

I have run the stored passwords through encoders on clez.net but it doesn’t decode my password to what I know it should be.

Thanks in advance for any help.

Regards

Syn

PS. I have permission to do this testing.
23  Ethical Hacking Discussions and Related Certifications / Hardware / Re: OS X as a Pentest Platform on: February 12, 2009, 07:18:18 AM
After setting up macports the apps i use seem to download and work pretty good.  But i an see myself having a Linux VM to hand just in case.

Rather than VM Fusion i opted for Parallels though, being a total Mac newb could you tell me if VM Fusion is preffered and why?

Cheers

Syn
24  Ethical Hacking Discussions and Related Certifications / Forensics / Re: It's time to get that data back! on: February 12, 2009, 07:02:59 AM
Kris

Regarding tools on Helix, there is a tool for file recovery called PC Inspector thats on the Helix CD.  I cover it's usage (in a basic way) in a blog post I made a while back.

http://synjunkie.blogspot.com/2008/12/story-of-insider-part-3-playing-at-csi.html

This might be of interest for the future.

Regards

Syn
25  Ethical Hacking Discussions and Related Certifications / Wireless / Re: cracking a login wireless on: February 10, 2009, 05:08:26 PM
Thanks, i aim to please :-)
26  Ethical Hacking Discussions and Related Certifications / Wireless / Re: cracking a login wireless on: February 10, 2009, 04:17:43 PM
Bazpaul

Not sure if its any use to you but did a blog post on bypassing mac address filtering a while back.

i'm sure there are better guides but it might be of use.

http://synjunkie.blogspot.com/2007/12/bypass-hidden-ssid-mac-address-filter.html

Regards

Syn
27  Ethical Hacking Discussions and Related Certifications / Wireless / Re: When is enough really enough? on: February 07, 2009, 04:42:27 PM
Kris

in answer to your question "When will they get it?" in regards to securing the networks.  I don't think the masses ever will.  It's something the majority of people will never understand and that's why the vendors and the manufacturers should be putting more effort into selling devices that are secure by default.  But that means that a few things break, so what happens?  Convenience will win once again! But at least if devices are secure by default then fewer devices will be made insecure by people fiddling and the majority of devices will be secure.

28  Resources / Tutorials / Re: Cracking windowsXP passwords using Ophcrack on: February 06, 2009, 04:10:58 PM
If your interested, a recent HAK.5 episode talks about a bootable ophcrack usb setup.

There is a guide here

http://www.pendrivelinux.com/creating-a-bootable-usb-ophcrack/

Regards

Syn
29  Resources / Tools / Re: The Middler on: February 06, 2009, 03:56:51 PM
I 've been looking forward to this tool since he spoke about it on pauldotcom a while back.  I can't wait to get my grubby little mits on it.

Cheers for the links.

Syn
30  Ethical Hacking Discussions and Related Certifications / Hardware / Re: OS X as a Pentest Platform on: February 05, 2009, 04:20:26 PM
Malware

Why do you choose linux rather than OS X, is it familiarity or a shortcoming with OS X as a pentest platform?
Pages: 1 [2] 3 4 5
Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Page created in 0.359 seconds with 21 queries.
 

gk_static-ad_feb2012.jpg
Global Knowledge Training: Build Security Skills to Protect and Defend

offsec_130x200-2_jan-feb2012.png
Offensive Security
AWE Live in the Caribbean!
March 5 - 9, 2012

SANS Deals 4 EH-Netters
$150 OFF Any SANS Course in Any Format!
Coupon Code: Refer_EHN
Including SANS Phoenix 2012, SANS 2012
Recent Forum Topics

cbtnuggets_logo_125.jpg
Try CBT Nuggets Free!

Vote For EH-Net

Add to Technorati Favorites
technorati fave

 
         
Advertisement

© 2012 The Ethical Hacker Network
Joomla! is Free Software released under the GNU/GPL License.