|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
http://www.agavegroup.com
I'm interesting in getting a bit of feedback on a recent redesign of my personal site:
agavegroup.com. I use the site as a my portfolio (this is the place of future development) as well as to write a handful of articles on ideas/projects (in blog format), and as a home to an informal forum. I recently redesigned the site removing a lot of the blogged articles, and am have begun fresh new content. The redesign involved using Wordpress as a CMS, and I am interested in any feedback about the design, navigation etc. Thanks! |
|
#2
|
|||
|
|||
|
I love the rollover effect, it's really cool in the nav bar! And the onclick event aswell in the nav bar. Nice job, keep up the good work
![]() |
|
#3
|
||||
|
||||
|
Nice layout, yet you spelled development worng in About. : devlopment
__________________
Regards, E. Luten. Information: C, C++, STL, Boost, OpenMP, Scriptionary, Google Book of the moment: Mastering Algorithms with C by Kyle Loudon Interesting/Fun: CODE: The Hidden Language of Computer Hardware and Software by Charles Petzold For Leisure: 1984 by George Orwell |
|
#4
|
|||
|
|||
|
Thank you! Somehow I missed that misspelling (and on the front page!). I've made the fix (having a CMS suddenly seems like it was a good idea...)
|
|
#5
|
|||
|
|||
|
Your site isn't secure. I hacked it and already found the names of fields and tables in your database.
Need proof? Table Name: wp_posts Field Name: post_parent, post_status
__________________
Being educated does not make you intelligent |
|
#6
|
||||
|
||||
|
How is that proof? All you need to do is look at the Wordpress source thats free for anyone to download.
__________________
I'm moving to Theory, everything works there. |
|
#7
|
|||
|
|||
|
You right...I didn't know what I was doing.
|
|
#8
|
||||
|
||||
|
Why are you using Yahoo sites to process your forms? Your "contact" form is insecure, to. You're not filtering the subject for newlines and that allows anyone to add headers and content to the messages your server sends out. I can use it to spam people, all from your site.
$subject = str_replace(array("\n","\r"),'', $subject); Quote:
---John Holmes... |
|
#9
|
|||
|
|||
|
Quote:
I point out vulnerabilities to people. If they want to contact me about how I did it, they can PM me. I'm not going to publicly post how I bypassed someones security, so some idiot can go do exactly what I did and steal or delete that person's information. If people spent 1/2 as much time implementing security into their application, as they do pondering the look and feel of their site, then SQL Injection, XSS, Parmeter manipulation, etc... wouldn't continue to be a major problem. You seem to be a major member of this board, so I would expect you to understand why a) I didn't explain how I attacked the site and b)why security is such an important issue that needs to be addressed. |
|
#10
|
||||
|
||||
|
I never said you didn't do it, I said your proof wasn't proof. Hypothetically if I wanted to scare someone into giving me root access to their server I would use your tactic. I know they are using wordpress, so all I have to do is look through wordpress's database creation code to see what tables it creates and then tell the user I got it by hacking their site with no evidence to the sort. Then tell them I can fix it, just give me access. I may fix their problem but leave a backdoor for myself.
What sepodati does is show's them exactly how their site is insecure and how it can be exploited,that's proof. |
|
#11
|
||||
|
||||
|
Quote:
I'll say it again... Quote:
|
|
#12
|
||||
|
||||
|
Quote:
---John Holmes... |
|
#13
|
||||
|
||||
|
Quote:
Thanks for this. I'll update soon. I greatly appreciate the detailed solution! Quote:
Unfortunately I don't seem to be able to send PMs on this discussion board... Though I seem to be able to recieve them... I'd be iterested to hear what you did, would you mind sending me a PM with an email? I'm a front-end guy (which isn't an excuse..) so I'm lacking expertise in security etc (in my contract work I operate with a "back-end" guy when necessary, but I didn't go down this path on my personal site). So all security discussions are very welcome. PR agavegroup |
![]() |
| Viewing: Dev Shed Forums > Web Design > Website Critiques > http://www.agavegroup.com |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |