![]() parsing04 |
Introduction to writing spiders and agents |
![]() formsandinterface01 |
![]() |
Forms and interface | ||
Reverse engineer original form on the target web page | ||
Save to local file | ||
< FORM NAME="frm" ACTION="process.php" METHOD="post"> | ||
Verify that the form method is "GET", if not change it | ||
Remove the ACTION attirbute from the FORM tag | ||
Fill-out the form and press "Submit" | ||
Use the browser's location field to decode variables | ||
![]() |
||
Go back and see that the original ACTION was for the form. THIS IS YOUR TARGET |