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"