You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @artyPD, this is and will never be possible on client side (in browser). This require a server side or a real terminal. So not possible in this project
Hi @artyPD, javascript ran in browser can only make HTTP(s) requests and due to CORS, to only allowed targets ; or websocket. It cannot ping (ICMP) or connect to any random. Else imagine what hackers could do with anybodies computers.
What type of request is this?
New tool idea
Clear and concise description of the feature you are proposing
A tool to find out what ports are open for a specified host (IP or domain or FQDN).
Is their example of this tool in the wild?
Port Checker
Additional context
Validations
Existing request
A quick search through the issues showed no previous request matching this.
Client side only
I assume this feature would work since the client would be able to connect to the specified host.
Validations
The text was updated successfully, but these errors were encountered: