Dedication
Information / Resources
Running pyOwaspBELVA
Known Issues
To Do
Dedication
--
This app is dedicated to my dad.
Please see DEDICATION file for more info.
--
Find general info and FAQ on owasp.org project page: https://www.owasp.org/index.php/OWASP_Basic_Expression_&_Lexicon_Variation_Algorithms_%28BELVA%29_Project
How to & videos to come.....
--
To Run:
To make the py files executable you may need to type:
chmod 755 ./*.py -R
Follow py instructions to install additional libraries such as QT4 if needed
--
The interface needs better responsiveness: it can be sluggish and may appear unresponsive.
To verify app is working:
Change to outFile/outfile.txt directory (or your selected outfile directory) and type:
tail -f outfile.txt
You will see new dictionary words being generated if past the import stage.
--