2013-07-19 16:21:17 -04:00
|
|
|
# Lazy Form Fuzz
|
2013-07-19 16:36:11 -04:00
|
|
|
A bookmarklet for filling HTML forms with random data.
|
|
|
|
Data is generated from regular expressions, using [RandExp](https://github.com/fent/randexp.js).
|
2013-07-19 16:23:13 -04:00
|
|
|
|
|
|
|
## Browser Support
|
|
|
|
IE 8+, Firefox, Chrome, Opera (Presto and Blink), and Safari
|
|
|
|
|
2013-07-19 16:36:11 -04:00
|
|
|
Supports single page and framed (iframes and framesets) forms.
|
2013-07-19 16:23:13 -04:00
|
|
|
|
|
|
|
## 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
|
|
|
|
|
2013-07-19 16:36:11 -04:00
|
|
|
## Custom Generation rules
|
|
|
|
LazyFormFuzz respects the pattern attribute on input elements, and will use it over built-in rules.
|