https://github.com/vr51/formfind
Find forms in web pages
https://github.com/vr51/formfind
Last synced: 9 months ago
JSON representation
Find forms in web pages
- Host: GitHub
- URL: https://github.com/vr51/formfind
- Owner: VR51
- Created: 2018-02-26T10:13:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-26T10:42:38.000Z (over 8 years ago)
- Last Synced: 2025-04-02T08:12:19.799Z (about 1 year ago)
- Language: Perl
- Homepage: https://journalxtra.com/linux/bash/bash-filling-web-forms-with-curl-and-wget/
- Size: 3.91 KB
- Stars: 5
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Formfind
The script file is [here](https://github.com/VR51/formfind/blob/master/formfind.pl)
## Backstory
Formfind was created by Daniel Stenberg in 2002. The script was shipped with cURL until it was removed some years ago. This backup copy of formfind is here for historical, educational and research purposes. All claims to formfind belong to its copyright holder.
A guide to using formfind is available [here](https://journalxtra.com/linux/bash/bash-filling-web-forms-with-curl-and-wget/)
## Description
This script gets an HTML page on stdin and presents form information on stdout.
Author: Daniel Stenberg
Version: 0.2 Nov 18, 2002
## History
- 0.1 - Nov 12 1998 - Created now!
- 0.2 - Nov 18 2002 - Enhanced. Removed URL support, use only stdin.