Package Details: wpscan-git 3.3.1.2303.3a427728-1

Git Clone URL: https://aur.archlinux.org/wpscan-git.git (read-only, click to copy)
Package Base: wpscan-git
Description: Black box WordPress vulnerability scanner
Upstream URL: http://wpscan.org
Licenses: custom:WPScan
Conflicts: wpscan
Provides: wpscan
Submitter: anthraxx
Maintainer: anthraxx
Last Packager: anthraxx
Votes: 2
Popularity: 0.000000
First Submitted: 2016-05-30 22:50 (UTC)
Last Updated: 2018-10-01 14:28 (UTC)

Required by (1)

Sources (1)

Latest Comments

kIERO commented on 2024-07-05 00:26 (UTC) (edited on 2024-07-05 00:26 (UTC) by kIERO)

/opt/wpscan/vendor/bundle/ruby/3.0.0/gems/activesupport-6.1.7.8/lib/active_support/core_ext/object/json.rb:4:in `require': cannot load such file -- json (LoadError)
        from /opt/wpscan/vendor/bundle/ruby/3.0.0/gems/activesupport-6.1.7.8/lib/active_support/core_ext/object/json.rb:4:in `<top (required)>'
        from /opt/wpscan/vendor/bundle/ruby/3.0.0/gems/activesupport-6.1.7.8/lib/active_support/core_ext/object.rb:13:in `require'
        from /opt/wpscan/vendor/bundle/ruby/3.0.0/gems/activesupport-6.1.7.8/lib/active_support/core_ext/object.rb:13:in `<top (required)>'
        from /opt/wpscan/vendor/bundle/ruby/3.0.0/gems/activesupport-6.1.7.8/lib/active_support/core_ext.rb:4:in `require'
        from /opt/wpscan/vendor/bundle/ruby/3.0.0/gems/activesupport-6.1.7.8/lib/active_support/core_ext.rb:4:in `block in <top (required)>'
        from /opt/wpscan/vendor/bundle/ruby/3.0.0/gems/activesupport-6.1.7.8/lib/active_support/core_ext.rb:3:in `each'
        from /opt/wpscan/vendor/bundle/ruby/3.0.0/gems/activesupport-6.1.7.8/lib/active_support/core_ext.rb:3:in `<top (required)>'
        from /opt/wpscan/vendor/bundle/ruby/3.0.0/gems/activesupport-6.1.7.8/lib/active_support/all.rb:5:in `require'
        from /opt/wpscan/vendor/bundle/ruby/3.0.0/gems/activesupport-6.1.7.8/lib/active_support/all.rb:5:in `<top (required)>'
        from /opt/wpscan/lib/wpscan.rb:7:in `require'
        from /opt/wpscan/lib/wpscan.rb:7:in `<top (required)>'
        from /opt/wpscan/bin/wpscan:4:in `require'
        from /opt/wpscan/bin/wpscan:4:in `<main>'

esauvisky commented on 2018-06-07 17:03 (UTC)

install: cannot stat 'DISCLAIMER.txt': No such file or directory

DISCLAIMER is now a Markdown file n the git repo, please change line 57 on the PKGBUILD to

install -Dm 644 CHANGELOG.md DISCLAIMER.md README.md -t "${pkgdir}/usr/share/doc/${pkgname}"

for this package to build properly.