Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: How to extract a hash (VNC, SSH2 or SMB) from a WireShark capture file
Post: RE: How to extract a hash (VNC, SSH2 or SMB) from ...
halfie Wrote: (03-21-2013, 01:53 PM)
--
I think your VNC session was using encryption (at least at some point). I can successfully extract the "hash" from your .pcap file and also crack it using JtR-... |
|
SopalajoArrierez |
General Help
|
13 |
69,957 |
03-29-2013, 03:19 PM |
|
|
Thread: How to extract a hash (VNC, SSH2 or SMB) from a WireShark capture file
Post: RE: How to extract a hash (VNC, SSH2 or SMB) from ...
Wefffff.... I finally did it: installed EtterCap latest version. It has been a bit hard: Ettercap seems to be very updated, so several libraries and programs (CURL, for example) need to be in the late... |
|
SopalajoArrierez |
General Help
|
13 |
69,957 |
03-29-2013, 07:49 PM |
|
|
Thread: How to extract a hash (VNC, SSH2 or SMB) from a WireShark capture file
Post: RE: How to extract a hash (VNC, SSH2 or SMB)
halfie Wrote: (03-20-2013, 07:01 PM)
--
Which version of Ettercap are you using?
--
This is my version:
ettercap 0.7.4.1 copyright 2001-2011 ALoR & NaGA
halfie Wrote: (03-20-2013, 07:01 PM)
--... |
|
SopalajoArrierez |
General Help
|
13 |
69,957 |
03-20-2013, 09:48 PM |
|
|
Thread: How can I remotely know about the progress of OCLHashCat?
Post: RE: How can I remotely know about the progress of ...
undeath Wrote: (11-16-2014, 01:11 PM)
--
I think hashtopus can show you the progress: https://hashcat.net/forum/thread-3159.html
--
Thanks you, undeath.
I am reading it, and it seems mostly a dist... |
|
SopalajoArrierez |
Old oclHashcat Support
|
7 |
14,336 |
11-16-2014, 01:28 PM |
|
|
Thread: How can I remotely know about the progress of OCLHashCat?
Post: RE: How can I remotely know about the progress of ...
Mangix Wrote: (11-17-2014, 04:02 AM)
--
uhhhh there is a windows version of screen available.
Just install the latest cygwin and install screen + openssh from the package manager.
--
That sou... |
|
SopalajoArrierez |
Old oclHashcat Support
|
7 |
14,336 |
11-17-2014, 04:13 AM |
|
|
Thread: How can I remotely know about the progress of OCLHashCat?
Post: RE: How can I remotely know about the progress of ...
Well, here are some feedbacks about what you suggested, Mangix:
- I have installed CygWin's OpenSSH listening on port 1022TCP. Seems to be working OK, but keypressing on this screen is ignored in r... |
|
SopalajoArrierez |
Old oclHashcat Support
|
7 |
14,336 |
11-17-2014, 05:53 AM |
|
|
Thread: How can I remotely know about the progress of OCLHashCat?
Post: RE: How can I remotely know about the progress of ...
Another method to take unattended control of OCLHashCat could be the classic GNU Expect program, but it seems not to be working neither.
I have opened a thread about: https://hashcat.net/forum/thread-... |
|
SopalajoArrierez |
Old oclHashcat Support
|
7 |
14,336 |
11-18-2014, 01:37 AM |
|
|
Thread: Combinator attack not restoring sessions
Post: RE: Combinator attack not restoring sessions
I made many changes and tests, and I think I can now answer myself:
If I wait for a few minutes (1 to 5, maybe) the key computation keeps finally working as it should!
I am not still sure about wh... |
|
SopalajoArrierez |
Very old oclHashcat-plus Support
|
3 |
8,292 |
02-17-2013, 06:08 PM |
|
|
Thread: Combinator attack not restoring sessions
Post: RE: Combinator attack not restoring sessions
The problem came back again :-( . Some more data about it:
I have tested with Catalyst 12.8 (with oclhashcat-plus v0.12), 13.1 and latest 13.2 Beta Catalyst (with oclhashcat-plus v0.13), but this pr... |
|
SopalajoArrierez |
Very old oclHashcat-plus Support
|
3 |
8,292 |
03-01-2013, 11:48 AM |
|
|
Thread: Can hybrid attack work with rules?
Post: RE: Can hybrid attack work with rules?
Well... then, I think I have found a bug in OCLHashCat.
Case command-line:
Code:
--
# Creation of the password test file with key example "rafa3rafa3:
temp=$(iconv -f ASCII -t UTF-16LE TestPass... |
|
SopalajoArrierez |
Old oclHashcat Support
|
9 |
15,325 |
01-24-2015, 05:58 AM |
|
|
Thread: Can hybrid attack work with rules?
Post: RE: Can hybrid attack work with rules?
epixoip Wrote: (01-24-2015, 07:36 AM)
--
If cain.txt contains the word "rafa", then "-a 6 cain.txt ?d -j d" will generate the candidate "rafarafa3" but not "rafa3rafa3".
--
I understand: rules are ap... |
|
SopalajoArrierez |
Old oclHashcat Support
|
9 |
15,325 |
01-24-2015, 07:44 AM |
|
|
Thread: Can hybrid attack work with rules?
Post: RE: Can hybrid attack work with rules?
philsmd Wrote: (01-24-2015, 08:43 AM)
--
to avoid to generate a large dict also something like this would work in your particular case:
Code:
--
oclhashcat64 -m 1000 -r my_append_num_and_duplicat... |
|
SopalajoArrierez |
Old oclHashcat Support
|
9 |
15,325 |
01-24-2015, 09:02 AM |
|
|
Thread: Can hybrid attack work with rules?
Post: RE: Can hybrid attack work with rules?
Mmm.. I think I could answer myself. Acording to my tests, it seems that the order between -r, -j and -k would be:
-j goes first.
-r goes second.
-k doesn't go: it is ignored.
Am I right? |
|
SopalajoArrierez |
Old oclHashcat Support
|
9 |
15,325 |
01-24-2015, 09:16 AM |
|
|
Thread: Can hybrid attack work with rules?
Post: RE: Can hybrid attack work with rules?
philsmd Wrote: (01-24-2015, 09:27 AM)
--
If you want to "split" the rules, there is also another interesting feature called multi-rules: see https://hashcat.net/wiki/doku.php?id=rule_based_attack#mul... |
|
SopalajoArrierez |
Old oclHashcat Support
|
9 |
15,325 |
01-24-2015, 09:59 AM |
|
|
Thread: 15 chars limitation
Post: RE: 15 chars limitation
+1 for allowing (at least as parameter) more than 15 chars long :-) for keys.
Just Name+Date (a common password in WPA, I don't know why) easily reachs that limit. Think about something like "Stallone... |
|
SopalajoArrierez |
Very old oclHashcat-plus Support
|
46 |
87,740 |
01-14-2013, 09:11 PM |
|
|
Thread: 15 chars limitation
Post: RE: 15 chars limitation
Kuci Wrote: (05-27-2013, 06:21 PM)
--
atom, will you do something as I mentioned in my last reply ? Please, tell us, I'm curious :D
--
Give Atom a breath, Kuci. :-)
He could have too much work l... |
|
SopalajoArrierez |
Very old oclHashcat-plus Support
|
46 |
87,740 |
05-27-2013, 10:36 PM |
|
|
Thread: Proper method to extract the hash from a PDF file?
Post: Proper method to extract the hash from a PDF file?
Quote:
--
METHOD COMPLETED at post #6 (https://hashcat.net/forum/thread-4105-post-23368.html#pid23368).
--
In order to test the PDF attack feature of OCLHashCat, I am using these sample hashes file... |
|
SopalajoArrierez |
Old oclHashcat Support
|
11 |
43,597 |
02-20-2015, 05:52 PM |
|
|
Thread: Possible bug: OCLHashCat not working with Expect.
Post: Possible bug: OCLHashCat not working with Expect.
I am trying to manage OCLHashCat with Expect.
I have started by sending a simple `q` key.
This is the code:
Code:
--
spawn oclHashcat64.exe ../Test.hccap -m 2500 -a 3 ?d?d?d?d?d?d?d?d
e... |
|
SopalajoArrierez |
Old oclHashcat Support
|
0 |
3,158 |
11-18-2014, 01:35 AM |
|
|
Thread: No need to install Catalyst for OCLHashCat-plus to work properly.
Post: No need to install Catalyst for OCLHashCat-plus to...
I wanna give you one hand in documentation matters for OCLHashCat-Plus:
In fact, I have found that, in Windows OS, the only file that seems to be needed for OCL acceleration is "OpenCL.msi" (path in... |
|
SopalajoArrierez |
Very old oclHashcat-plus Support
|
2 |
7,768 |
01-15-2013, 03:08 PM |
|
|
Thread: How to extract a hash (VNC, SSH2 or SMB) from a WireShark capture file
Post: How to extract a hash (VNC, SSH2 or SMB) from a Wi...
Hello all.
Until now I have only tested WPA hashes, and they have been extracted from a airodump-ng's capture file using tshark or aircrack-ng (-J option).
I wanna go one step beyond, and in an ... |
|
SopalajoArrierez |
General Help
|
13 |
69,957 |
03-20-2013, 05:02 PM |