Skip to content

Commit

Permalink
added generators for random data
Browse files Browse the repository at this point in the history
  • Loading branch information
keltecc committed Aug 16, 2022
1 parent 9ab63d2 commit 0268d49
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 0268d49

Please sign in to comment.