diff --git a/.gitignore b/.gitignore index 9ebc010fe..c02e0a406 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ beef.db test/msf-test -custom-config.yaml -extensions/social_engineering/web_cloner/cloned_pages \ No newline at end of file +custom-config.yaml \ No newline at end of file diff --git a/config.yaml b/config.yaml index 06b0b361a..a0d9db706 100644 --- a/config.yaml +++ b/config.yaml @@ -93,7 +93,7 @@ beef: metasploit: enable: false social_engineering: - enable: false + enable: true evasion: enable: false console: diff --git a/extensions/evasion/config.yaml b/extensions/evasion/config.yaml index 7d9db7f91..50140c4f4 100644 --- a/extensions/evasion/config.yaml +++ b/extensions/evasion/config.yaml @@ -26,5 +26,4 @@ beef: beef: "beef" Beef: "Beef" evercookie: "evercookie" - #chain: ["scramble", "minify"] - chain: ["minify", "base64", "whitespace"] + chain: ["scramble", "minify", "base_64", "whitespace"] diff --git a/extensions/social_engineering/web_cloner/cloned_pages/readme.txt b/extensions/social_engineering/web_cloner/cloned_pages/readme.txt new file mode 100644 index 000000000..5d5f93d45 --- /dev/null +++ b/extensions/social_engineering/web_cloner/cloned_pages/readme.txt @@ -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. \ No newline at end of file