@@ -26,24 +26,32 @@ mechanisms the developer forgot to implement and give him feedback
2626regarding descriptions and solutions on how to properly implement
2727these techniques in a safe manner.
2828
29- Installer
29+ Installing Ubuntu
3030----------
3131sudo apt-get install python-pip
3232sudo apt-get install sqlite3
3333
34- pip install https://github.com/mitsuhiko/flask/tarball/master
3534pip install --pre owasp-skf
35+ pip install https://github.com/mitsuhiko/flask/tarball/master
3636
37+ Now you can start the program by opening the folder (e.g. /opt/owasp-skf/) and run:
38+ python skf.py
3739
38- 1. 'cd' into the project directory (e.g. /opt/skf-flask/) and initialize the database with this command:
39-
40- flask --app=skf initdb
40+ Installing Windows
41+ ----------
42+ Download and install Python2.7.9
43+ https://www.python.org/downloads/release/python-279/
4144
42- 2. now you can run skf from the skf dir:
45+ Run below commands in cmd:
46+ C:\Python27\Scripts\pip.exe --pre owasp-skf
47+ C:\Python27\Scripts\pip.exe install https://github.com/mitsuhiko/flask/tarball/master
4348
44- python skf.py
49+ Now you can start the program by opening the folder and dubbel click on the skf.py file:
50+ C:\Python27\Lib\site-packages\skf
4551
46- the application will greet you on
52+ 1. The SKF web-application:
53+
54+ The application will greet you on
4755 https://127.0.0.1:5443/
4856
4957 Default the application will generate a certificate on the fly but what you
@@ -55,6 +63,8 @@ pip install --pre owasp-skf
5563 Check commandline output for the the generated password.
5664
57653. If you want to use test_skf.py as well, you will need to
58-
59- sudo pip install pytest
60-
66+ Ubuntu:
67+ pip install pytest
68+ Windows:
69+ C:\Python27\Scripts\pip.exe --install pytest
70+
0 commit comments