View Issue Details

IDProjectCategoryView StatusLast Update
0002019Kali LinuxKali Package Improvementpublic2015-01-13 16:17
ReporterFireFart Assigned Torhertzog  
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Product Version1.0.9 
Fixed in Version1.1.0 
Summary0002019: WPScan --update during install and proxy
Description

Currently the wpscan package issues a wpscan --update after installing:
http://git.kali.org/gitweb/?p=packages/wpscan.git;a=blob;f=debian/wpscan.postinst;h=d2a77bfe9b9f55820f0ac215000080305beba5c4;hb=HEAD#l24

This can be a problem when sitting behind a proxy and only apt is configured to use a proxy via apt.conf. So if you did not set the env proxy, the update will fail.

We provide a data.zip in the root folder which can be extracted to the data folder to have some default data.

I was glad you moved away from the "svn update" and "git pull" during apt-gets when switching from backtrack to kali, but this package somehow breaks the system so it would be great to have it changed.

Steps To Reproduce

apt-get install wpscan
apt-get update wpscan

Activities

muts

muts

2015-01-13 15:48

reporter   ~0002955

FWIW in the above situation, wpscan - -update might fail but the postinst does not fail so the package installation does not fail either.

That said wpscan is not usable without its data so thanks for the tip of installing the bundled data in case of failure.

rhertzog

rhertzog

2015-01-13 16:17

administrator   ~0002957

We have pushed wpscan 2.6-0kali2 implementing this extraction of data.zip. We extract the file at build time in /usr/share/wpscan/default_data/ and in the postinst we copy those files in /var/lib/wpscan/data if wpscan --update fails.

Issue History

Date Modified Username Field Change
2015-01-12 21:31 FireFart New Issue
2015-01-13 15:48 muts Note Added: 0002955
2015-01-13 16:17 rhertzog Note Added: 0002957
2015-01-13 16:17 rhertzog Status new => resolved
2015-01-13 16:17 rhertzog Fixed in Version => 1.1.0
2015-01-13 16:17 rhertzog Resolution open => fixed
2015-01-13 16:17 rhertzog Assigned To => rhertzog