Skip to content

Commit

Permalink
Update wifi_denegation_of_service.py
Browse files Browse the repository at this point in the history
  • Loading branch information
R̭̮̗̯̳̯̜̳̱̰̮͍̯̯̲̝̥̔ͯ͆̆͌̈͌̽͒̿ͯͤ͂̚ͅͅė̥̜̗͉̦̰͈̺̟̻̦̔ͬͧ̍ͣ̉̚d̦̦̯̩̠̗͔̜̼̬̏ͫ̌̓́ͦ̆̋̅ͯ̌͆͂͑̊̑̄̊T̖̱͕̬̬͈̹̏̆ͮ̽́ͫ̎oor authored Apr 21, 2017
1 parent 9a106d3 commit b46acb9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modules/wifi/wifi_denegation_of_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ def init():
init.aux += "\n -> [ALL] all wireless clients."
init.aux += "\n -> [MAC] a single client access.\n"
init.aux += "\n Devices Founds: "+str(NET.GetInterfacesOnSystem())
init.aux += "\n Monitors Inter: """+str(NET.GetMonitorInterfaces())
init.aux += "\n Functions : For Scan Ap's, type 'f::getaps(Monitor_Interface,Time)"
init.aux += "\n For Start Monitor Mode, type 'f::startmonitormode(Interface)\n"
init.aux += "\n Functions : For Scan Ap's, type 'f::get_aps(Monitor_Interface,Time)"
init.aux += "\n For Start Monitor Mode, type 'f::start_monitor(Interface)\n"
return init
# END INFORMATION MODULE

Expand Down

0 comments on commit b46acb9

Please sign in to comment.