Skip to content

Module: Port Scanner

Jess Williams edited this page Dec 31, 2019 · 3 revisions

Summary

  • Description: Scan ports in a given hostname, using WebSockets, CORS and img tags. It uses the three methods to avoid blocked ports or Same Origin Policy."
  • Authors: javier.marcos
  • Browsers: Firefox, Chrome
  • Parameters :
    • IP or Hostname : IP or hostname of the target to be scanned (only one per command)
    • Specific ports to scan : list of ports to be scanned
    • Closed port timeout : Time-out to detect closed port (in ms, default is 1100)
    • Open port time-out : Time-out to detect open port (in ms, default is 2500ms)
    • Delay between requests : in ms, default is 600ms
    • Debug : Debug mode set to false by default
  • Code

Internal Working

[Description to be done] Code is here

Screenshots

Command :

Result :

Feedback

Clone this wiki locally