A more recent PKGBUILD is available here (watch out for files installed by the .install script)
https://github.com/BlackArch/blackarch/tree/master/packages/wpscan
If someone is interested in adopting this package, a quick email to aur-requests would do it.
Search Criteria
Package Details: wpscan-git 184-3
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2015-02-16)
| Package Base: | wpscan-git |
|---|---|
| Description: | A vulnerability scanner which checks the security of WordPress installations using a black box approach |
| Upstream URL: | http://code.google.com/p/wpscan/ |
| Category: | network |
| Licenses: | |
| Submitter: | paraxor |
| Maintainer: | paraxor |
| Last Packager: | None |
| Votes: | 13 |
| First Submitted: | 2013-07-27 13:48 |
| Last Updated: | 2013-07-28 14:16 |
Latest Comments
Comment by galaux
Comment by hazey
Is this pkg no longer being maintained or just slip by? Wayyy out of date now albeit git sourced so shouldn't be too much an issue, just not sure if the pkgbuild still works with recent vers (2.7), based on past few comments in past couple years there are issues, any recent feedback? Thanks!
Comment by alexiobash
i have fixed this error:
[ERROR] cannot load such file -- bundler/setup
http://mirror.alexiobash.com/alexiobash/script/wpscan-install.sh
Comment by rbellamy
Should be:
arch = ('any')
optdepends = ('ruby-typhoeus' 'ruby-rspec' 'ruby-progressbar' 'ruby-webmock' 'ruby-terminal-table' 'ruby-simplecov')
Comment by petterk
[petterk@petterk-linux .wpscan]$ ruby wpscan.rb
[ERROR] cannot load such file -- bundler/setup
[petterk@petterk-linux .wpscan]$ pwd
/home/petterk/.wpscan
Comment by paraxor
I have fixed the logging errors by creating a per-user carbon of the program.
The start script looks like this now:
#!/bin/sh
localdir=$HOME/.wpscan
mkdir -p "$localdir"
cp -Rf /usr/share/wpscan/* "$localdir"
cd "$localdir"
ruby wpscan.rb "$@"
I will make the required gems available on the AUR.
Comment by dx
>Could not find gem 'typhoeus (>= 0.6.3) ruby' in the gems available on this machine.
>Could not find gem 'rspec (>= 0) ruby' in the gems available on this machine.
>Could not find gem 'ruby-progressbar (>= 1.1.0) ruby' in the gems available on this machine.
>Could not find gem 'webmock (>= 1.9.3) ruby' in the gems available on this machine.
>Could not find gem 'terminal-table (>= 0) ruby' in the gems available on this machine.
>Could not find gem 'simplecov (>= 0) ruby' in the gems available on this machine.
>There was an error while trying to write to Gemfile.lock. It is likely that
>you need to allow write permissions for the file at path:
>/usr/share/wpscan/Gemfile.lock
>/usr/share/wpscan/lib/common/hacks.rb:55:in `initialize': Permission denied - /usr/share/wpscan/log.txt (Errno::EACCES)
Yeah I give up, this package sucks, better use the method they suggest in their site
Comment by milkmiruku
[WARNING] The SVN repository is DEPRECATED, use the GIT one - http://github.com/wpscanteam/wpscan