mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
Fix wordpress plugins update script
This commit is contained in:
2
.github/scripts/wordpress-plugins-update.py
vendored
2
.github/scripts/wordpress-plugins-update.py
vendored
@@ -28,7 +28,7 @@ regex = r"https://wordpress.org/plugins/(\w.+)/"
|
||||
ranking = 1
|
||||
|
||||
# Top 200 Wordpress Plugins
|
||||
for page_number in range(2, 11):
|
||||
for page_number in range(1, 11):
|
||||
|
||||
print(f"https://wordpress.org/plugins/browse/popular/page/{page_number}/")
|
||||
html = requests.get(url=f"https://wordpress.org/plugins/browse/popular/page/{page_number}/", headers={
|
||||
|
||||
Reference in New Issue
Block a user