Jump to content
rospark

Exploit Source Code

Recommended Posts

Am tot vazut probleme bazate pe exploatare web, dar deloc bazate pe exploatare soft, asa ca m-am decis sa introduc cateva.

Se da urmatoarea bucata de cod sursa:


int main(int argc, char **argv)
{
unsigned char log = 0;
char p[16];
gets(p);
if(valid(p))
log = 1;

puts(log==1?solutie():"Parola gresita!");
return 0;
}

Obiectivul vostru e de a executa functia solutie()

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...