Skip to content

Commit e908bb6

Browse files
committed
formating
1 parent a513f40 commit e908bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/payloads/stages/android/meterpreter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def on_session(session)
5757
super
5858
framework.sessions.schedule Proc.new {
5959
session.init_ui(self.user_input, self.user_output)
60-
if (datastore['AutoLoadAndroid'] == true)
60+
if (datastore['AutoLoadAndroid'])
6161
session.load_android
6262
end
6363
}

0 commit comments

Comments
 (0)