[QUOTE=AzzyMaster;34547484][img_thumb]http://dl.dropbox.com/u/3695360/intsys/site2.png[/img_thumb]
Started working on this, login screen is only post worthy bit at the moment.[/QUOTE]
Bootstrap is awesome, isn't it? I'm in complete love with it, mostly because I'm a terrible designer.
[QUOTE=Marlamin;34548593]Bootstrap is awesome, isn't it? I'm in complete love with it, mostly because I'm a terrible designer.[/QUOTE]
bootstrap is ugly and generic
[QUOTE=AzzyMaster;34547484][img_thumb]http://dl.dropbox.com/u/3695360/intsys/site2.png[/img_thumb]
Started working on this, login screen is only post worthy bit at the moment.[/QUOTE]
I think it would look better if you made two buttons, one for login and one for register and place them next to each other.
[QUOTE=swift and shift;34548876]bootstrap is ugly and generic[/QUOTE]
I agree. I would only use the bootstrap if I'm desperate for a fast design of something. I would never use it on actual projects. It's also unoriginal.
[QUOTE=swift and shift;34548876]bootstrap is ugly and generic[/QUOTE]
and yet it's still better than pretty much anything done by people who are rubbish at design.
[QUOTE=zzlawlzz;34549354]I agree. I would only use the bootstrap if I'm desperate for a fast design of something. I would never use it on actual projects. It's also unoriginal.[/QUOTE]
For people like me whoms designs look like something from 1999, it is amazing. I'd rather have it look slightly unoriginal than incredibly crappy.
bootstrap is generic, sure. certainly not ugly though.
[QUOTE=Jimbomcb;34549362]and yet it's still better than pretty much anything done by people who are rubbish at design.[/QUOTE]
It's not an excuse to use it instead of outsourcing to a proper designer though, especially for paid projects.
[QUOTE=H4Z3Y;34553418]bootstrap is generic, sure. certainly not ugly though.[/QUOTE]
It's pretty ugly
[QUOTE=KmartSqrl;34560969]It's pretty ugly[/QUOTE]
What about it is ugly?
[QUOTE=Ortzinator;34562177]What about it is ugly?[/QUOTE]
When something is generic it is also ugly in that it has nothing to make it look beautiful in its context.
[QUOTE=TerabyteS_;34562602]When something is generic it is also ugly in that it has nothing to make it look beautiful in its context.[/QUOTE]
it's either bootstrap or ugly designs by developers who have no idea what they're doing
embrace the bootstrap
I made a little game where you ultimately delete all users on a website using SQL injection.
[url]http://sqlexploit.vertinode.nl/[/url]
I was reading about SQL injections and wondered why none of those hacker games had an interactive example, so I made one.
[QUOTE=Overv;34565559]I made a little game where you ultimately delete all users on a website using SQL injection.
[url]http://sqlexploit.vertinode.nl/[/url]
I was reading about SQL injections and wondered why none of those hacker games had an interactive example, so I made one.[/QUOTE]
Thats [I]really[/I] cool.
-this was embarrassing!-
Working on a nav bar for a timeline. With this one you just have to figure out how long the period is as a percentage of the total and define each button as that width. not overly clean its just a WIP and I wanted feedback/suggestions before I continue it.
[img]http://filesmelt.com/dl/demo_1.png[/img]
with a button hovered over just flips the colours.
[img]http://filesmelt.com/dl/demo_2.png[/img]
[QUOTE=Overv;34565559]I made a little game where you ultimately delete all users on a website using SQL injection.
[url]http://sqlexploit.vertinode.nl/[/url]
I was reading about SQL injections and wondered why none of those hacker games had an interactive example, so I made one.[/QUOTE]
it's broken :(
[editline]6th February 2012[/editline]
fyi I logged in with:
' or '2'='1
[QUOTE=swift and shift;34569103]it's broken :(
[editline]6th February 2012[/editline]
fyi I logged in with:
' or '2'='1[/QUOTE]
Could you tell me how you did this? Because it runs real SQL queries in a real MySQL database, it's not a simulation.
[QUOTE=Overv;34571850]Could you tell me how you did this? Because it runs real SQL queries in a real MySQL database, it's not a simulation.[/QUOTE]
' or '1'='1
idk why he put a 2 there
but it doesn't make you an administrator
[editline]6th February 2012[/editline]
There, I deleted all the users. User ID 3 has admin :v:
or when changing your password
hi', `admin` =1 ###
Anyway, making this thing taught me about managing my SQL stuff a little better. Instead of using root for everything, sandboxing specific projects with appropriately assigned user rights.
Here is the [url=http://pastebin.com/BR2zUpJZ]source[/url] for those interested.
[QUOTE=Overv;34572955]Anyway, making this thing taught me about managing my SQL stuff a little better. Instead of using root for everything, sandboxing specific projects with appropriately assigned user rights.[/QUOTE]
You were using root for everything before?
jesus fucking christ
That whole thing makes me want to build a security playground, a bug-ridden application that you can mess around with to learn about security on the web...I'm going to make that! I remember google had something similar, but it has since been discontinued.
I am working on an employee time clock system with statistics and a payroll calculator. (the theme it self is still a WIP which is why it seems so plain in the picture).
[IMG]http://content.screencast.com/users/KevinCon/folders/Jing/media/555675ac-1a5e-4f5b-9db9-17cb727863fe/2012-02-06_1317.png[/IMG]
[QUOTE=StinkyJoe;34574974]That whole thing makes me want to build a security playground, a bug-ridden application that you can mess around with to learn about security on the web...I'm going to make that! I remember google had something similar, but it has since been discontinued.[/QUOTE]
Sounds great. It'd be pretty cool if you could include a couple of guides on the subject as well.
[QUOTE=The First 11'er;34565922][IMG]http://i.imgur.com/dX4CB.jpg[/IMG]
Starting to learn. Should I trade this in for the HTML Dog book?[/QUOTE]
[url]http://htmlandcssbook.com/[/url]
Someone accessed my school's website using SQL injection just yesterday :)
Would be a great tool to learn how SQLi works on a non-live site
[QUOTE=Vietnow;34575478]Someone accessed my school's website using SQL injection just yesterday :)
Would be a great tool to learn how SQLi works on a non-live site[/QUOTE]
[QUOTE=Overv;34565559]I made a little game where you ultimately delete all users on a website using SQL injection.
[url]http://sqlexploit.vertinode.nl/[/url]
I was reading about SQL injections and wondered why none of those hacker games had an interactive example, so I made one.[/QUOTE]
[QUOTE=StinkyJoe;34574974]That whole thing makes me want to build a security playground, a bug-ridden application that you can mess around with to learn about security on the web...I'm going to make that! I remember google had something similar, but it has since been discontinued.[/QUOTE]
[url=http://www.dvwa.co.uk/]Damn Vulnerable Web Application (DVWA)[/url]
[quote]
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is damn vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, help web developers better understand the processes of securing web applications and aid teachers/students to teach/learn web application security in a class room environment.
[/quote]
[QUOTE=spidersdesign;34575198][url]http://htmlandcssbook.com/[/url][/QUOTE]
purchased, looked decent and not a super bad price and I like visual learning and it looks like thats what it is. Thanks a ton I love how it uses pictures too.
Sorry, you need to Log In to post a reply to this thread.