Added full plugin list

This commit is contained in:
Christian Mehlmauer
2012-09-10 23:21:14 +02:00
parent f273290887
commit 1e51532ba1
2 changed files with 22552 additions and 2 deletions

View File

@@ -98,10 +98,10 @@ class Generate_Plugin_List
puts "[+] Parsing plugin " + plugin + " [" + response.code.to_s + "]" if @verbose
file = response.body[%r{<li><a href="(\d*?[a-zA-Z].*\..*)">.+</a></li>}i, 1]
if file
# Only count Plugins with contents
plugin += "/" + file
plugins_with_paths << plugin + "\n"
end
plugins_with_paths << plugin + "\n"
end
queue_count += 1