Skip to content

Commit

Permalink
Merge pull request #11 from keltecc/random-data-generator
Browse files Browse the repository at this point in the history
added generators for random data
  • Loading branch information
rx00 authored Nov 1, 2023
2 parents fe3f980 + 0268d49 commit 455fc72
Show file tree
Hide file tree
Showing 4 changed files with 1,084 additions and 0 deletions.
7 changes: 7 additions & 0 deletions gornilo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
from gornilo.actions import Checker, Verdict, CheckRequest, PutRequest, GetRequest
from gornilo.new_actions import NewChecker
from gornilo.sub_checker import VulnChecker
from gornilo.generators import (
random_username,
random_password,
random_xkcd_password,
random_text,
random_string,
)
Loading

0 comments on commit 455fc72

Please sign in to comment.