Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Dahua remote authentication
Post: RE: Dahua remote authentication
You should be able to use m120. First convert your hash to hex, eg like this:
Code:
--
echo y70nnRaOAk9Pbc1cz8L8esO9ph8= | base64 -d | xxd -p
--
Then take hex value of the salt, since there is a del... |
|
RealEnder |
User Contributions
|
2 |
2,701 |
04-07-2025, 08:08 PM |
|
|
Thread: Verizon Fios G3100 and E3200 Research
Post: RE: Verizon Fios G3100 and E3200 Research
Interesting research. We've looked at these and sadly couldn't find anything, which can limit the keyspace, which is really enormous. We have a lot of uncracked Fios networks in wpa-sec. We've got onl... |
|
RealEnder |
User Contributions
|
26 |
19,519 |
04-07-2025, 07:45 PM |
|
|
Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers
Hi and Merry Christmas!
Here are my dlink- hits:
Code:
--
0001015B7F0C dlink-4A1C yzlgq27544
000101A732B7 dlink-4AC0 gfjon85581
00238CC9A40A dlink-4A1C yzlgq27544
0024FBCA4FAC dlink-4AC0 gfjon... |
|
RealEnder |
User Contributions
|
225 |
1,021,794 |
12-27-2024, 02:01 PM |
|
|
Thread: a DIY wordlist generator
Post: RE: a DIY wordlist generator
Wow, please don't do it this way. No need to hammer Wikipedia's site - it's slow and non-productive.
Wikipedia has dumps here: https://dumps.wikimedia.org . Just parse them and extract the words. The... |
|
RealEnder |
User Contributions
|
3 |
6,465 |
10-18-2024, 01:08 PM |
|
|
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 |
22,702 |
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 |
53,320 |
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 |
53,320 |
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 |
53,320 |
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 |
53,320 |
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 |
2,258,713 |
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 |
17,507 |
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 |
19,674 |
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
|
225 |
1,021,794 |
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
|
225 |
1,021,794 |
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 |
14,518 |
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 |
12,572 |
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 |
26,935 |
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
|
225 |
1,021,794 |
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
|
225 |
1,021,794 |
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 |
93,976 |
11-17-2011, 05:02 PM |