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
Create a system which allows scanning for computers to connect to. This would require a network scan and port scan using something like nmap.
In order to identify a valid computer to connect to, have the computer open an ncat connection to itself and send a secret key. Look for this secret key during network scan.
Note: This is horribly slow so find an efficient way to do this.
The text was updated successfully, but these errors were encountered:
Create a system which allows scanning for computers to connect to. This would require a network scan and port scan using something like nmap.
In order to identify a valid computer to connect to, have the computer open an ncat connection to itself and send a secret key. Look for this secret key during network scan.
Note: This is horribly slow so find an efficient way to do this.
The text was updated successfully, but these errors were encountered: