Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Set Min and Max Password length give error
Post: RE: Set Min and Max Password length give error

Cracking 20 digits for WPA is currently infeasible. I and ZeroBeat did an extensive look at these passwords and concluded there is a stream of generated pseudorandom integers and the passwords are ta...
RealEnder hashcat 6 15,073 09-10-2021, 12:31 PM
    Thread: Building 8GPU cracking station question
Post: RE: Building 8GPU cracking station question

epixoip Wrote: (06-19-2019, 03:26 PM) -- Yes, you need to change the GPU. EVGA currently makes the best OEM blower card: https://videocardz.net/evga-geforce-rtx-2080-ti-11gb/ -- Great, thanks for t...
RealEnder Hardware 16 39,431 06-19-2019, 05:57 PM
    Thread: Building 8GPU cracking station question
Post: RE: Building 8GPU cracking station question

epixoip Wrote: (06-18-2019, 08:21 PM) -- For some reason I'm unable to resolve pny.eu but is this the card you're planning to use? http://www3.pny.com/GeForce-RTX-2080-Ti-11GB-Blower If so, th...
RealEnder Hardware 16 39,431 06-19-2019, 07:55 AM
    Thread: Building 8GPU cracking station question
Post: RE: Building 8GPU cracking station question

undeath Wrote: (06-18-2019, 03:14 PM) -- The 2080ti you linked looks like a Nvidia reference design card. There is no PNY logo on it and the PCB has the Nvidia logo. -- Yeah, that's why I liked tho...
RealEnder Hardware 16 39,431 06-18-2019, 04:00 PM
    Thread: Building 8GPU cracking station question
Post: Building 8GPU cracking station question

Hi all, I need an advice on current 8GPU build. I'm based in EU so don't have many choices on HW, eg. no availability for 1080ti FE anywhere near, also those tend to be a bit dated already. The cu...
RealEnder Hardware 16 39,431 06-18-2019, 02:56 PM
    Thread: New attack on WPA/WPA2 using PMKID
Post: RE: New attack on WPA/WPA2 using PMKID

Mem5 Wrote: (08-27-2018, 07:24 PM) -- It just misses a field to send a pmkid hash :) -- We still need raw captures, from which we'll extract whats interesting inside, including PMKIDs. This allows ...
RealEnder User Contributions 187 1,985,349 08-28-2018, 07:34 AM
    Thread: Easy password with runic
Post: RE: Easy password with runic

The graphical representation of the letters does not matter. in the end they match to certain letter, eg. see here: http://www.fontspace.com/kineticplasma-fonts/stormning You can write something in ...
RealEnder hashcat 6 12,920 07-27-2018, 10:23 AM
    Thread: Question about hccapx file
Post: RE: Question about hccapx file

You can remove some handshakes with hcxtools or with any other tool, that can work with binary data, but how do you know what handshakes to remove? If there is a forced one (AP-less), you can use that...
RealEnder General Talk 6 14,887 06-04-2018, 07:14 AM
    Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers

I found those: https://mirrors.napshome.net/ATTGatewayFirmware/ Checked several of the images, they are easy extracted with recent version of binwalk like this: binwalk -eM [fw.image.bin] Of cours...
RealEnder User Contributions 213 796,240 04-23-2018, 09:02 AM
    Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers

Hi, I'm sure most of the folks following this thread already know about this: http://www.nomotion.net/blog/sharknatto/ Does someone with this service happen to do/download firmware image? If yes, pl...
RealEnder User Contributions 213 796,240 04-22-2018, 04:14 PM
    Thread: Hashcat WPA web UI
Post: RE: Hashcat WPA web UI

Hi, haven't look in depth, but it's similar to my project here: https://github.com/RealEnder/dwpa You may find some interesting optimizations you can apply.
RealEnder User Contributions 2 10,876 04-07-2018, 09:24 AM
    Thread: TXT4List app code
Post: RE: TXT4List app code

You can check out wlc from here http://sec.stanev.org/?download This should work on Portuguese wikipedia dumps, maybe with small changes. P.s. I'm the author, used that for wpa-sec dicts generation....
RealEnder User Contributions 2 9,615 02-06-2018, 09:21 AM
    Thread: Cyrillic --> English transliterated passwords wordlist
Post: RE: Cyrillic --> English transliterated passwords ...

Check the dicts here: http://wpa-sec.stanev.org/?dicts More specifically Wikipedia ru and wp_chit bg Those are suitable for WPA cracking and are created with wlc - very simple python tool, that sup...
RealEnder hashcat 7 20,155 12-01-2017, 09:11 AM
    Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers

I checked in my DB and don't have any of those cracked. Pasting ATT* founds, that look like generated, for reference and may help: Code: -- BSSID SSID PSK 20E564ABB120 ATT216 0857472378 383BC86FC306...
RealEnder User Contributions 213 796,240 11-11-2017, 10:48 PM
    Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers

Do you have list of default SSIDs for those routers? Or those are just ATT*?
RealEnder User Contributions 213 796,240 11-10-2017, 03:22 PM
    Thread: WPA Strip, Clean and Convert Script
Post: RE: WPA Strip, Clean and Convert Script

For a project of mine I use combination of tools to make sure I have clean captures: http://sourceforge.net/p/dwpa/code/123/tree/web/common.php?force=True See submission function at line 30
RealEnder User Contributions 18 78,902 11-17-2011, 05:02 PM
    Thread: WPA Strip, Clean and Convert Script
Post: RE: WPA Strip, Clean and Convert Script

pyrit reads the same libpcap format as aircrack. Suitable options is to use something analyze verb, ie $pyrit -r file.cap analyze This shows info on handshakes found in the capture. P.s. make sur...
RealEnder User Contributions 18 78,902 11-16-2011, 05:22 PM
    Thread: WPA Strip, Clean and Convert Script
Post: RE: WPA Strip, Clean and Convert Script

Check the last part of this (http://pyrit.wordpress.com/2011/08/15/lazy-tom/) and this (https://pyrit.wordpress.com/2010/03/06/stateful-handshake-parsing/) post on pyrit blog. The state of handshake p...
RealEnder User Contributions 18 78,902 11-16-2011, 04:42 PM
    Thread: Speed isn’t Everything !
Post: better dictonaries

Hash-IT, I thought myself about better dictionaries in the world of GPGPU based rule engines and wrote tool to collect words from various sources: wlc (http://sec.stanev.org/?download) The last versio...
RealEnder Feature Requests 27 111,585 09-21-2011, 06:02 PM