Segment and peek visualization (dis)appear

Segment and peek visualization: click to dissappear, click segment to re-appear
This commit is contained in:
Ewoud
2023-02-26 15:38:11 +01:00
parent ebd1e61e78
commit 26f7c52279
6 changed files with 2440 additions and 2426 deletions

View File

@@ -253,7 +253,8 @@ Netcat host IP:<br>
<input name="N2" type="number" class="s" min="0" max="255" > .
<input name="N3" type="number" class="s" min="0" max="255" ><br>
Netcat host Port:<br>
<input name="NP" type="number" min="0" max="99999" ><br>
<input name="NP" type="number" min="0" max="99999" > <i>If 0 default port 7868 will be used</i><br>
<i>on host [ip] open command prompt and enter nc -l [port] -u</i>
</div>
<hr>
<button type="button" onclick="B()">Back</button><button type="submit">Save</button>