diff options
| author | mickael9 | 2015-07-18 21:06:54 +0200 |
|---|---|---|
| committer | mickael9 | 2015-07-18 21:06:54 +0200 |
| commit | 7a7ea8c2f9185618aa0b94940bf6edfea935f23f (patch) | |
| tree | eee57fda81fc7e3da3519846c935021c69a500ad /.SRCINFO | |
| download | packages-7a7ea8c2f9185618aa0b94940bf6edfea935f23f.tar.gz packages-7a7ea8c2f9185618aa0b94940bf6edfea935f23f.tar.bz2 packages-7a7ea8c2f9185618aa0b94940bf6edfea935f23f.zip | |
Initial commit
Diffstat (limited to '.SRCINFO')
| -rw-r--r-- | .SRCINFO | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..53f49b4 --- /dev/null +++ b/.SRCINFO | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | pkgbase = wapiti | ||
| 2 | pkgdesc = A vulnerability scanner for web applications. It currently search vulnerabilities like XSS, SQL and XPath injections, file inclusions, command execution, LDAP injections, CRLF injections... | ||
| 3 | pkgver = 2.3.0 | ||
| 4 | pkgrel = 2 | ||
| 5 | url = http://wapiti.sourceforge.net/ | ||
| 6 | arch = any | ||
| 7 | license = GPL | ||
| 8 | depends = python2 | ||
| 9 | depends = python2-setuptools | ||
| 10 | depends = python2-requests | ||
| 11 | depends = python2-beautifulsoup3 | ||
| 12 | source = http://downloads.sourceforge.net/sourceforge/wapiti/wapiti/wapiti-2.3.0/wapiti-2.3.0.tar.gz | ||
| 13 | md5sums = dd8b0ab120518215abf9c7b22251fd8b | ||
| 14 | |||
| 15 | pkgname = wapiti | ||
| 16 | |||
