Skip to content

Commit a22ee24

Browse files
committed
Remove obsolete ARE-related comments missed in earlier changes
1 parent 4508d6c commit a22ee24

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

core/main/rest/handlers/hookedbrowsers.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ class HookedBrowsers < BeEF::Core::Router::Router
133133
BeEF::Core::Models::BrowserDetails.create(session_id: hb.session, detail_key: 'host.os.version', detail_value: os_version)
134134
BeEF::Core::Models::BrowserDetails.create(session_id: hb.session, detail_key: 'Arch', detail_value: arch)
135135

136-
# TODO: if there where any ARE rules defined for this hooked browser,
137-
# after updating OS/arch, force a retrigger of the rule.
138136
{ 'success' => true }.to_json
139137
end
140138

modules/ipec/inter_protocol_posix_bindshell/module.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@
3939
#
4040
# o Returning the shell command results is not supported in Chrome, Safari and Opera as JavaScript cannot be executed within the bindshell iframe. The shell commands are executed on the target shell however.
4141
#
42-
# o This module is incompatible with autorun. Upon completing the shell commands it will load the original hooked window in a child iframe resulting in an additional hook. This will result in an infinite loop if this module is set to autorun.
43-
#
4442

4543
class Inter_protocol_posix_bindshell < BeEF::Core::Command
4644
def self.options

0 commit comments

Comments
 (0)