diff --git a/README.md b/README.md index 8cbd0e4..8346fe0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ # WPscrap -Fast and stealth WordPress scanner, no api-key, searching contributors for auto-exploit module. +Fast and stealth WordPress scanner, no api-key, searching contributors for auto-exploit module. + +# Installation +```sh +git clone https://github.com/moloch54/WPscrap +``` +```sh +cd WPscrap; pip3 install -r requirements.txt +``` +# Usage +```sh +python3 WPscrap.py -L listofurls.txt +```