uiucseclab / arpspoofdetect

25 stars 10 forks source link

Notifications in Ubuntu #2

Open richard512 opened 7 years ago

richard512 commented 7 years ago

Something like this:

notify-send -u critical -i "software-update-urgent" 'ARP Spoofing Detected' '3c:15:c2:c0:45:ee (Spoofed)'

Pythonified:

import shlex, subprocess
args = shlex.split("notify-send -u critical -i 'software-update-urgent' 'ARP Spoofing Detected' '3c:15:c2:c0:45:ee (Spoofed)'")
subprocess.Popen(args)
ninjatrench commented 6 years ago

This looks promising, should be part of codebase. @uiucseclab

richard512 commented 6 years ago

Here's what it looks like:

screenshot of notify-send

ninjatrench commented 6 years ago

@richard512 I guess the repository is not actively maintained, not sure if PR will be merged anytime soon.

richard512 commented 6 years ago

screenshot of notify-send

uiucseclab commented 6 years ago

Its a student project. I can put it into an active repo if there is interest.

Sent from my iPhone

On Nov 23, 2017, at 02:23, Harsh Daftary notifications@github.com<mailto:notifications@github.com> wrote:

@richard512https://github.com/richard512 I guess the repository is not actively maintained, not sure if PR will be merged anytime soon.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/uiucseclab/arpspoofdetect/issues/2#issuecomment-346554340, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AGMVnXSDgQMZnLEUr44xWpuxsKUFph_bks5s5St5gaJpZM4J1WTn.

richard512 commented 6 years ago

It's a niche interest, but I think it's pretty cool. Could get popular if you post it somewhere like hackernews or a netsec community.

uiucseclab commented 6 years ago

Fair enough. Will consider. Technically its not my code but the students who wrote it. Will try to find them and get their opinions.

Sent from my iPhone

On Nov 23, 2017, at 17:39, richard512 notifications@github.com<mailto:notifications@github.com> wrote:

It's a niche interest, but I think it's pretty cool. Could get popular if you post it somewhere like hackernews or a netsec community.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/uiucseclab/arpspoofdetect/issues/2#issuecomment-346709664, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AGMVnRMR7nBNR4GuX3jPMwNj2QWtnSchks5s5gIygaJpZM4J1WTn.