← prev | next →
LORDVOLDEMORTHERE 2022-09-12 09:35:15
leela90124 2022-09-12 09:11:38
Any linux group dedicated to penetrations testing help?
Yes but it is in russian
mitochondria13 2022-09-12 10:57:35
Cristhixnn 2022-09-12 08:15:02
people my laptop battery lasts very little with arch. Is there a way to make it last longer? i have amd ryzen
Plug in the charger, maybe you were using at 10% battery percentage.
🙂 2022-09-12 11:45:21
Anyone here who can decrypt hashes?
Jojii2 2022-09-12 11:48:56
If you give me infinite amount of time and money, i’ll do it
🙂 2022-09-12 12:01:43
Jojii2 2022-09-12 11:48:56
If you give me infinite amount of time and money, i’ll do it
Using hashcat….than process will be fast…
Jojii2 2022-09-12 12:01:54
No
🙂 2022-09-12 12:02:43
Jojii2 2022-09-12 12:01:54
No
If you have good gpu so why not
Jojii2 2022-09-12 12:08:57
Because possible combinations grow exponential in the length and amount of possible characters. Increasing calculation power is linear. Even if you have 10000x 3090TI
You won’t be able to crack a hash of a long string with many possible characters within lifetime or any reasonable time
Jojii2 2022-09-12 12:14:54
Assume you have 10 character’s and an alphabet of 30 characters. The amount of possibilities is 10^30
Assuming a 3090TI can get 10MHs aka 10 million hashes in a second
And 10.000 GPUs:
10^30 / 10000000 / 60 / 60 / 24 / 365 =
3170979198371 years
🙂 2022-09-12 12:52:01
Jojii2 2022-09-12 12:14:54
Assume you have 10 character’s and an alphabet of 30 characters. The amount of possibilities is 10^30
Assuming a 3090TI can get 10MHs aka 10 million hashes in a second
And 10.000 GPUs:
10^30 / 10000000 / 60 / 60 / 24 / 365 =
3170979198371 years
Ohh.. i see 🤯
🙂 2022-09-12 13:01:20
Jojii2 2022-09-12 12:14:54
Assume you have 10 character’s and an alphabet of 30 characters. The amount of possibilities is 10^30
Assuming a 3090TI can get 10MHs aka 10 million hashes in a second
And 10.000 GPUs:
10^30 / 10000000 / 60 / 60 / 24 / 365 =
3170979198371 years
So how peoples decrypt handshake capture file…..
Jojii2 2022-09-12 13:01:34
They don’t
Jojii2 2022-09-12 13:02:05
They can try with a short max length and a limited alphabet like only numbers
Jojii2 2022-09-12 13:03:38
Like 8^10 possibilities aren’t that hard to crack with a good GPU
Jojii2 2022-09-12 13:03:51
Would be 17 minutes with a hash rate of 10MHs
Jojii2 2022-09-12 13:04:28
Idk how fast a 3090 can Crack those tho so can be much more or less but all in all more reasonable than a strong 10 characters password
alexmb7 2022-09-12 13:05:16
https://www.phoronix.com/news/Apple-M1-Pro-Max-Ultra-DT
Apple M1 Pro/Max/Ultra Device Trees Under Review For Linux –
PhoronixThe Device Tree (DT) files needed by the Linux kernel for Apple Macs powered by the M1 Pro, Max, and Ultra SoCs have been submitted on the kernel mailing list for review and working their way towards upstream.
Jojii2 2022-09-12 13:05:52
Jojii2 2022-09-12 12:14:54
Assume you have 10 character’s and an alphabet of 30 characters. The amount of possibilities is 10^30
Assuming a 3090TI can get 10MHs aka 10 million hashes in a second
And 10.000 GPUs:
10^30 / 10000000 / 60 / 60 / 24 / 365 =
3170979198371 years
Also 30 characters is like nothing a good password should have big, small letters numbers and special characters aka an Alphabet of 60 characters. 10^60 is so unreasonable big
🙂 2022-09-12 13:09:58
Jojii2 2022-09-12 13:05:52
Also 30 characters is like nothing a good password should have big, small letters numbers and special characters aka an Alphabet of 60 characters. 10^60 is so unreasonable big
I just wanted to decrypt capture file which contain 8-10 characters wifi password…
It is not possible to decrypt it or should i try other methods like evil-twin
Jojii2 2022-09-12 13:10:27
8^60 is still too much
Jojii2 2022-09-12 13:10:34
But just don’t
Jojii2 2022-09-12 13:10:38
It’s illegal
🙂 2022-09-12 13:10:58
Yaah …i know that 😂
ludangupta 2022-09-12 13:20:46
Jojii2 2022-09-12 13:05:52
Also 30 characters is like nothing a good password should have big, small letters numbers and special characters aka an Alphabet of 60 characters. 10^60 is so unreasonable big
But No one can stop deauth attack
TheWatcherBaba 2022-09-12 14:28:35
Hey when we type ‘where python’ in any OS like Kali or Arch it shows the location at which the python file is located.
But when I use ‘where’ in Zorin or Ubuntu it shows” ‘where’ command not found” . What should I do to fix it?
Jojii2 2022-09-12 14:29:43
ludangupta 2022-09-12 13:20:46
But No one can stop deauth attack
Never said that
Jojii2 2022-09-12 14:29:54
Although this ain’t true, its possible
Jojii2 2022-09-12 14:30:16
deauth is just a package. If you reprogramm your router to ignore those packages its definitely possible
hyunlee1o 2022-09-12 14:30:26
TheWatcherBaba 2022-09-12 14:28:35
Hey when we type ‘where python’ in any OS like Kali or Arch it shows the location at which the python file is located.
But when I use ‘where’ in Zorin or Ubuntu it shows” ‘where’ command not found” . What should I do to fix it?
The official command is “command -v <link to command>”
It was previously which but its not a standard.
malware_hacker_bot 2022-09-12 14:33:58
TheWatcherBaba 2022-09-12 14:28:35
Hey when we type ‘where python’ in any OS like Kali or Arch it shows the location at which the python file is located.
But when I use ‘where’ in Zorin or Ubuntu it shows” ‘where’ command not found” . What should I do to fix it?
Remove kali
thecatvoid 2022-09-12 15:19:55
TheWatcherBaba 2022-09-12 14:28:35
Hey when we type ‘where python’ in any OS like Kali or Arch it shows the location at which the python file is located.
But when I use ‘where’ in Zorin or Ubuntu it shows” ‘where’ command not found” . What should I do to fix it?
“where” is not even an actual command afaik
it is either, whereis or which or command -v
TheWatcherBaba 2022-09-12 15:39:50
Then why “where” works in Kali?
TheWatcherBaba 2022-09-12 15:40:05
And thanks other commands are working
sara sara 2022-09-12 15:49:38
Hi how to fix this error?
thecatvoid 2022-09-12 16:16:58
TheWatcherBaba 2022-09-12 15:39:50
Then why “where” works in Kali?
maybe its an alias to which or whatever
← prev | next →