Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
Add virtualenv installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sokaRepo committed Oct 14, 2017
1 parent 2f48e0e commit 44365a5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Expand Up @@ -9,19 +9,20 @@ You agree that you use this software at your own risk.


## Install & Launch
Dependencies
```
pip install requests
pip install tornado
pip install lxml
```

Install
```bash
git clone https://github.com/swisskyrepo/Wordpresscan.git
cd Wordpresscan
```

Virtualenv
```
virtualenv .venv -p /usr/bin/python2.7
source .venv/bin/activate
pip install -r requirements.txt
```

Example 1 : Basic update and scan of a wordpress
```
python main.py -u "http://localhost/wordpress" --update --random-agent
Expand Down
10 changes: 10 additions & 0 deletions requirements.txt
@@ -0,0 +1,10 @@
backports-abc==0.5
certifi==2017.7.27.1
chardet==3.0.4
idna==2.6
lxml==4.1.0
requests==2.18.4
singledispatch==3.4.0.3
six==1.11.0
tornado==4.5.2
urllib3==1.22

0 comments on commit 44365a5

Please sign in to comment.