Skip to content

Commit ee74bb3

Browse files
committed
The default concat operator should be ok
1 parent 5499b68 commit ee74bb3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/exploits/linux/http/belkin_login_bof.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ def exploit
8787
print_status("#{peer} - Exploiting...")
8888
execute_cmdstager(
8989
:flavor => :echo,
90-
:linemax => 200,
91-
:concat_operator => ' ; '
90+
:linemax => 200
9291
)
9392
end
9493

0 commit comments

Comments
 (0)