Package Details: wpscan-git 184-3

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: GPL3
Submitter: paraxor
Maintainer: paraxor
Last Packager: None
Votes: 13
First Submitted: 2013-07-27 13:48
Last Updated: 2013-07-28 14:16

Dependencies (1)

Required by (0)

Sources

Latest Comments

Comment by galaux

2015-06-13 16:30

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.

Comment by hazey

2015-04-14 21:20

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

2015-04-13 20:59

i have fixed this error:
[ERROR] cannot load such file -- bundler/setup

http://mirror.alexiobash.com/alexiobash/script/wpscan-install.sh

Comment by rbellamy

2014-09-22 20:21

Should be:
arch = ('any')
optdepends = ('ruby-typhoeus' 'ruby-rspec' 'ruby-progressbar' 'ruby-webmock' 'ruby-terminal-table' 'ruby-simplecov')

Comment by petterk

2014-07-21 22:32

[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

2013-07-28 14:17

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

2013-07-28 09:40

>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

2012-09-11 04:30

[WARNING] The SVN repository is DEPRECATED, use the GIT one - http://github.com/wpscanteam/wpscan