Go to file
Timothy Warren 64a27fd8ed Fix incorrect url for live bookmarklet 2013-07-23 08:36:28 -04:00
src Initial Commit 2013-07-19 16:21:17 -04:00
test Initial Commit 2013-07-19 16:21:17 -04:00
LazyFormFuzz-live.js Fix incorrect url for live bookmarklet 2013-07-23 08:36:28 -04:00
LazyFormFuzz.js Update generated bookmarklet 2013-07-22 14:19:11 -04:00
README.md Another README update 2013-07-19 16:36:11 -04:00
create_bookmarklet.php Initial Commit 2013-07-19 16:21:17 -04:00

README.md

Lazy Form Fuzz

A bookmarklet for filling HTML forms with random data. Data is generated from regular expressions, using RandExp.

Browser Support

IE 8+, Firefox, Chrome, Opera (Presto and Blink), and Safari

Supports single page and framed (iframes and framesets) 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

Custom Generation rules

LazyFormFuzz respects the pattern attribute on input elements, and will use it over built-in rules.