Skip to content

Commit

Permalink
Update falcon.py
Browse files Browse the repository at this point in the history
  • Loading branch information
6abd committed Jul 8, 2024
1 parent 1f8789a commit 0b0b610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/falcon.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def falcon():
if option == "1":
inter = input(f"{question} Enter an interface: ")
filter = input(f"{question} Enter a BPF filter if you would like (Press enter if not): ")
sniff_secs = int(input(f"{question} How long (secs) to sniff for packets? "))
sniff_secs = int(input(f"{question} How many packets to sniff? "))

cap = pyshark.LiveCapture(interface=inter, bpf_filter=filter)
cap.sniff(sniff_secs)
Expand Down

0 comments on commit 0b0b610

Please sign in to comment.