-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing hcxdumptool and hcxpcaptool #197
Open
smittyadventure
wants to merge
0
commits into
derv82:master
Choose a base branch
from
RaduNico:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I can help
…On Wednesday, March 6, 2019, smittyadventure ***@***.***> wrote:
I tried installing but was still missing... please i need help drastically.
[image: screenshot_1]
<https://user-images.githubusercontent.com/35369501/53892620-4e24f500-4035-11e9-9544-77d18db6fac3.png>
------------------------------
You can view, comment on, or merge this pull request online at:
#197
Commit Summary
- args.py: Select multiple scan channels
- Typo fix
- util/crack: Fix python3 --crack crash
- model/handshake: Handshake detection for aircrack-ng 1.5.x
- attack/pmkid: removed hashcat dependency for PMKID capture
- Added --no-pmkid option
- differentiate between wpa personal vs enterprise
- skip wpa-enterprise targets
- tools/airodump.py: Ignore multiple ESSIDs with -E
- Targeted attack make -e ESSID case sensitive
- Added blank PIN attack.
- Minor fixes
- Infinite attack mode
- Restrict exceptions caught in functions
- Print more helpful airodump failure reason
- Implement --power option
- 2.2.6: Version bump for recent updates (Infinite attack mode,
--power parameter)
- typo in docstring __main__.py
File Changes
- *M* wifite/__main__.py
<https://github.com/derv82/wifite2/pull/197/files#diff-0> (18)
- *M* wifite/args.py
<https://github.com/derv82/wifite2/pull/197/files#diff-1> (36)
- *M* wifite/attack/all.py
<https://github.com/derv82/wifite2/pull/197/files#diff-2> (31)
- *M* wifite/attack/pmkid.py
<https://github.com/derv82/wifite2/pull/197/files#diff-3> (23)
- *M* wifite/attack/wep.py
<https://github.com/derv82/wifite2/pull/197/files#diff-4> (3)
- *M* wifite/attack/wps.py
<https://github.com/derv82/wifite2/pull/197/files#diff-5> (13)
- *M* wifite/config.py
<https://github.com/derv82/wifite2/pull/197/files#diff-6> (42)
- *M* wifite/model/handshake.py
<https://github.com/derv82/wifite2/pull/197/files#diff-7> (2)
- *M* wifite/model/target.py
<https://github.com/derv82/wifite2/pull/197/files#diff-8> (90)
- *M* wifite/tools/airmon.py
<https://github.com/derv82/wifite2/pull/197/files#diff-9> (21)
- *M* wifite/tools/airodump.py
<https://github.com/derv82/wifite2/pull/197/files#diff-10> (68)
- *M* wifite/tools/reaver.py
<https://github.com/derv82/wifite2/pull/197/files#diff-11> (19)
- *M* wifite/tools/tshark.py
<https://github.com/derv82/wifite2/pull/197/files#diff-12> (7)
- *M* wifite/tools/wash.py
<https://github.com/derv82/wifite2/pull/197/files#diff-13> (11)
- *M* wifite/util/crack.py
<https://github.com/derv82/wifite2/pull/197/files#diff-14> (25)
- *M* wifite/util/scanner.py
<https://github.com/derv82/wifite2/pull/197/files#diff-15> (123)
Patch Links:
- https://github.com/derv82/wifite2/pull/197.patch
- https://github.com/derv82/wifite2/pull/197.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#197>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AaNMXulCebzRAnoOo3pmv7gdwL7yecPyks5vT97IgaJpZM4bhJz_>
.
|
I've been testing around with some of the PRs made by other people but my master branch is not really intended to be merged in here. I'd appreciate if yo'd close this PR so it won't spam everybody every time I decide to change something on my branches. As for you issues use the #185 thread. Have a good one! |
hcxtools is now in Kali repos peeps.. |
hcxtools is not working in wifi password cracking. |
mendelgusmao
pushed a commit
to mendelgusmao/wifite2
that referenced
this pull request
Oct 21, 2024
…bcd1f1176b91d7fed [Snyk] Security upgrade setuptools from 39.0.1 to 65.5.1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I tried installing but was still missing... please i need help drastically.