Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: Bruteforce/Mask captial and non capital letters?
Post: RE: Bruteforce/Mask captial and non capital letter...
Move the mask after the hashfile. |
|
M@LIK |
General Help
|
8 |
20,903 |
10-23-2012, 12:05 PM |
|
|
Thread: Bruteforce/Mask captial and non capital letters?
Post: RE: Bruteforce/Mask captial and non capital letter...
Post your command-line here. |
|
M@LIK |
General Help
|
8 |
20,903 |
10-23-2012, 04:46 PM |
|
|
Thread: is this normal?
Post: RE: is this normal?
Btw, a friend of mine wrote a python code to brute-force the default pass-phrase for these 2wire routers, it will help you in minimizing the time by skipping some candidates.
https://blog.init6.me/201... |
|
M@LIK |
General Help
|
6 |
12,932 |
11-15-2012, 03:45 AM |
|
|
Thread: dictionary generation
Post: RE: dictionary generation
For your case (which is cracking 2wire routers, I assume), see my post on your other thread.
In general, what are you trying to do will not help much, filtering these guesses will reduce performanc... |
|
M@LIK |
General Help
|
2 |
8,080 |
11-15-2012, 03:50 AM |
|
|
Thread: HCCAP format : retrieve bssid
Post: RE: HCCAP format : retrieve bssid
To extract the ESSiD (using just head):
Code:
--
head -c36 hccap
Much more neater than piping twice
--
To extract the BSSiD (using just od):
Code:
--
od -j36 -N6 -tx1 hccap | grep -Eo "[a-f0-9 ]{... |
|
M@LIK |
General Help
|
2 |
6,367 |
11-17-2012, 06:07 PM |
|
|
Thread: How to configure mask attack
Post: RE: How to configure mask attack
hccap files can only contain one handshake. It's impossible to crack more than one handshake using -plus, unless you run more than one instance (with different hccap files).
I don't know how to tell ... |
|
M@LIK |
General Help
|
5 |
16,695 |
12-21-2012, 01:01 AM |
|
|
Thread: Exhausted?
Post: RE: Exhausted?
Toil Wrote:
--
am i doing it wrong
--
Yes, you're doing it wrong.
1st, your commands are ugly, stack them properly.
2nd, your use of the -c parameter with a brute-force attack is extremely ignora... |
|
M@LIK |
General Help
|
6 |
40,300 |
12-24-2012, 04:01 PM |
|
|
Thread: Directory pointing using hashcat-plus-0.12
Post: RE: Directory pointing using hashcat-plus-0.12
Simple.
Code:
--
-plus ..\DirectoryWithDicts
// Run all files in that dict
// Note: On Windows, make sure there's no trailing (back)slash
-plus ..\DirectoryWithDicts\*.txt
// Run all .txt fi... |
|
M@LIK |
General Help
|
4 |
8,370 |
01-13-2013, 03:44 AM |
|
|
Thread: Directory pointing using hashcat-plus-0.12
Post: RE: Directory pointing using hashcat-plus-0.12
Of course, that's wildcard basics.
You can also do: dicts\*non-english*
To run all files having "non-english" in their filenames. With a bit of brains, you can utilize this for a very efficient di... |
|
M@LIK |
General Help
|
4 |
8,370 |
01-13-2013, 04:23 AM |
|
|
Thread: Strange character
Post: RE: Strange character
|
M@LIK |
General Help
|
5 |
9,424 |
01-30-2013, 08:12 AM |
|
|
Thread: Strange character
Post: RE: Strange character
I never said 9d is null.
*Achievement Unlocked*
**Trolled epixoip**
:D |
|
M@LIK |
General Help
|
5 |
9,424 |
01-30-2013, 09:47 AM |
|
|
Thread: [solved] How to remove numbers from dictionary .txt or .dic
Post: RE: How to remove numbers from dictionary .txt or ...
sed is faster:
Code:
--
sed "/^[0-9]*$/d" in > out
--
|
|
M@LIK |
General Help
|
7 |
12,710 |
02-14-2013, 04:39 PM |
|
|
Thread: SHA1 underscore salted ?
Post: RE: SHA1 underscore salted ?
It will not. You can have as many :'s as you want in a salt as long as you use the right -m. |
|
M@LIK |
General Help
|
9 |
15,119 |
02-27-2013, 05:10 PM |
|
|
Thread: Sorting results after cracking
Post: RE: Sorting results after cracking
https://hashcat.net/forum/thread-1700.html Might help. |
|
M@LIK |
General Help
|
4 |
8,474 |
03-03-2013, 09:14 PM |
|
|
Thread: expander length limit on cmdline
Post: RE: expander length limit on cmdline
this can be done easily by the following commands::
Code:
--
expander < 1.* > 1_e.out
len [min_length] [max_length] < 1_e.out > 1_e_len.out
sort -u 1_e_len.out -o 1_e_len_u.out
--
just set the [mi... |
|
M@LIK |
Feature Requests
|
4 |
9,771 |
04-01-2012, 02:49 PM |
|
|
Thread: Truecrypt
Post: RE: Truecrypt
definitely supporting this..
+1 vote |
|
M@LIK |
Feature Requests
|
9 |
27,826 |
04-11-2012, 09:07 AM |
|
|
Thread: SHA-256($salt.$pass)
Post: RE: SHA-256($salt.$pass)
|
M@LIK |
Feature Requests
|
9 |
26,015 |
05-06-2012, 06:41 PM |
|
|
Thread: New rule
Post: RE: New rule
+1 if it does what I think it does.
The new rule is ( a ):
Code:
--
cat wordlist
pass1
123pass
p4ss
66killsin1
cat rule
a $1
a $s
hc wordlist -r rule --stdout
pass1
pass1
p4ss
kil... |
|
M@LIK |
Feature Requests
|
5 |
10,959 |
05-09-2012, 07:23 PM |
|
|
Thread: restore file
Post: RE: restore file
|
M@LIK |
Feature Requests
|
2 |
9,404 |
05-15-2012, 05:53 PM |
|
|
Thread: Help with md5($salt.$pass.$salt)
Post: RE: Help with md5($salt.$pass.$salt)
Hey, I found your password... no kidding.
I did it for experience not your blue eyes. |
|
M@LIK |
Feature Requests
|
9 |
21,096 |
05-16-2012, 09:01 PM |