Clone
3
Module: Port Scanner
Jess Williams edited this page 2019-12-31 13:22:45 +10:00

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 : Images/module-port-scanner1.png

Result : Images/module-port-scanner2.png

Feedback