Fixed typos in readme.txt for web_cloner

This commit is contained in:
antisnatchor
2012-09-17 11:03:13 +01:00
parent 074ca17e42
commit e56b083ad5

View File

@@ -1,12 +1,12 @@
This is the directory where the cloned pages will be placed.
If you cloce beefproject.com, there will be 2 files:
If you clone beefproject.com, there will be 2 files:
- beefproject.com <- original, unmodified
- beefproject.com_mod <- modified one
In case you want to further modify the beefproject.com_mod manually,
and serve it throught BeEF, do the following:
and serve it through BeEF, do the following:
- clone the page
- modify the x_mod file
- modify the beefproject.com_mod file
- clone the same page again, adding the "use_existing":"true" parameter in the RESTful API call.
In this way the x_mod page will be served, with your custom modifications.