Skip to content

Commit ecc67b1

Browse files
committed
Fix loot name
1 parent d898af5 commit ecc67b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/wp_dukapress_file_read.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def run_host(ip)
6666
fname = datastore['FILEPATH']
6767

6868
path = store_loot(
69-
'mobileedition.traversal',
69+
'dukapress.file',
7070
'text/plain',
7171
ip,
7272
res.body,

0 commit comments

Comments
 (0)