re-structured
This commit is contained in:
5
bash/open_ports_with_telnet.sh
Executable file
5
bash/open_ports_with_telnet.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# check state for specific ports on target
|
||||
for i in 80 443; do echo -e '\x1dclose\x0d' | telnet google.com $i >/dev/null; echo "$i : $?"; done
|
||||
|
||||
Reference in New Issue
Block a user