Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
moloch54 authored May 17, 2023
1 parent 5e52026 commit 7c17c00
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 7c17c00

Please sign in to comment.