Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: incremental:ASCII - how to mask?
Post: RE: incremental:ASCII - how to mask?
And today Mac hashes:
Code:
--
john --incremental --format=PBKDF2-HMAC-SHA512-opencl hash
hashcat -a 3 -m 7100 hash
--
john took 2:12 minutes, hashcat - ETA 1 day :( |
|
pipss |
hashcat
|
11 |
2,669 |
02-14-2023, 10:26 AM |
|
|
Thread: incremental:ASCII - how to mask?
Post: RE: incremental:ASCII - how to mask?
Today tried some NT hash, and result was opposite. With:
Code:
--
john hash --format=nt
hashcat -m 1000 hash -a3 --show
--
John took 6 minutes, and hashcat 10 seconds! :) |
|
pipss |
hashcat
|
11 |
2,669 |
02-13-2023, 08:56 AM |
|
|
Thread: hcxdumptool - missing frames w/ filtering
Post: RE: hcxdumptool - missing frames w/ filtering
I’ve tested wifi_labtools on ArchLinuxarm by running multiple times the same:
Code:
--
$ timeout 5m hcxlabgetmallpr --onsigterm=exit --essidlist=essid --essidmax=100 --m2attempt=10 -c 9
--
AP(in the... |
|
pipss |
hashcat
|
54 |
9,431 |
02-02-2023, 03:43 PM |
|
|
Thread: hcxdumptool - missing frames w/ filtering
Post: RE: hcxdumptool - missing frames w/ filtering
Perhaps my raspidebian is kind of different one, but adding to /boot/firmware/config.txt:
Code:
--
[all]
dtoverlay=disable-wifi
dtoverlay=disable-bt
hdmi_blanking=1
--
Doesn't disable onboard W... |
|
pipss |
hashcat
|
54 |
9,431 |
02-02-2023, 05:13 AM |
|
|
Thread: hcxdumptool - missing frames w/ filtering
Post: RE: hcxdumptool - missing frames w/ filtering
Could you please advise how to disable onboard Bluetooth, HDMI and WiFi at boot for Debian (bookworm) on RPi4? |
|
pipss |
hashcat
|
54 |
9,431 |
02-01-2023, 03:47 PM |
|
|
Thread: hcxdumptool - missing frames w/ filtering
Post: RE: hcxdumptool - missing frames w/ filtering
Upd: per advise from ArhLinuxarm forum, need to wait for new headers :) |
|
pipss |
hashcat
|
54 |
9,431 |
01-30-2023, 01:11 PM |
|
|
Thread: hcxdumptool - missing frames w/ filtering
Post: RE: hcxdumptool - missing frames w/ filtering
Now testing ArchL and while installing hcxtools via git, i got error:
Code:
--
hcxpmktool.c:624:56: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka '... |
|
pipss |
hashcat
|
54 |
9,431 |
01-29-2023, 11:52 AM |
|
|
Thread: hcxdumptool - missing frames w/ filtering
Post: RE: hcxdumptool - missing frames w/ filtering
Manjaro on RPi4 is tested: 5 minutes scan and 1 hashline from printer only. Exactly the same result as from VMware setup.
Trying now fix ArchLinuxarm installation issue, as Arch looks like fastest... |
|
pipss |
hashcat
|
54 |
9,431 |
01-28-2023, 04:47 PM |
|
|
Thread: hcxdumptool - missing frames w/ filtering
Post: RE: hcxdumptool - missing frames w/ filtering
Upd: solution found need to install compiler too:
$ sudo pacman -Syu base-devel --needed |
|
pipss |
hashcat
|
54 |
9,431 |
01-28-2023, 02:38 PM |
|
|
Thread: hcxdumptool - missing frames w/ filtering
Post: RE: hcxdumptool - missing frames w/ filtering
Well, tried wifi_labtools w/ ArchLinux vs _Kali on RPi4-8GB
AP was ON. Three clients were connected: printer, Android 8 and Android 9 phones. Scanning time 5 minutes.
Hashlines obtained by ArchLinux... |
|
pipss |
hashcat
|
54 |
9,431 |
01-28-2023, 09:42 AM |
|
|
Thread: hcxdumptool - missing frames w/ filtering
Post: RE: hcxdumptool - missing frames w/ filtering
Trying to disable onboard Bluetooth, HDMI and WiFi at boot by adding
Code:
--
dtoverlay=disable-wifi
dtoverlay=disable-bt
hdmi_blanking=1
--
to /boot/config.txt This code worked in _Kali, but cra... |
|
pipss |
hashcat
|
54 |
9,431 |
01-26-2023, 12:45 PM |
|
|
Thread: hcxdumptool - missing frames w/ filtering
Post: RE: hcxdumptool - missing frames w/ filtering
Today i’ve tested RPi4 w/_Kali-32bit+ACM36+ powebank 10000 mAh. Onboard HDMI, Bluetooth and Wifi are disabled on boot, scanning time 5 minutes:
1) “Office” (AP was ON), got hashlines from printer, An... |
|
pipss |
hashcat
|
54 |
9,431 |
01-25-2023, 04:24 PM |
|
|
Thread: incremental:ASCII - how to mask?
Post: RE: incremental:ASCII - how to mask?
Quote:
--
?l?l?d?d?d?d to fit your searched password
--
Already tried this before, it’s easily for hashcat, took 2 minutes.
Question is how john w/ just default settings and w/o any masks so smartl... |
|
pipss |
hashcat
|
11 |
2,669 |
01-20-2023, 05:27 PM |
|
|
Thread: hcxdumptool - missing frames w/ filtering
Post: RE: hcxdumptool - missing frames w/ filtering
Quote:
--
Is the target ESSID in essidlist (--essidlist=) and is essidmax greater than entries in essidlist (e.g. --essidmax=essidlist_entreis +1)?
--
yes. one entry in essidlist only and essidmax=10... |
|
pipss |
hashcat
|
54 |
9,431 |
01-20-2023, 04:29 PM |
|
|
Thread: incremental:ASCII - how to mask?
Post: RE: incremental:ASCII - how to mask?
Snoopy Wrote: (01-19-2023, 06:51 PM)
--
you can try adding options
Code:
--
-O -w3
--
for optimzed kernel and workload
and maybe even try
Code:
--
-S
--
for slow candidates
--
My password is l... |
|
pipss |
hashcat
|
11 |
2,669 |
01-20-2023, 04:10 PM |
|
|
Thread: hcxdumptool - missing frames w/ filtering
Post: RE: hcxdumptool - missing frames w/ filtering
Today have done testing for two scenarios:
1)"Office" - AP was on and all CLIENT's (corporate level printer, Android 8 and 9 phones, 2x iPhones and iPad) were already connected to AP. CLIENT's are wi... |
|
pipss |
hashcat
|
54 |
9,431 |
01-20-2023, 03:45 PM |
|
|
Thread: hcxdumptool - missing frames w/ filtering
Post: RE: hcxdumptool - missing frames w/ filtering
Very nice, as users tend not to read readme.files.
As next step, may be some time in future the tools may have run in two modes only:
1. standard (recommend for most users). BPF is always on and u... |
|
pipss |
hashcat
|
54 |
9,431 |
01-19-2023, 03:53 PM |
|
|
Thread: hcxdumptool - missing frames w/ filtering
Post: RE: hcxdumptool - missing frames w/ filtering
Using BPF, as per your own recommendations, which i read somewhere in Github discussions:
1.
Quote:
--
If you know the AP MAC and the CLIENT MAC you can use a BPF. But be warned, all additional infor... |
|
pipss |
hashcat
|
54 |
9,431 |
01-19-2023, 02:22 PM |
|
|
Thread: hcxdumptool - missing frames w/ filtering
Post: RE: hcxdumptool - missing frames w/ filtering
I typed in AP wifi password (not real one, just 8 digits) on Android 9 phone, got M1M2ROGUE and I could recover those 8 digits later w/ hashcat. But this didn't work with latest iphone. Looks like iph... |
|
pipss |
hashcat
|
54 |
9,431 |
01-19-2023, 08:13 AM |
|
|
Thread: hcxdumptool - missing frames w/ filtering
Post: RE: hcxdumptool - missing frames w/ filtering
Done testing with labtools. My channels are 7 and 10, scanning around 10 minutes.
Code:
--
sudo hcxlabgetmallpr --onsigterm=exit --essidlist=essid --essidmax=100 --m2attempt=10 -c 7,10
dce99422... |
|
pipss |
hashcat
|
54 |
9,431 |
01-18-2023, 02:37 PM |