JSFiddle - React, Tailwind, and code Playground
by linoskoczek
HTML
<h1>WPluginScanner</h1>
<h2>Point</h2>
Crawl <a href="https://wordpress.org/plugins/browse/popular/">WordPress Plugins</a>
to build a list of most popular plugins. Generated \#tutej list is used to make GET requests for each URL and verify if the directory (or a file?) of a plugin is in <i>/wp-content/plugins/</i>.
<h2>Installation</h2>
<code><br>
git clone https://github.com/linoskoczek/WPluginScanner<br>
cd WPluginScanner<br>
</code>
<h2>Usage</h2>
<code><br>
python3 crawlpopular.py<br>
python3 wppluginscanner.py http://examplewpsite.com<br>
</code>
<h2>Other tools</h2>
<ul><li><a href="https://github.com/wpscanteam/wpscan">WPScan</a> - scaning all the plugins</li></ul>
<ul><li><a href="https://wppluginchecker.earthpeople.se/">Earth People WordPress Plugin Checker</a> - 50 plugins + plugins by Earth People</li></ul>
<ul><li><a href="https://scanwp.net/">ScanWP.net</a> - more than 50 plugins</li></ul>
<ul><li><a href="https://whatwpthemeisthat.com/top-plugins.html">WhatWPThemeIsThat</a> - more than 50 plugins</li></ul>
<h2>Usage</h2>
<code><br>
python3 crawlpopular.py<br>
python3 wppluginscanner.py http://examplewpsite.com<br>
</code>
Process finished with exit code 0