Jump to content
Dragos

Simple bruteforce challenge

Recommended Posts

  • Moderators

Gasiti cuvantul si postati un screenshot cu mesajul de felicitari.

Bruteforce Challenge

In caz ca are cineva nevoie de sursa, am postat-o mai jos.

<html>
<head>
<title>Bruteforce Challenge</title>
</head>
<body>
<center>
<h1>Bruteforce Challenge</h1>
<form action="" method="get">
<input type="text" name="cuchi">
<input type="submit" value="Incearca">
</form>
<?php if($_GET['cuchi']=="balabuc"){
echo "<div style='color:green;font-weight:bold'>Felicitari! Ai gasit raspunsul.</div>";
}elseif(stristr("balabuc",$_GET['cuchi'])){
echo "<div style='color:green;font-weight:bold'>Esti pe aproape..</div>";
}elseif($_GET['cuchi']!=""){
echo "<div style='color:red;font-weight:bold'>Gresit..</div>";
} ?>
</center>
</body>
</html>

Edited by Dragos
  • Upvote 2
Link to comment
Share on other sites

Ideea cu numele pe imagine era ca sa nu va copie altii imaginea, textul trebuia pus in niste zone din care nu putea fi sters asa usor, daca voi il puneti pe alb, cat credeti ca imi va lua mie, de exemplu, sa-l sterg?

Ne bazam pe incredere.

+ ca de ce ar vrea cineva sa minta?Ce i-ar iesi lui?Daca era ceva cu premii mai ziceam dar asa..n-are rost

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.



×
×
  • Create New...