README update : command line for basic run
parent
ea5773d7e2
commit
ec7dfaf558
|
@ -19,7 +19,8 @@ Install
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/swisskyrepo/Wordpresscan.git
|
git clone https://github.com/swisskyrepo/Wordpresscan.git
|
||||||
cd Wordpresscan
|
cd Wordpresscan
|
||||||
python main.py -u "http://localhost/wordpress" --update --aggressive
|
python main.py -u "http://localhost/wordpress" --update
|
||||||
|
|
||||||
-u : Url of the WordPress
|
-u : Url of the WordPress
|
||||||
--update : Update the wpscan database
|
--update : Update the wpscan database
|
||||||
--aggressive : Launch an aggressive version to scan for plugins/themes
|
--aggressive : Launch an aggressive version to scan for plugins/themes
|
||||||
|
|
Loading…
Reference in New Issue