/wpthemedownloader

This script downloads wordpress themes for vulnerability researching purposes

Primary LanguageShellMIT LicenseMIT

wpthemedownloader

Just use svn svn co https://themes.svn.wordpress.org/

This script downloads wordpress themes for vulnerability researching purposes Usage :

for x in seq 1 numberofpages; do ./download.sh $x file ; done

So ./download.sh number file will download all number page from the search using keyword file. I'll improve on this once I get more time.