MCPcopy Index your code
hub / github.com/RUB-NDS/PRET / help_fuzz

Method help_fuzz

printer.py:780–784  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

778 output().fuzzed(path + name, "", ("", opt1, opt2))
779
780 def help_fuzz(self):
781 print("File system fuzzing: fuzz <category>")
782 print(" fuzz path - Explore fs structure with path traversal strategies.")
783 print(" fuzz write - First put/append file, then check for its existence.")
784 print(" fuzz blind - Read-only tests for existing files like /etc/passwd.")
785
786 options_fuzz = ("path", "write", "blind")
787

Callers 1

do_fuzzMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected