Hi there, heb nooit zoveel gedaan met javascript en ben me er toch maar een beetje proberen in te gaan verdiepen.
Heb me in geschreven bij zo'n hack challenge dan moet je password's kraken.
Op zich best makkelijk alleen kan nergens iets vinden over de betekenis van dit scrippie:
<title>:: Net Force Challenge ::</title>
<script language="javascript">
function noRightClick() {
if (event.button==2) {
alert('Right-click disabled!')
}
}
document.onmousedown=noRightClick
</script>
</head>
<body bgcolor="#000000" text="#FFFFFF">
<p><center><h1>Net Force Challenge</h1></center></p>
<p><center>[img]"/images/banners/banner3.gif"></center></p><br> <p><center><b>Get[/img]<br>
<script>
var numletter="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
function submitentry(){
verification=document.challenge.passwd.value
alert("searching.");
alert("searching..");
alert("searching...");
password = numletter.substring(11,12)
password = password + numletter.substring(18,19)
password = password + numletter.substring(23,24)
password = password + numletter.substring(16,17)
password = password + numletter.substring(24,25)
password = password + numletter.substring(1,4)
if(verification == password){
alert("Well done, you`ve got it!");
}else{
alert("WRONG! Hahaha!");
}
}
</script>
<form action="index.php" name="challenge" method="post">
<input type="password" name="passwd" size="16"><br>
<input type="submit" name="submit" value="Enter" onClick="submitentry()">
</form></b></center></p>
</body>
</html>
Als iemand mij zou kunnen helpen hoe dat het geschreven is.
Heb alleen de werking van dit nodig
password = numletter.substring(11,12)
password = password + numletter.substring(18,19)
password = password + numletter.substring(23,24)
password = password + numletter.substring(16,17)
password = password + numletter.substring(24,25)
password = password + numletter.substring(1,4)
En snap zelf dat dit er bij hoort
var numletter="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
Heb me in geschreven bij zo'n hack challenge dan moet je password's kraken.
Op zich best makkelijk alleen kan nergens iets vinden over de betekenis van dit scrippie:
<title>:: Net Force Challenge ::</title>
<script language="javascript">
function noRightClick() {
if (event.button==2) {
alert('Right-click disabled!')
}
}
document.onmousedown=noRightClick
</script>
</head>
<body bgcolor="#000000" text="#FFFFFF">
<p><center><h1>Net Force Challenge</h1></center></p>
<p><center>[img]"/images/banners/banner3.gif"></center></p><br> <p><center><b>Get[/img]<br>
<script>
var numletter="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
function submitentry(){
verification=document.challenge.passwd.value
alert("searching.");
alert("searching..");
alert("searching...");
password = numletter.substring(11,12)
password = password + numletter.substring(18,19)
password = password + numletter.substring(23,24)
password = password + numletter.substring(16,17)
password = password + numletter.substring(24,25)
password = password + numletter.substring(1,4)
if(verification == password){
alert("Well done, you`ve got it!");
}else{
alert("WRONG! Hahaha!");
}
}
</script>
<form action="index.php" name="challenge" method="post">
<input type="password" name="passwd" size="16"><br>
<input type="submit" name="submit" value="Enter" onClick="submitentry()">
</form></b></center></p>
</body>
</html>
Als iemand mij zou kunnen helpen hoe dat het geschreven is.
Heb alleen de werking van dit nodig
password = numletter.substring(11,12)
password = password + numletter.substring(18,19)
password = password + numletter.substring(23,24)
password = password + numletter.substring(16,17)
password = password + numletter.substring(24,25)
password = password + numletter.substring(1,4)
En snap zelf dat dit er bij hoort
var numletter="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"