From de0addd8136f1a77ec68dec1746a726e39234bfd Mon Sep 17 00:00:00 2001 From: Oskar Edbro Date: Mon, 26 Sep 2022 11:32:16 +0200 Subject: [PATCH] Added UUID to readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc797b1..1f6c61b 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ optional arguments: -p, --pnr Generate Personal Number -n, --name Generate Personal Name -e, --email Generate Personal Email + -u, --uuid Generate UUID ``` ## Installation @@ -24,4 +25,4 @@ $ python ./setup.py install --user ``` ## Burp -To use testdataengine as a burp plugin you need to manully move the file `burptestdatagenerator.py` and the folder `testdatagenerator` to the folder burp uses to load modules. When they are moved there, they can be loaded as any other python extension. \ No newline at end of file +To use testdataengine as a burp plugin you need to manully move the file `burptestdatagenerator.py` and the folder `testdatagenerator` to the folder burp uses to load modules. When they are moved there, they can be loaded as any other python extension.