@@ -282,31 +282,14 @@ static const MenuCommand wifi_commands[] = {
282282 .confirm_text = NULL ,
283283 .details_header = "Raw Packet Capture" ,
284284 .details_text = "Captures all WiFi\n"
285- "traffic in range.\n"
286- "Saves as PCAP.\n"
287- "Range: ~50-100m\n" ,
288- },
289- {
290- .label = "Sniff PMKID" ,
291- .command = "capture -eapol\n" ,
292- .capture_prefix = "pmkid_capture" ,
293- .file_ext = "pcap" ,
294- .folder = GHOST_ESP_APP_FOLDER_PCAPS ,
295- .needs_input = false,
296- .input_text = NULL ,
297- .needs_confirmation = false,
298- .confirm_header = NULL ,
299- .confirm_text = NULL ,
300- .details_header = "PMKID Capture" ,
301- .details_text = "Captures PMKID and\n"
302- "EAPOL handshakes.\n"
303- "Saves as PCAP.\n"
285+ "traffic to a PCAP file\n"
286+ "for later analysis.\n"
304287 "Range: ~50-100m\n" ,
305288 },
306289 {
307290 .label = "Sniff Probes" ,
308- .command = "capture -probe \n" ,
309- .capture_prefix = "probes_capture " ,
291+ .command = "capture -p \n" ,
292+ .capture_prefix = "probe_capture " ,
310293 .file_ext = "pcap" ,
311294 .folder = GHOST_ESP_APP_FOLDER_PCAPS ,
312295 .needs_input = false,
@@ -315,9 +298,9 @@ static const MenuCommand wifi_commands[] = {
315298 .confirm_header = NULL ,
316299 .confirm_text = NULL ,
317300 .details_header = "Probe Capture" ,
318- .details_text = "Captures probe\n"
319- "requests from clients. \n"
320- "Saves to PCAP file.\n"
301+ .details_text = "Captures probe requests \n"
302+ "from client devices to \n"
303+ "a PCAP file.\n"
321304 "Range: ~50-100m\n" ,
322305 },
323306 {
@@ -332,9 +315,9 @@ static const MenuCommand wifi_commands[] = {
332315 .confirm_header = NULL ,
333316 .confirm_text = NULL ,
334317 .details_header = "WPS Capture" ,
335- .details_text = "Captures WPS data \n"
336- "exchanges & beacons. \n"
337- "Saves to PCAP file .\n"
318+ .details_text = "Captures WPS traffic \n"
319+ "to a PCAP file for \n"
320+ "later analysis .\n"
338321 "Range: ~50-100m\n" ,
339322 },
340323 {
@@ -533,9 +516,9 @@ static const MenuCommand ble_commands[] = {
533516 "- Last seen time\n" ,
534517 },
535518 {
536- .label = "Sniff Bluetooth " ,
537- .command = "blescan -r \n" ,
538- .capture_prefix = "btscan " ,
519+ .label = "Sniff BLE " ,
520+ .command = "blescan -s \n" ,
521+ .capture_prefix = "ble_capture " ,
539522 .file_ext = "pcap" ,
540523 .folder = GHOST_ESP_APP_FOLDER_PCAPS ,
541524 .needs_input = false,
@@ -544,10 +527,9 @@ static const MenuCommand ble_commands[] = {
544527 .confirm_header = NULL ,
545528 .confirm_text = NULL ,
546529 .details_header = "BLE Sniffer" ,
547- .details_text = "Captures Bluetooth LE\n"
548- "packets & adv data.\n"
549- "Saves to PCAP file.\n"
550- "Range: ~50m\n" ,
530+ .details_text = "Captures Bluetooth Low\n"
531+ "Energy traffic.\n"
532+ "Range: ~10-30m\n" ,
551533 },
552534 {
553535 .label = "Stop BLE Scan" ,
0 commit comments