Skip to content

Commit

Permalink
Update above.py
Browse files Browse the repository at this point in the history
  • Loading branch information
casterbyte authored Dec 4, 2023
1 parent 3ab29fa commit 8a10eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion above.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ def save_to_pcap(packet, output_file):
# To interrupt the code by pressing CTRL + C
def signal_handler(sig, frame):
global exit_flag
print("\n[!] Sniffing interrupted. Exiting...")
print("\n[!] CTRL + C is pressed. Exiting...")
exit_flag = True
sys.exit(0)

Expand Down

0 comments on commit 8a10eb7

Please sign in to comment.