Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Splitting work to pass through the integer overflow error
Post: RE: Splitting work to pass through the integer ove...

You could manually split the mask into multiple runs (if you have the hardware to complete the task before the heat death of the universe) by say fixing the first char of the mask. a?a?a?a?a?a?a?a?a?...
drsnooker hashcat 7 829 04-25-2024, 09:06 PM
    Thread: Determine WPA2
Post: RE: Determine WPA2

Did you try opening the WILLY.hccapx in a text editor? The hashes should look like the 22000 mode hashes. The exact same lengths, number of characters between '*' etc. https://hashcat.net/wiki/doku...
drsnooker hashcat 4 1,304 03-10-2024, 10:55 PM
    Thread: Determine WPA2
Post: RE: Determine WPA2

WPA2 requires mode 22000 -m 22000 (you're using MD5 mode 0) You might have to convert your cap to 22000 format: https://hashcat.net/cap2hashcat/ ./hashcat-src/hashcat -d 1 -m 22000 -a 0 WILLY.hc...
drsnooker hashcat 4 1,304 03-10-2024, 09:34 PM
    Thread: Brute forcing WPA2 becoming impossible?
Post: RE: Brute forcing WPA2 becoming impossible?

Yeah it's getting more difficult. Moderator: perhaps merge with this thread? https://hashcat.net/forum/thread-11648.html
drsnooker General Talk 7 3,361 03-10-2024, 08:00 PM
    Thread: WiFi WPA2 - 16alphanumerical
Post: RE: WiFi WPA2 - 16alphanumerical

Ah, the integer overflow error... Struggled with that myself. Perhaps a change in error message might be helpful???? Like: "Used mask has too many entries" or "number of permutations of the used ...
drsnooker hashcat 6 1,872 01-24-2024, 08:27 PM
    Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers

brahim7 Wrote: (01-10-2024, 10:09 AM) -- So , how we get password list by these funtions? -- A small python script to loop thru a range of serial numbers would work for most of these.
drsnooker User Contributions 212 808,105 01-10-2024, 07:58 PM
    Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers

January 2024 update for all the found Zyxel modem keygens. (deleted the previous tables to keep the thread clean) https://i.imgur.com/YVGAAJ9.jpg
drsnooker User Contributions 212 808,105 01-08-2024, 06:59 AM
    Thread: 5268ac routers
Post: RE: 5268ac routers

This pace edition is straight from the factory! I've got root access over UART. And check out the /usr/bin directory.... factory_set_default_wifi_passwd! *sad trombone* It's just a script to pull the...
drsnooker User Contributions 52 81,732 12-29-2023, 06:47 AM
    Thread: 5268ac routers
Post: RE: 5268ac routers

Look at what Santa left in my stocking!!!! https://i.imgur.com/r6Bt8OL.jpg Let's crack it open and see if its firmware contains any mysteries....
drsnooker User Contributions 52 81,732 12-23-2023, 09:37 PM
    Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers

brahim7 Wrote: (12-12-2023, 12:10 PM) -- Normal firmware from website or that who extracted by special tools? -- The firmware from various websites that do include a "reset to factory defaults" fun...
drsnooker User Contributions 212 808,105 12-12-2023, 08:03 PM
    Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers

But if you do find a ZTE (or Huawei) firmware that does include the keygen, please post it here. A lot of people are interested in them!
drsnooker User Contributions 212 808,105 12-11-2023, 08:30 PM
    Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers

Last I looked ZTE does not include their keygen in the firmware. Next to impossible to guess the hashing mechanism without it.
drsnooker User Contributions 212 808,105 12-09-2023, 05:52 AM
    Thread: Integer overflow detected in keyspace of wordlist
Post: RE: Integer overflow detected in keyspace of wordl...

Faber Wrote: (11-19-2023, 11:41 PM) -- In my case it's not the solution. 12 chars working if alone, but stop to work when I add a fix part that don't going to exceede the limit. Ex: .\hashcat.exe...
drsnooker hashcat 7 7,434 11-19-2023, 11:51 PM
    Thread: Integer overflow detected in keyspace of wordlist
Post: RE: Integer overflow detected in keyspace of wordl...

Perhaps I'll repeat my previous comments for the developer to catch this particular error and print a different message.... drsnooker Wrote: (10-17-2022, 07:16 PM) -- Perhaps a change in error mes...
drsnooker hashcat 7 7,434 11-19-2023, 10:50 PM
    Thread: About WIFI WPA
Post: RE: About WIFI WPA

One alternative is to find default password generating algorithm. https://hashcat.net/forum/thread-6170-post-58551.html#pid58551 https://github.com/soxrok2212/PSKracker
drsnooker hashcat 2 2,980 10-07-2023, 02:23 AM
    Thread: 5268ac routers
Post: RE: 5268ac routers

A nice even 1000 passwords for the 5268AC. I think this is a good place to leave it, unless anybody has any more ideas... https://pastebin.com/22ZGhHg4
drsnooker User Contributions 52 81,732 10-01-2023, 10:28 PM
    Thread: hashing\encoding algorithm determination help request
Post: RE: hashing\encoding algorithm determination help ...

Yeah, reverse engineering would be the ticket. This algorithm behaves similar to Pseudopassword by 90h on the PACE 5268ac. See link below what such an algo could look like in python. Not mathematica...
drsnooker hashcat 5 4,694 09-11-2023, 09:12 PM
    Thread: 5268ac routers
Post: RE: 5268ac routers

I was *not so* randomly poking around some other MIPS based firmware. And normally don't bother with looking at individual functions, but my eyes came across part of the MD5update function. If you hav...
drsnooker User Contributions 52 81,732 07-06-2023, 10:42 AM
    Thread: 5268ac routers
Post: RE: 5268ac routers

Just hit a collection of 900 passwords (after deleting the ones from Wolfe on HK) I thought 90h had a good idea with pastebin, so here's a link to the 900. https://pastebin.com/e55YS9wK I'll ...
drsnooker User Contributions 52 81,732 04-29-2023, 04:33 AM
    Thread: 5268ac routers
Post: RE: 5268ac routers

Well I guess I've got to make a correction. All ATT u-verse editions of the 5268AC have the same root password (as far as I can tell from a sample size of 7). This PACE non-ATT version did not share i...
drsnooker User Contributions 52 81,732 03-02-2023, 07:14 AM