Changeset 5497
- Timestamp:
- 04/26/08 13:10:41 (3 weeks ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
framework3/trunk/modules/exploits/windows/browser/ani_loadimage_chunksize.rb
r5496 r5497 164 164 if datastore['SRVPORT'].to_i != 80 || datastore['URIPATH'] != '/' 165 165 print_status("Mozilla request received from #{cli.peerhost}. To exploit Mozilla browsers, SRVPORT must be set to 80 and URIPATH must be '/'") 166 cli.send_response(create_response(404, "File not found")) 166 167 return 167 168 end
