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

22550
data/plugins_full.txt Normal file

File diff suppressed because it is too large Load Diff

View File

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