LazyFormFuzz/README.md

48 lines
559 B
Markdown
Raw Normal View History

2013-07-19 16:21:17 -04:00
# Lazy Form Fuzz
2013-07-19 16:23:13 -04:00
A bookmarklet for filling HTML forms with random data.
## Browser Support
IE 8+, Firefox, Chrome, Opera (Presto and Blink), and Safari
Supports single page and framed forms.
## Form element support for autofilling
### Input Types
* color
* email
* number
* range
* search
* tel
* url
* date
* datetime
* datetime-local
* month
* week
* time
* checkbox
* radio
* text
### Other form elements
* textarea
* select
## Never filled form elements
### Input Types
* hidden
* password
* button
* file
### Attributes
* readonly
* disabled