Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: potfile wpa format/derivation
Post: RE: potfile wpa format/derivation
You can read more about this format (2200x, outfile format and potfile format) and the tools working on it here:
https://hashcat.net/forum/thread-6661-post-47931.html#pid47931 |
|
ZerBea |
hashcat
|
6 |
411 |
09-15-2020, 01:27 PM |
|
|
Thread: potfile wpa format/derivation
Post: RE: potfile wpa format/derivation
As mentioned in this thread:
https://hashcat.net/forum/thread-6661-post-47931.html#pid47931
22000 format is no longer binary. All bash tools (cat, sort, awk, cut, ....) are working on it, on the pot... |
|
ZerBea |
hashcat
|
6 |
411 |
09-15-2020, 06:43 PM |
|
|
Thread: Help with hashcat infrastructure
Post: RE: Help with hashcat infrastructure
Try this one:
https://github.com/RealEnder/dwpa |
|
ZerBea |
hashcat
|
2 |
776 |
04-07-2020, 08:50 AM |
|
|
Thread: Indirect signs of PSK being changed
Post: RE: Indirect signs of PSK being changed
If the old PSK is known, hcxdumptool --weakcandidate will do that. No alert == PSK changed.
If the old PSK is known, you can use hcxpcapngtool --all option to identify PSK changes.
If ESSID and PSK ... |
|
ZerBea |
General Talk
|
2 |
804 |
04-04-2020, 08:18 AM |
|
|
Thread: How can i get hash from a cap file?
Post: RE: How can i get hash from a cap file?
1)
depending on your hashcat version and hash mode it is either a PMKID or a MIC or a MD5_64 (ancient versions of hashcat).
The posted line is not the raw hash. Instead it is the result of hashcat.
... |
|
ZerBea |
hashcat
|
1 |
870 |
03-23-2020, 07:14 PM |
|
|
Thread: please help me i am a newbie
Post: RE: please help me i am a newbie
One of the major advantages of the new hash format (-m 22000) is, that it is not binary (hccapx) and every bash tool will work in it.
To get the ESSID in ASCII you can use hcxtools (whoismac):
Code... |
|
ZerBea |
hashcat
|
4 |
874 |
07-22-2020, 11:41 AM |
|
|
Thread: please help me i am a newbie
Post: RE: please help me i am a newbie
According to the help menu, you have to use either
--filtermode=2 in combination with --filterlist_ap=yourtargetmaclist
or create a Berkeley Packet Filter (attack MAC)
Code:
--
--filterlist_ap=... |
|
ZerBea |
hashcat
|
4 |
874 |
07-20-2020, 09:17 AM |
|
|
Thread: Hashcat 6.1.1 Upgrade Broke My Install
Post: RE: Hashcat 6.1.1 Upgrade Broke My Install
remove
$HOME/.nv
$HOME/.hashcat
and try again.
BTW:
Your CUDA API (CUDA 9.1) is very, very old - we are on CUDA 11 and NVIDIA 450.57
Code:
--
$ hashcat -I
hashcat (v6.1.1-20-gdc9a2468) s... |
|
ZerBea |
hashcat
|
4 |
919 |
08-10-2020, 08:40 AM |
|
|
Thread: Hashcat 6.1.1 Upgrade Broke My Install
Post: RE: Hashcat 6.1.1 Upgrade Broke My Install
Glad to hear that.
Most of the problems (nearly all) are related to old distribution versions (inclusive old drivers), broken package system or misconfiguration (inexperienced Linux users). Luckily t... |
|
ZerBea |
hashcat
|
4 |
919 |
08-15-2020, 05:01 PM |
|
|
Thread: Anyone with a amd/radeon GPU rig running on linux?
Post: RE: Anyone with a amd/radeon GPU rig running on li...
Please add this to list of cons: Ancient/limited kernel versions and very limited distributions
https://github.com/RadeonOpenCompute/ROCm#supported-operating-systems
kernel 4.15, kernel 4.18 and ker... |
|
ZerBea |
hashcat
|
5 |
998 |
07-11-2020, 10:14 AM |
|
|
Thread: Performance Difference PMKID vs HCCAPX?
Post: RE: Performance Difference PMKID vs HCCAPX?
Answered here:
https://hashcat.net/forum/thread-8285-post-44996.html#pid44996
On a single hash, you will not see a big difference between:
$ time hashcat -m 2500 --quiet test.hccapx wordlist
$ t... |
|
ZerBea |
hashcat
|
1 |
1,005 |
02-12-2020, 10:52 PM |
|
|
Thread: Need help with hashcat
Post: RE: Need help with hashcat
Download latest CUDA (10.2) from here:
https://developer.nvidia.com/cuda-downloads
or use Arch Linux:
$ uname -r
5.5.2-arch1-1
$ pacman -Q | grep nvidia
nvidia 440.59-3
nvidia-settings 440.... |
|
ZerBea |
hashcat
|
2 |
1,051 |
02-06-2020, 11:11 AM |
|
|
Thread: Cannot capture WPA handshake on macOS by any means
Post: RE: Cannot capture WPA handshake on macOS by any m...
This function is extremely limited on proprietary operating systems.
Read more here:
https://wiki.wireshark.org/CaptureSetup/WLAN
Recommendation:
Linux and a WiFi adapter whose driver support mo... |
|
ZerBea |
General Talk
|
1 |
1,135 |
01-25-2020, 09:57 AM |
|
|
Thread: Fritzbox and PMKID is possible?
Post: RE: Fritzbox and PMKID is possible?
The Fritzbox isn't vulnerable. You will not receive a PMKID. |
|
ZerBea |
Hardware
|
1 |
1,239 |
09-22-2019, 07:12 PM |
|
|
Thread: Exporting hcxdump file by ESSID
Post: RE: Exporting hcxdump file by ESSID
Step one: convert pcapng to hccapx
$ hcxpcaptool -o test.hccapx capture.pcpng
Step two: get desired hashes
$ wlanhcx2ssid -i test.hccapx -E ME
should do that, as well as
$ hcxessidtool --hccap... |
|
ZerBea |
hashcat
|
2 |
1,277 |
11-09-2019, 02:14 PM |
|
|
Thread: no ssh in pwnagotchi
Post: RE: no ssh in pwnagotchi
"... also ssh file without extension in root dir of sd"
is not the correct way.
recommended way:
https://pwnagotchi.ai/configuration/#about-your-ssh-connection
or the raspbian way (if we assume pw... |
|
ZerBea |
General Talk
|
3 |
1,311 |
03-26-2020, 09:55 AM |
|
|
Thread: no ssh in pwnagotchi
Post: RE: no ssh in pwnagotchi
Maybe that is not enough and you're missing some information.
Please read more here:
https://www.raspberrypi.org/forums/viewtopic.php?t=203716
Code:
--
country=xx
ctrl_interface=DIR=/var/run/... |
|
ZerBea |
General Talk
|
3 |
1,311 |
03-27-2020, 09:19 PM |
|
|
Thread: Need help on converting to hccap or run newer Hashcat
Post: RE: Need help on converting to hccap or run newer ...
https://github.com/aircrack-ng/aircrack-ng/issues/1993
https://github.com/aircrack-ng/aircrack-ng/issues/2067
If you attach the cap file here (zip compressed), we can take a look inside.
and/or... |
|
ZerBea |
hashcat
|
3 |
1,388 |
08-27-2019, 12:28 PM |
|
|
Thread: Handshake timestamps do not match packets no.
Post: RE: Handshake timestamps do not match packets no.
You're missing nothing. Aircrack is running into several issues:
https://github.com/aircrack-ng/aircrack-ng/issues/2067
https://github.com/aircrack-ng/aircrack-ng/issues/1958
and the complete hands... |
|
ZerBea |
General Talk
|
3 |
1,475 |
12-15-2019, 06:18 PM |
|
|
Thread: ALFA AWUS036NHR V2 handshake
Post: RE: ALFA AWUS036NHR V2 handshake
The driver supplied with the official kernel neither support monitor mode nor packet injection. |
|
ZerBea |
hashcat
|
3 |
1,475 |
01-21-2020, 05:24 PM |