Added missing cloned_page directory to web_cloner. Added readme.txt on that directory. Enabled the social engineering extension by default. Enabled all the obfuscation techniques in the evasion extension config.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,4 +1,3 @@
|
|||||||
beef.db
|
beef.db
|
||||||
test/msf-test
|
test/msf-test
|
||||||
custom-config.yaml
|
custom-config.yaml
|
||||||
extensions/social_engineering/web_cloner/cloned_pages
|
|
||||||
@@ -93,7 +93,7 @@ beef:
|
|||||||
metasploit:
|
metasploit:
|
||||||
enable: false
|
enable: false
|
||||||
social_engineering:
|
social_engineering:
|
||||||
enable: false
|
enable: true
|
||||||
evasion:
|
evasion:
|
||||||
enable: false
|
enable: false
|
||||||
console:
|
console:
|
||||||
|
|||||||
@@ -26,5 +26,4 @@ beef:
|
|||||||
beef: "beef"
|
beef: "beef"
|
||||||
Beef: "Beef"
|
Beef: "Beef"
|
||||||
evercookie: "evercookie"
|
evercookie: "evercookie"
|
||||||
#chain: ["scramble", "minify"]
|
chain: ["scramble", "minify", "base_64", "whitespace"]
|
||||||
chain: ["minify", "base64", "whitespace"]
|
|
||||||
|
|||||||
@@ -0,0 +1,12 @@
|
|||||||
|
This is the directory where the cloned pages will be placed.
|
||||||
|
If you cloce 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:
|
||||||
|
- clone the page
|
||||||
|
- modify the x_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.
|
||||||
Reference in New Issue
Block a user