Skip to content

Commit 722e077

Browse files
committed
Update generic target
1 parent 2c013ca commit 722e077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/exploit/http/server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ def js_property_spray
873873
break;
874874
875875
case 'generic':
876-
obj.title = data.substring(0, heapBlockSize-0x58);
876+
obj.title = data.substring(0, (heapBlockSize-2)/2);
877877
div_container.appendChild(obj);
878878
break;
879879

0 commit comments

Comments
 (0)