python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
open port 23 but not possible to access it
okay I just did a scan on the xiaomi repeater extender using nmap
and output like this:
nmap 192.168.90.8 -Pn -sV
Starting Nmap 7.92 ( https://nmap.org ) at 2022-01-19 15:08 WIB
Nmap scan report for...

DotSlash
Votes: 0
Answers: 1
Send the results of nmap ports scanning python script
I have this script for scanning ports by nmap module:
import nmap
nmScan = nmap.PortScanner()
nmScan.scan('127.0.0.1', '21-443')
for host in nmScan.all_hosts():
print('Host : %s (%s)' % (hos...
Dscarve
Votes: 0
Answers: 1