Skip to content

Commit

Permalink
Testing: Fixed error running social_engerring_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
wheatley authored Aug 24, 2021
1 parent 15af383 commit 9f7dcdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/beef/extensions/social_engineering_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

it 'clone web page' do
expect {
BeEF::Core::Server.instance.prepare
BeEF::Extension::SocialEngineering::WebCloner.instance.clone_page("https://www.google.com", "/", nil, nil)
}.to_not raise_error
FileUtils.rm(Dir['./extensions/social_engineering/web_cloner/cloned_pages/www.google.com'])
Expand Down

0 comments on commit 9f7dcdf

Please sign in to comment.