dmknght / BruteforceHTTP

Brute Forcing HTTP form automatically
GNU General Public License v3.0
31 stars 27 forks source link

Can't detect web shell login form with text control only #3

Closed dmknght closed 5 years ago

dmknght commented 5 years ago

Type: HTTP Post form, web shell, 1 field form Source: <form action="?" method="post"><input id="cmd" type="text" name="passw" value="" />&nbsp;<input type="submit" name="btnpasswd" value="Ok" /></form> Analysis:

  <TextControl(passw=)>
  <SubmitControl(btnpasswd=Ok) (readonly)>>
Found 1 form