Updates scripts
This commit is contained in:
@@ -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)')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user