Skip to content
This repository was archived by the owner on Oct 22, 2020. It is now read-only.

Commit 3207d4e

Browse files
committed
Update README
1 parent 6cf43e9 commit 3207d4e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Ensure that you have Ruby 2.2.x installed on your system and then install all re
99
If bundler is not present on your system, you can install it by running ```gem install bundler```.
1010

1111
### Troubleshooting Installation
12+
#### Debian Systems
1213
If you have issues installing WPXF's dependencies (in particular, Nokogiri), first make sure you have all the tooling necessary to compile C extensions:
1314

1415
```
@@ -21,6 +22,11 @@ It’s possible that you don’t have important development header files install
2122
sudo apt-get install ruby-dev zlib1g-dev liblzma-dev
2223
```
2324

25+
#### Windows Systems
26+
If you are experiencing errors that indicate that ```libcurl.dll``` could not be loaded, you will need to ensure the latest libcurl binary is included in your Ruby bin folder, or any other folder that is in your environment's PATH variable.
27+
28+
The latest version can be downloaded from http://curl.haxx.se/download.html. As of 16/05/2016, the latest release is marked as ```Win32 2000/XP zip 7.40.0 libcurl SSL```. After downloading the archive, extract the contents of the bin directory into your Ruby bin directory (if prompted, don't overwrite any existing DLLs).
29+
2430
### How do I use it?
2531
Open a command prompt / terminal in the directory that you have downloaded WordPress Exploit Framework to, and start it by running ```ruby wpxf.rb```.
2632

0 commit comments

Comments
 (0)