Skip to content

Commit 64bc029

Browse files
committed
Fix Ruby style
1 parent 90ec367 commit 64bc029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/admin/http/wp_symposium_sql_injection.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def run
142142
end
143143
end
144144

145-
if not credentials.empty?
145+
unless credentials.empty?
146146
loot = store_loot("wp_symposium.http","text/plain", rhost, credentials)
147147
vprint_status("Credentials saved in: #{loot}")
148148
end

0 commit comments

Comments
 (0)