Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turning OWTF into a Python package #875

Merged
merged 66 commits into from
Aug 29, 2017
Merged
Changes from 1 commit
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
714a14b
Updated .gitignore with OS specific files
viyatb Aug 18, 2017
e5938dc
Initial breaking UI directory change
viyatb Aug 18, 2017
4a80fc4
Moved the web interface to webui/ and working
viyatb Aug 18, 2017
015f656
Fixed web interface setup
viyatb Aug 18, 2017
a90b276
Remove zest directory and from installation, rename configuration to …
viyatb Aug 18, 2017
bd2341d
Remove ununsed agents directory
viyatb Aug 18, 2017
1165568
Rename Dockerfile to Dockerfile.dev
viyatb Aug 18, 2017
cb16d27
Remove editor specific files
viyatb Aug 18, 2017
d522a20
Rename framework_config.cfg to framework.cfg
viyatb Aug 18, 2017
64d7479
Updated .gitignore with new paths
viyatb Aug 19, 2017
a0f347f
Packaging OWTF into a python package, imports still broken
viyatb Aug 19, 2017
7ab4e8b
Remove plugnhack remaining files and commands
viyatb Aug 19, 2017
e9db67f
Expanded gitignore to add python packaging garbage
viyatb Aug 19, 2017
747bed3
New setup.py and MANIFEST files for correct packaging
viyatb Aug 19, 2017
d7408e2
Updated to correct tool and dictionaries path
viyatb Aug 19, 2017
ce4f9a1
Remove restricted content
viyatb Aug 19, 2017
95413b1
Fix merge conflicts
viyatb Aug 19, 2017
22efb4b
Fix bug where requirements were not being install during setup.py ins…
viyatb Aug 19, 2017
fb4c74d
Install cffi before the install script runs
viyatb Aug 19, 2017
33a4c54
Fix typo
viyatb Aug 19, 2017
75e2d77
Add a placeholder tests directory
viyatb Aug 19, 2017
3caa8d6
Move all pip installation to setup.py
viyatb Aug 19, 2017
cc5f15e
track lib, needed for owtf/lib directory
viyatb Aug 19, 2017
668d327
[reboot] Refactor OWTF (#877)
viyatb Aug 22, 2017
e1f27a9
Fixes merge commits
viyatb Aug 22, 2017
ff60798
Add broken tests as a placeholder
viyatb Aug 22, 2017
37bff77
Updated to reflect package use and installation
viyatb Aug 22, 2017
8608d17
More changes
viyatb Aug 22, 2017
5781df0
Move proxy to package root directory
viyatb Aug 22, 2017
bab7f47
Fixes merge commits
viyatb Aug 22, 2017
7c3bad4
OWTF works work, fixed all refactor mistakes, and improved installation
viyatb Aug 24, 2017
030546c
[reboot] Works now, fixed all refactor mistakes, and improved install…
viyatb Aug 24, 2017
02b3bf9
new travis
viyatb Aug 24, 2017
6441e2a
Merge branch 'viyatb/install' into viyatb/break
viyatb Aug 24, 2017
1a68998
remove virtualenv
viyatb Aug 24, 2017
e352720
fix wrong git pull
viyatb Aug 24, 2017
9996c19
fix configuration path
viyatb Aug 24, 2017
bbed978
Rename everything to tests
viyatb Aug 24, 2017
67fde76
Fix test patch
viyatb Aug 24, 2017
dd21938
Remove test patch
viyatb Aug 24, 2017
ca0bd36
Fix branch name
viyatb Aug 24, 2017
e219b03
Fix owtf not exiting
viyatb Aug 25, 2017
8a22119
Fix merge conflicts
viyatb Aug 25, 2017
4ee447e
Fix all tests
viyatb Aug 25, 2017
2902a51
Install test dependencies
viyatb Aug 25, 2017
6bc200f
Finally fixed all tests
viyatb Aug 26, 2017
8f29715
Use makefile
viyatb Aug 26, 2017
3fc0b4a
Don't use makefile
viyatb Aug 26, 2017
8f83217
Fix Db cleaning
viyatb Aug 27, 2017
c44e025
Fix spiders plugin
viyatb Aug 27, 2017
4caf6a4
Finally fix spiders passive plugin
viyatb Aug 27, 2017
173a52f
Fix more tests
viyatb Aug 27, 2017
446ebb9
Add correct syntax
viyatb Aug 27, 2017
f7c81bb
Address Tao's comments
viyatb Aug 27, 2017
200223d
Fix travis again
viyatb Aug 27, 2017
e5861c3
More refined makefile commands
viyatb Aug 27, 2017
5b9eb8f
Misc files
viyatb Aug 27, 2017
b551d01
Update requirements
viyatb Aug 27, 2017
02e4342
Initial files for debian packaging
viyatb Aug 28, 2017
5bf3a9b
Ignore deb files
viyatb Aug 28, 2017
7b05b82
Add final debian packaging files
viyatb Aug 28, 2017
2df7738
Add better readme and setup.py
viyatb Aug 28, 2017
63e08fd
Add libffi to the package list
viyatb Aug 28, 2017
0de8c65
Manage OWTF versions through __init__ file and setup.py
viyatb Aug 28, 2017
030e0e2
Some doc changes
viyatb Aug 28, 2017
2c2eb73
Still install everything in owtf root folder
viyatb Aug 29, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Install cffi before the install script runs
  • Loading branch information
viyatb committed Aug 19, 2017
commit fb4c74d6d8f0a96a53b4c856288a1203783a6da1
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# - The version number is important, it is required that you test
# the latest version and add it here
# - The casing of names is critical for dependency checks, eg. pyOpenSSL and not pyopenssl
cffi=1.10.0
cookies==2.2.1
ipaddr==2.1.11
lxml==3.8.0
Expand Down