Results (
Vietnamese) 1:
[Copy]Copied!
Some poor WPS implementations will drop aconnection on the floor when an invalid pin issupplied instead of responding with a NACKmessage as the specs dictate. To account forthis, if an M5/M7 timeout is reached, it istreated the same as a NACK by default. However, if it is known that the target APsends NACKS (most do), this feature can bedisabled to ensure better reliability. This optionis largely useless as Reaver will auto-detect ifan AP properly responds with NACKs or not: # reaver -i mon0 -b 00:01:02:03:04:05 -- nack While most APs don't care, sending an EAPFAIL message to close out a WPS session issometimes necessary. By default this featureis disabled, but can be enabled for those APsthat need it: # reaver -i mon0 -b 00:01:02:03:04:05 -- eap-terminate When 10 consecutive unexpected WPS errorsare encountered, a warning message will bedisplayed. Since this may be a sign that theAP is rate limiting pin attempts or simply beingoverloaded, a sleep can be put in place that willoccur whenever these warning messages appear: # reaver -i mon0 -b 00:01:02:03:04:05 -- fail-wait=360
Being translated, please wait..
