Skip to content

Commit cd9182c

Browse files
author
Tod Beardsley
committed
Msftidy warning fix on Joomla module.
Pre-commit hooks people.
1 parent c7ba7e4 commit cd9182c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/gather/joomla_weblinks_sqli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def run
8484
file = datastore['FILEPATH'].unpack("H*")[0]
8585
catid = datastore['CATEGORYID']
8686

87-
payload = catid.to_s
87+
payload = catid.to_s
8888
payload << ") UNION ALL SELECT CONCAT(0x#{front_marker.unpack('H*')[0]}"
8989
payload << ",IFNULL(CAST(HEX(LOAD_FILE("
9090
payload << "0x#{file})) AS CHAR),0x20),0x#{back_marker.unpack('H*')[0]})#"

0 commit comments

Comments
 (0)