From b163805b922dcbfd4befbee37d207b14a9364821 Mon Sep 17 00:00:00 2001 From: moloch54 <123097488+moloch54@users.noreply.github.com> Date: Wed, 17 May 2023 23:39:24 +0200 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a0872f3..8bfb51c 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,16 @@ # WPscrap -Fast and stealth WordPress scanner, no api-key, searching contributors for auto-exploit module. +Fast and stealth WordPress scanner, no api-key, no limitation. +Use the top-notch free open-source API www.wpvulnerability.net + +Searching contributors for auto-exploit module. # Installation ```sh -git clone https://github.com/moloch54/WPscrap -``` -```sh -cd WPscrap; pip3 install -r requirements.txt -``` +git clone https://github.com/moloch54/WPscrap; cd WPscrap; pip3 install -r requirements.txt +``` + # Usage -Updating Database: +Update Database: ```sh python3 WPscrap.py --update ```