Updates scripts

This commit is contained in:
2025-07-27 16:14:24 -03:00
parent 437007ebd2
commit 2344ac0f8c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
remote_ip="192.168.0.20"
remote_ip="banana"
mapfile -t ports_list < <(nmap "${remote_ip}" -p 37000-44000 -oG - | grep -oP '\d+(?=\/open\/tcp)')