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.