diff --git a/PiKarma.py b/PiKarma.py index 1182933..7024d41 100644 --- a/PiKarma.py +++ b/PiKarma.py @@ -106,6 +106,7 @@ def pp_analysis(info_list, pp, pikarma_method): def find_channel(clist, v): + global channel for i in range(0, len(clist)): if clist[i].haslayer(Dot11ProbeResp) and clist[i].addr2 == v: channel = ord(clist[i][Dot11Elt:3].info) diff --git a/README.md b/README.md index c5f0ed9..797d226 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,20 @@ ```python - ██████╗ ██╗██╗ ██╗ █████╗ ██████╗ ███╗ ███╗ █████╗ - ██╔══██╗██║██║ ██╔╝██╔══██╗██╔══██╗████╗ ████║██╔══██╗ - ██████╔╝██║█████╔╝ ███████║██████╔╝██╔████╔██║███████║ - ██╔═══╝ ██║██╔═██╗ ██╔══██║██╔══██╗██║╚██╔╝██║██╔══██║ - ██║ ██║██║ ██╗██║ ██║██║ ██║██║ ╚═╝ ██║██║ ██║ - ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝ - - Detects wireless network attacks performed by KARMA module + ██████╗ ██╗██╗ ██╗ █████╗ ██████╗ ███╗ ███╗ █████╗ + ██╔══██╗██║██║ ██╔╝██╔══██╗██╔══██╗████╗ ████║██╔══██╗ + ██████╔╝██║█████╔╝ ███████║██████╔╝██╔████╔██║███████║ + ██╔═══╝ ██║██╔═██╗ ██╔══██║██╔══██╗██║╚██╔╝██║██╔══██║ + ██║ ██║██║ ██╗██║ ██║██║ ██║██║ ╚═╝ ██║██║ ██║ + ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝ + + Detects wireless network attacks performed by KARMA module ```
#### Working Principle for PiKarma @@ -46,6 +48,7 @@ #### Soon to be added features + New techniques for detect KARMA and MANA attacks ++ Logging SSID information used in KARMA and MANA attack #### DEMO