Jump to content

The worlds most secure website


Razor512

Recommended Posts

http://thedailywtf.com/Articles/So-You-Hacked-Our-Site!.aspx

this site was the MOST secure website on the planet

http://officers.federalsuppliers.com/agents.html

this code made the site more secure than any other site

<script language="javascript">

<!--//

/*This Script allows people to enter by using a form that asks for a

UserID and Password*/

function pasuser(form) {

if (form.id.value=="buyers") {

if (form.pass.value=="gov1996") {             

location="http://officers.federalsuppliers.com/agents.html"

} else {

alert("Invalid Password")

}

} else {  alert("Invalid UserID")

}

}

//-->

</script>

if your making a website and want to have a login system thats simple to make and use then this is for you

they took that page down but the new link is

http://www.federalsuppliers.com/warning.html

still doesnt work right, there still fixing  it after that phone call

but this didnt change yet

<script language="javascript">

<!--//

/*This Script allows people to enter by using a form that asks for a

UserID and Password*/

function pasuser(form) {

if (form.id.value=="zzzzzz") {

if (form.pass.value=="fffxxx") {             

location="http://officers.federalsuppliers.com/agents.html"

} else {

alert("Invalid Password")

}

} else {  alert("Invalid UserID")

}

}

//-->

</script>

no need to try it, it leads to a page thats not there any more

the government could learn a thing or 2 from from the people who made that site

Link to comment
Share on other sites

http://thedailywtf.com/Articles/So-You-Hacked-Our-Site!.aspx

this site was the MOST secure website on the planet

http://officers.federalsuppliers.com/agents.html

this code made the site more secure than any other site

<script language="javascript">

<!--//

/*This Script allows people to enter by using a form that asks for a

UserID and Password*/

function pasuser(form) {

if (form.id.value=="buyers") {

if (form.pass.value=="gov1996") {             

location="http://officers.federalsuppliers.com/agents.html"

} else {

alert("Invalid Password")

}

} else {  alert("Invalid UserID")

}

}

//-->

</script>

if your making a website and want to have a login system thats simple to make and use then this is for you

they took that page down but the new link is

http://www.federalsuppliers.com/warning.html

still doesnt work right, there still fixing  it after that phone call

but this didnt change yet

<script language="javascript">

<!--//

/*This Script allows people to enter by using a form that asks for a

UserID and Password*/

function pasuser(form) {

if (form.id.value=="zzzzzz") {

if (form.pass.value=="fffxxx") {             

location="http://officers.federalsuppliers.com/agents.html"

} else {

alert("Invalid Password")

}

} else {  alert("Invalid UserID")

}

}

//-->

</script>

no need to try it, it leads to a page thats not there any more

the government could learn a thing or 2 from from the people who made that site

OMFG ROFL!

And to top it off those passwords are extremely insecure.

Link to comment
Share on other sites

really... that's the problem you see...

QFE!

Its not the password that is the problem(although it is a bad passphrasea nd easily brute forced). Its the fact that they used Javascript to store the login/password  info and is readable from the www, instead of something like PHP where you can't see it because it would be server side only.

Link to comment
Share on other sites

really... that's the problem you see...

Wow... do you have to make a fucking comment out of everything you troll.

I said to top it off.

I agree with the others who've QFE the "really.. that's the problem you see", it was really the least relevant point of the entire thread.

On a side note, this is the second time I've seen you flinging shit in the last 5 minutes, quit it already.

Link to comment
Share on other sites

  • 3 weeks later...

There will never be a perfect secure website :O

At least i don't think so!

Arguably, but you should at least, you know, try to have a brain when designing a website.  It makes my brain hurt reading code like that...

<script language="javascript">

<!--//

/*This Script allows people to enter by using a form that asks for a

UserID and Password*/

function pasuser(form) {       

alert("Invalid Password");

}

//-->

</script>

Most secure

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...