Bitcoin Forum
May 05, 2024, 08:56:53 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How secure is this?  (Read 694 times)
onlinepro (OP)
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500



View Profile
September 17, 2014, 09:30:18 AM
Last edit: September 19, 2014, 07:15:03 AM by onlinepro
 #1

Is it easy to get in this site without knowing the password?


Code:
<script>
function submitentry(){
password = document.password1.password2.value.toLowerCase()
username = document.password1.username2.value.toLowerCase()
passcode = 1
usercode = 1
for(i = 0; i < password.length; i++) {
passcode *= password.charCodeAt(i);
}
for(x = 0; x < username.length; x++) {
usercode *= username.charCodeAt(x);
}
//CHANGE THE NUMBERS BELOW TO REFLECT YOUR USERNAME/PASSWORD
if(usercode==2181915624136248000&&passcode==2.839901787122729e+39)
//CHANGE THE NUMBERS ABOVE TO REFLECT YOUR USERNAME/PASSWORD
{
window.location=password+".html"}
else{
alert("password/username combination wrong")}
}
</script>

<form name="password1">
<strong>Enter username: </strong>
<input type="text" name="username2" size="15">
<br>
<strong>Enter password: </strong>
<input type="password" name="password2" size="15">

<input type="button" value="Submit" onClick="submitentry()">
</form>

1714899413
Hero Member
*
Offline Offline

Posts: 1714899413

View Profile Personal Message (Offline)

Ignore
1714899413
Reply with quote  #2

1714899413
Report to moderator
1714899413
Hero Member
*
Offline Offline

Posts: 1714899413

View Profile Personal Message (Offline)

Ignore
1714899413
Reply with quote  #2

1714899413
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714899413
Hero Member
*
Offline Offline

Posts: 1714899413

View Profile Personal Message (Offline)

Ignore
1714899413
Reply with quote  #2

1714899413
Report to moderator
1714899413
Hero Member
*
Offline Offline

Posts: 1714899413

View Profile Personal Message (Offline)

Ignore
1714899413
Reply with quote  #2

1714899413
Report to moderator
1714899413
Hero Member
*
Offline Offline

Posts: 1714899413

View Profile Personal Message (Offline)

Ignore
1714899413
Reply with quote  #2

1714899413
Report to moderator
jersey19957
Member
**
Offline Offline

Activity: 69
Merit: 10


View Profile
September 17, 2014, 10:01:18 AM
 #2

Not sure if i want to click there.
BiTJack
Hero Member
*****
Offline Offline

Activity: 806
Merit: 1000



View Profile
September 17, 2014, 11:45:47 AM
 #3

Nobody's gona click on random links like that.  Cry
yeponlyone
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500



View Profile
September 17, 2014, 11:48:27 AM
 #4

This smells like scam: Do not click the link!!! I repeat do not click the link!
lepirate
Hero Member
*****
Offline Offline

Activity: 541
Merit: 500


Garbochock


View Profile
September 17, 2014, 12:14:27 PM
 #5

This smells like scam: Do not click the link!!! I repeat do not click the link!
How could that in any way be a scam? It just asks you for your username and password!
The script didn't seem fishy either.
onlinepro (OP)
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500



View Profile
September 17, 2014, 01:09:03 PM
 #6

This smells like scam: Do not click the link!!! I repeat do not click the link!

It isn't.

That is all it contains:

Code:
<script>
function submitentry(){
password = document.password1.password2.value.toLowerCase()
username = document.password1.username2.value.toLowerCase()
passcode = 1
usercode = 1
for(i = 0; i < password.length; i++) {
passcode *= password.charCodeAt(i);
}
for(x = 0; x < username.length; x++) {
usercode *= username.charCodeAt(x);
}
//CHANGE THE NUMBERS BELOW TO REFLECT YOUR USERNAME/PASSWORD
if(usercode==2181915624136248000&&passcode==2.839901787122729e+39)
//CHANGE THE NUMBERS ABOVE TO REFLECT YOUR USERNAME/PASSWORD
{
window.location=password+".html"}
else{
alert("password/username combination wrong")}
}
</script>

<form name="password1">
<strong>Enter username: </strong>
<input type="text" name="username2" size="15">
<br>
<strong>Enter password: </strong>
<input type="password" name="password2" size="15">

<input type="button" value="Submit" onClick="submitentry()">
</form>

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!