You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Timothy Warren 64a27fd8ed
Fix incorrect url for live bookmarklet
10 years ago
src Initial Commit 10 years ago
test Initial Commit 10 years ago
LazyFormFuzz-live.js Fix incorrect url for live bookmarklet 10 years ago
LazyFormFuzz.js Update generated bookmarklet 10 years ago
README.md Another README update 10 years ago
create_bookmarklet.php Initial Commit 10 years ago

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.