Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from beefproject:master #14

Merged
merged 6 commits into from
Jul 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/main/autorun_engine/engine.rb
Original file line number Diff line number Diff line change
@@ -92,7 +92,7 @@ def trigger(rule_ids, hb_id)
:rule_token => rule_token,
:mod_body => wrapper,
:is_sent => false,
:rule_id => rule_id
:id => rule_id
)
are_exec.save!
# Once Engine.check() verified that the hooked browser match a Rule, trigger the Rule ;-)
4 changes: 2 additions & 2 deletions modules/social_engineering/pretty_theft/command.js
Original file line number Diff line number Diff line change
@@ -93,9 +93,9 @@ beef.execute(function() {
$j('#popup').remove();
$j('#darkenScreenObject').remove();

}else if((uname1.length == 0 || pass1.length == 0) && valcheck == "true"){
} else if((uname1.length == 0 || pass1.length == 0) && valcheck == "true") {
// If user has not entered any data, reset button
document.body.lastChild.getElementById("buttonpress").value = "false";
document.getElementById("buttonpress").value = "false";
alert("Please enter a valid username and password.");
}
}