Skip to content

Commit

Permalink
Improvement on command line while capturing PMKID. Now, faster perfor…
Browse files Browse the repository at this point in the history
…mance avoiding channel hopping
  • Loading branch information
v1s1t0r1sh3r3 committed Aug 12, 2024
1 parent 75c4ed8 commit 09bf23a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- Improvements on OS/distro detection
- Added feature to know during an Evil Twin captive portal attack, if the client accessed the portal
- Minor visual improvements on Evil Twin's captive portal
- Improvement on command line while capturing PMKID. Now, faster performance (Thank you to "alexl83")

### 11.30
- Added Multi-instance support to launch more than one airgeddon at a time
Expand Down
2 changes: 1 addition & 1 deletion airgeddon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13422,7 +13422,7 @@ function launch_pmkid_capture() {
hcxdumptool_band_modifier="a"
fi

hcxdumptool_parameters="-c ${channel}${hcxdumptool_band_modifier} -F --rds=1 --bpf=${tmpdir}pmkid.bpf -w ${tmpdir}pmkid.pcapng"
hcxdumptool_parameters="-c ${channel}${hcxdumptool_band_modifier} --rds=1 --bpf=${tmpdir}pmkid.bpf -w ${tmpdir}pmkid.pcapng"
elif compare_floats_greater_or_equal "${hcxdumptool_version}" "${minimum_hcxdumptool_filterap_version}"; then
rm -rf "${tmpdir}target.txt" > /dev/null 2>&1
echo "${bssid//:}" > "${tmpdir}target.txt"
Expand Down

0 comments on commit 09bf23a

Please sign in to comment.