From 2344ac0f8c502a9cd8e10f495a4f6deb0d59c564 Mon Sep 17 00:00:00 2001 From: "Matheus A." Date: Sun, 27 Jul 2025 16:14:24 -0300 Subject: [PATCH] Updates scripts --- scripts/shell/discover-remote-device-ports.sh | 2 +- scripts/shell/gdltool.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/shell/discover-remote-device-ports.sh b/scripts/shell/discover-remote-device-ports.sh index c414774..d0228c9 100755 --- a/scripts/shell/discover-remote-device-ports.sh +++ b/scripts/shell/discover-remote-device-ports.sh @@ -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)') diff --git a/scripts/shell/gdltool.sh b/scripts/shell/gdltool.sh index e4db354..74851fa 100755 --- a/scripts/shell/gdltool.sh +++ b/scripts/shell/gdltool.sh @@ -55,7 +55,7 @@ if [ ${#commands_not_found[@]} -ne 0 ]; then exit 1 fi -furry_commission_ideas_path=/mnt/e/clouds/nextcloud/furry-downloads +furry_commission_ideas_path=/mnt/e/clouds/nextcloud-velha-casa/data-hoarding/furry-downloads # furry_commission_ideas_path=/mnt/e/home/documents-unsorted/data-hoarding/furry-downloads # furry_commission_ideas_path=/mnt/e/home/downloads/furry-downloads furry_commission_ideas_urls_filename="urls.txt"