diff --git a/data/local_vulnerable_files.xml b/data/local_vulnerable_files.xml
index 3371eab4..134456dc 100644
--- a/data/local_vulnerable_files.xml
+++ b/data/local_vulnerable_files.xml
@@ -38,5 +38,36 @@ ryandewhurst at gmail
http://brindi.si/g/blog/vulnerable-swf-bundled-in-wordpress-plugins.html
+
+ Arbitrary File Upload Vulnerability
+ php.php
+ http://packetstormsecurity.com/files/119241/wpvalums-shell.txt
+
+
+
+
+ Arbitrary File Upload Vulnerability
+ php.php
+ http://packetstormsecurity.com/files/119218/wpreflexgallery-shell.txt
+
+
+
+ Arbitrary File Upload Vulnerability
+ uploadify.php
+ http://packetstormsecurity.com/files/119219/wpuploader104-shell.txt
+
+
+
+ Inline phpinfo()
+ phpinfo.php
+
+
+
+
+ phpinfo()
+ phpinfo.php
+
+
+
diff --git a/wpstools.rb b/wpstools.rb
index 38af3dcd..9e37ba69 100755
--- a/wpstools.rb
+++ b/wpstools.rb
@@ -226,7 +226,8 @@ begin
end
puts " |"
puts " | Title: #{vuln_title}"
- puts " | Refrence: #{vuln_refrence}"
+ puts " | Refrence: #{vuln_refrence}" if !vuln_refrence.empty?
+ puts
end
end