From fd84a310f1c5b06fdd8fc6517cecc3bd9fa5c68d Mon Sep 17 00:00:00 2001 From: lanjelot Date: Tue, 7 Apr 2020 15:18:06 +1000 Subject: [PATCH] Fixes #74 --- patator.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/patator.py b/patator.py index e6cc624..b27fc55 100755 --- a/patator.py +++ b/patator.py @@ -238,7 +238,12 @@ www.abc.fr 8.8.8.8 www.xyz.fr 8.8.4.4 The numbers of every keyword given on the command line must be specified. -Use ',' to iterate over the cartesian product of sets and use ':' to iterate over sets simultaneously. +Use ',' to iterate over the cartesian product of sets and use ':' to iterate +over sets simultaneously. + +If the value of a module option starts with the letter @, the rest should be a +filename. The contents of the file will be loaded into the option: +./module raw_request=@req.txt 0=vhosts.txt 1=uagents * Keywords