Web Serial API requires Google Chrome or
Microsoft Edge (version 89+).
Firefox and Safari do not support this API yet. Please switch browsers
to use SerialLink.
Command Reference
| Command | Description | Example |
|---|---|---|
| scan aps | Scan and list all nearby Wi-Fi access points | scan aps |
| scan stations | Scan for connected stations on the network | scan stations |
| save scan | Save the last scan results to memory | save scan |
| save names | Save custom device names to persistent storage | save names |
| select ap | Select a specific access point by index | select ap 0 |
| deselect ap | Deselect a specific access point by index | deselect ap 0 |
| remove ap | Remove an access point from the list by index | remove ap 0 |
| select aps | Select all access points in the list | select aps |
| deselect aps | Deselect all access points | deselect aps |
| select stations | Select all scanned stations | select stations |
| deselect stations | Deselect all stations | deselect stations |
| select name | Select a saved name entry by index | select name 0 |
| deselect name | Deselect a saved name entry by index | deselect name 0 |
| add ssid "----" | Add an SSID to the list | add ssid "MyNetwork" |
| remove ssid | Remove a specific SSID from the list | remove ssid "MyNetwork" |
| remove ssids | Remove all SSIDs from the list | remove ssids |
| attack -d | Start deauthentication attack on selected targets | attack -d |
| attack -b | Start beacon flood attack | attack -b |
| attack -p | Start probe flood attack | attack -p |
| attack | Start attack with current settings | attack |
| stop attack | Stop any running attack immediately | stop attack |
| set ssid "----" | Set the SSID name for the soft AP | set ssid "PortlyAP" |
| set password "----" | Set the password for the soft AP | set password "pass1234" |
| set hidden "true" | Hide the soft AP from SSID broadcasts | set hidden "true" |
| set hidden "false" | Make the soft AP visible in SSID broadcasts | set hidden "false" |
| save settings | Save all current settings to persistent storage | save settings |
| reset | Reset all settings to factory defaults | reset |
| reboot | Reboot the device | reboot |
| stopap | Stop the soft access point | stopap |
💡 Click any command to load it into the send field for editing before sending.