Home
last modified time | relevance | path

Searched refs:report_ports (Results 1 – 3 of 3) sorted by relevance

/external/scapy/doc/scapy/
Dusage.rst440 If all of the above methods were not enough, Scapy includes a report_ports() function which not onl…
442 >>> report_ports("192.168.1.1",(440,443))
509 report_ports : portscan a target and output a LaTeX table
/external/scapy/scapy/layers/
Dinet.py1623 def report_ports(target, ports): function
/external/scapy/test/
Dregression.uts9275 assert(report_ports("www.secdev.org", [65081,65082,65083,65084]) == report)