You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
command_output=session.shell_command_token"ifconfig #{newest_gre} down && ip tunnel del #{newest_gre} mode gre && echo success"
95
94
end
96
95
97
-
ifcommand_output.includes?('success')
96
+
ifcommand_output.include?('success')
98
97
print_good('The GRE interface was successfully removed.')
99
98
else
100
99
print_warning('The module failed to remove the GRE interface created by this exploit. Subsequent module runs will likely fail unless unless it\'s successfully removed')
0 commit comments