Quantcast
Channel: hashcat Forum - All Forums
Viewing all 8114 articles
Browse latest View live

GTX 1050, 1060, 970 benchmarks

$
0
0
Does anyone have benchmarks for the GTX 1050, the GTX 1060, and the GTX 970 all in one place?

I am considering additional GPUs for my rig and these are priced low, relative to the 1070 and 1080, of course.

Is the GTX 1050 even a contender for running hashcat?

What is the current optimal setup in terms of cost and performance?

Hashcat doesn't manage fans/temps properly.

$
0
0
Hey,

I've been trying to decrypt some WPA stuff with a big dictionary on my PC (i5-750 and MSI R9 270X, where the CPU is not involved in calculations) and I noticed that hashcat64 crashes after I leave it on for a while and I need to restore it. Then I noticed that the fan speed is stuck at 33% and doesn't change, even after going over the retain temperature. Changing fan settings in MSI Afterburner or Overdrive settings results only in brief change of fan speed, but it is quickly set back to 33% by hashcat (working or paused, doesn't matter). I can however change settings when hashcat is not running at all, which makes me pretty convinced that this is the real culprit.


I'm on Windows 7 if it matters. I'd love to do it on Linux, but the pro drivers there don't support my card :c

Thanks,
spaqin

FYI: two mistakes in wiki

$
0
0
a) in

https://hashcat.net/wiki/doku.php?id=rule_based_attack

i read

* Indicates that N starts at 0. For character positions other than 0-9 use A-Z (A=11)

should probably be:

* Indicates that N starts at 0. For character positions other than 0-9 use A-Z (A=10)


b) the example

Reject less    <N        Reject plains of length greater than N        <16

is probably wrong. At least the code of hashcat-legacy accepts only one character as N, not two. So i think the
line should be changed to:

Reject less    <N        Reject plains of length greater than N        <G

Passphrase help

$
0
0
Hi all - looking for some support. I'm trying to figure out a way to crack passphrases and can't just get it right. I figure by now someone has figured out the command line, so I'm asking if anybody has, would you mind sharing it below?  

I'm looking for a way to get, for example, "This is my password" - just a few words separated by special characters.   Thanks for any help!

hashcat version

$
0
0
I use oclHashcat v2.01. How old is this version and what's the difference between what I use and the hashcat64 v3.20?

what's wrong with the third Card?

$
0
0
My cards is R9 390 ,and everything looks ok.

But the third card's speed is too slowly :

Speed.Dev.#1.....:   178.5 kH/s (6.48ms)
Speed.Dev.#2.....:   178.1 kH/s (6.55ms)
Speed.Dev.#3.....:    50346 H/s (11.30ms)
Speed.Dev.#*.....:   406.9 kH/s


I've looked up wiki and found nothing, what should i do?

It's strange!!

version 3.20 work with CL_UNKNOWN_ERROR

$
0
0
Welcome switched to version 3.20
Began to appear the error "[s] tatus [p] ause [r] esume [b] ypass [c] heckpoint [q] uit => clWaitForEvents (): CL_UNKNOWN_ERROR"
clWaitForEvents (): CL_UNKNOWN_ERROR

clWaitForEvents (): CL_UNKNOWN_ERRORclWaitForEvents (): CL_UNKNOWN_ERROR

clEnqueueReadBuffer (): CL_OUT_OF_RESOURCES

clEnqueueReadBuffer (): CL_OUT_OF_RESOURCES

clEnqueueReadBuffer (): CL_OUT_OF_RESOURCES

clEnqueueReadBuffer (): CL_OUT_OF_RESOURCES

clEnqueueReadBuffer (): CL_OUT_OF_RESOURCES

clEnqueueReadBuffer (): CL_OUT_OF_RESOURCES

clEnqueueReadBuffer (): CL_OUT_OF_RESOURCES

clEnqueueReadBuffer (): CL_OUT_OF_RESOURCES

clEnqueueWriteBuffer (): CL_OUT_OF_RESOURCES

clEnqueueWriteBuffer (): CL_OUT_OF_RESOURCESclEnqueueWriteBuffer (): CL_OUT_OF_RESOURCES

The process is interrupted. In version 3.10 everything worked like clockwork.
It should be 6 GB of RAM, 12 GB of paging.
1070 Video Card.
I met this already?

Repeated Bug Notification when Running Hashcat (git master)

$
0
0
Dear all,

I've encountered a cryptic error message that is printed repeatedly when running hashcat: "BUG feof()!!"

Our machine:
* ASUS Sabretooth X99
* Intel Core i7 5820K (LGA 2011-v3)
* 2x HyperX Fury 16GiB DDR4-2133
* 2x EVGA GTX 1080 Founders Edition
* Samsung 850 EVO Basic 500GiB
* Corsair HX1000i
* NZXT Kraken X61
* NZXT H440 V2

Running:
NixOS 16.09 with hashcat from github (current master)

*EDIT* Build command sequence:

Code:
$ git clone --recursive https://github.com/hashcat/hashcat.git hashcat-master
$ cd hashcat-master
$ make install PREFIX=$HOME/.local


Command:
Code:
$ hashcat --session sess --username -o output.plain -a 0 -m 1000 -w 3 -r ../rules/T0XlC.rule hashes.ntlm ../wordlists/rockyou.txt


Let me know if I can provide anything else.

Prince Processor

$
0
0
I have been trying to use princeprocessor to attack a pdf hash. It starts up fine but just stops on a blank line.
The command line i'm using is the following:
pp64 < english.dict | hc64 --session=prince -m 10500 hash.txt -r=prince_optimized.rule -w3

I have searched the other threads can fine no example usage for princeprocessor other than what I have shown.

I seem to be missing something here that is not blatantly obvious to me.  The process stops after it shows 
"Starting attack in stdin mode. . ."  It seems to be waiting for something. . . . 
Someone in a thread said they had the same problem and the response was that it was waiting for something to do.

What?  What am I missing here???

Anyone's assistance would be appreciated.
/r

I've tried adding a min and max password length, same issue.

Mask that contains streetname

$
0
0
Hello,

Where I live, very often people put their street name in the WPA password.

If for example my street name is "Longstreet" and I want to mask like this:

Longstreet%a%a%a%a%a

How to do that?

Additionally, can I have something like

%a[L/l]ongstreet%a%a%a%a (also prefix + both capital and small first character)

Or even something like %a%a%a%a%a%a%a%a%a%a%a AND 'contains Longstreet'.

Is there any way do to these types of masks using builtin features and without building a huge wordlist?

h64 - 'double free or corruption' error

$
0
0
Hello,

one newbie question here - I'm using linux mint 18, installed AMDGPU-Pro Driver (on r9 290), hashcat 3.2, but even examples won't run. This is what I get:

~/hashcat $ sh example400.sh
hashcat (v3.20) starting...

*** Error in `./hashcat64.bin': double free or corruption (!prev): 0x0000000000c9f6f0 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x77725)[0x7f4e0af1a725]
/lib/x86_64-linux-gnu/libc.so.6(+0x7ff4a)[0x7f4e0af22f4a]
/lib/x86_64-linux-gnu/libc.so.6(cfree+0x4c)[0x7f4e0af26abc]
/lib/x86_64-linux-gnu/libc.so.6(fclose+0x103)[0x7f4e0af10313]
./hashcat64.bin[0x44873b]
./hashcat64.bin[0x44bfaf]
./hashcat64.bin[0x41449e]
./hashcat64.bin[0x40251c]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0)[0x7f4e0aec3830]
./hashcat64.bin[0x4025d9]
======= Memory map: ========
00400000-0048e000 r-xp 00000000 08:06 27210                              /home/vlad/hashcat/hashcat64.bin
0068d000-0068e000 r--p 0008d000 08:06 27210                              /home/vlad/hashcat/hashcat64.bin
0068e000-0068f000 rw-p 0008e000 08:06 27210                              /home/vlad/hashcat/hashcat64.bin
00c7a000-00daf000 rw-p 00000000 00:00 0                                  [heap]
7f4e04000000-7f4e04021000 rw-p 00000000 00:00 0
7f4e04021000-7f4e08000000 ---p 00000000 00:00 0
7f4e086de000-7f4e086f4000 r-xp 00000000 08:06 6063                       /lib/x86_64-linux-gnu/libgcc_s.so.1
7f4e086f4000-7f4e088f3000 ---p 00016000 08:06 6063                       /lib/x86_64-linux-gnu/libgcc_s.so.1
7f4e088f3000-7f4e088f4000 rw-p 00015000 08:06 6063                       /lib/x86_64-linux-gnu/libgcc_s.so.1
7f4e088f4000-7f4e089fc000 r-xp 00000000 08:06 6095                       /lib/x86_64-linux-gnu/libm-2.23.so
7f4e089fc000-7f4e08bfb000 ---p 00108000 08:06 6095                       /lib/x86_64-linux-gnu/libm-2.23.so
7f4e08bfb000-7f4e08bfc000 r--p 00107000 08:06 6095                       /lib/x86_64-linux-gnu/libm-2.23.so
7f4e08bfc000-7f4e08bfd000 rw-p 00108000 08:06 6095                       /lib/x86_64-linux-gnu/libm-2.23.so
7f4e08bfd000-7f4e08c04000 r-xp 00000000 08:06 6179                       /lib/x86_64-linux-gnu/librt-2.23.so
7f4e08c04000-7f4e08e03000 ---p 00007000 08:06 6179                       /lib/x86_64-linux-gnu/librt-2.23.so
7f4e08e03000-7f4e08e04000 r--p 00006000 08:06 6179                       /lib/x86_64-linux-gnu/librt-2.23.so
7f4e08e04000-7f4e08e05000 rw-p 00007000 08:06 6179                       /lib/x86_64-linux-gnu/librt-2.23.so
7f4e08e05000-7f4e08e0b000 r-xp 00000000 08:06 165688                     /opt/amdgpu-pro/lib/x86_64-linux-gnu/libOpenCL.so.1
7f4e08e0b000-7f4e0900b000 ---p 00006000 08:06 165688                     /opt/amdgpu-pro/lib/x86_64-linux-gnu/libOpenCL.so.1
7f4e0900b000-7f4e0900c000 rw-p 00006000 08:06 165688                     /opt/amdgpu-pro/lib/x86_64-linux-gnu/libOpenCL.so.1
7f4e0900c000-7f4e0aea3000 rw-p 00000000 00:00 0
7f4e0aea3000-7f4e0b063000 r-xp 00000000 08:06 6025                       /lib/x86_64-linux-gnu/libc-2.23.so
7f4e0b063000-7f4e0b262000 ---p 001c0000 08:06 6025                       /lib/x86_64-linux-gnu/libc-2.23.so
7f4e0b262000-7f4e0b266000 r--p 001bf000 08:06 6025                       /lib/x86_64-linux-gnu/libc-2.23.so
7f4e0b266000-7f4e0b268000 rw-p 001c3000 08:06 6025                       /lib/x86_64-linux-gnu/libc-2.23.so
7f4e0b268000-7f4e0b26c000 rw-p 00000000 00:00 0
7f4e0b26c000-7f4e0b26f000 r-xp 00000000 08:06 6049                       /lib/x86_64-linux-gnu/libdl-2.23.so
7f4e0b26f000-7f4e0b46e000 ---p 00003000 08:06 6049                       /lib/x86_64-linux-gnu/libdl-2.23.so
7f4e0b46e000-7f4e0b46f000 r--p 00002000 08:06 6049                       /lib/x86_64-linux-gnu/libdl-2.23.so
7f4e0b46f000-7f4e0b470000 rw-p 00003000 08:06 6049                       /lib/x86_64-linux-gnu/libdl-2.23.so
7f4e0b470000-7f4e0b488000 r-xp 00000000 08:06 6171                       /lib/x86_64-linux-gnu/libpthread-2.23.so
7f4e0b488000-7f4e0b687000 ---p 00018000 08:06 6171                       /lib/x86_64-linux-gnu/libpthread-2.23.so
7f4e0b687000-7f4e0b688000 r--p 00017000 08:06 6171                       /lib/x86_64-linux-gnu/libpthread-2.23.so
7f4e0b688000-7f4e0b689000 rw-p 00018000 08:06 6171                       /lib/x86_64-linux-gnu/libpthread-2.23.so
7f4e0b689000-7f4e0b68d000 rw-p 00000000 00:00 0
7f4e0b68d000-7f4e0b6b3000 r-xp 00000000 08:06 5997                       /lib/x86_64-linux-gnu/ld-2.23.so
7f4e0b715000-7f4e0b88d000 rw-p 00000000 00:00 0
7f4e0b8af000-7f4e0b8b2000 rw-p 00000000 00:00 0
7f4e0b8b2000-7f4e0b8b3000 r--p 00025000 08:06 5997                       /lib/x86_64-linux-gnu/ld-2.23.so
7f4e0b8b3000-7f4e0b8b4000 rw-p 00026000 08:06 5997                       /lib/x86_64-linux-gnu/ld-2.23.so
7f4e0b8b4000-7f4e0b8b5000 rw-p 00000000 00:00 0
7fff607cf000-7fff607f0000 rw-p 00000000 00:00 0                          [stack]
7fff607f4000-7fff607f6000 r--p 00000000 00:00 0                          [vvar]
7fff607f6000-7fff607f8000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]
Aborted


-----------------------------------------------------------------------------------------------------------------------------------------

Any ideas what might be wrong? Thanks a lot.

Combinator attack with a maximum length?

$
0
0
Hello,

I have setup 2 dictionaries for my combinator attack:

-a 1 -m 2500 handshake.hccap dictionary1.dic dictionary2.dic
basically the dictionaries are the same but I want a cross-joined password list. It is working fine.

Now to reduce the number of combinations to process I only want to test the combinations that are 8-14 characters.

I know I can add left-right rules to the combinator attack like this
"If you wish to add rules to either the left or right dictionary or both at once then you can use the -j or -k commands."
https://hashcat.net/wiki/doku.php?id=combinator_attack

But even if I would succeed adding a '<14' rule, that will only add a rule to each dictionary.
I need a filter on the combined length.
Is this possible in any way with hashcat?

Yep going insane here

$
0
0
Hey I dont understand what changed but hashcat isnt able to locate my wordlist or something
im using 
Hashcat64.exe -m 2500 home.hccap rockyou.txt pause
And now im getting Error: No such file or directory
...
ok this use to work in oclhashcat, now i dont know what changed but obviously im missing something. Could someone shoot me some intel?

The wordlist and capture are in the same folder they have been in, ive already ran a 10 digit numeric brute force that ran perfectly, but now that im trying to run a wordlist im getting this error..

Two different GPUs

$
0
0
Hi,
I have GTX980,
and I want to buy a GTX1080 and install it in my desktop-computer.
Do this cards work together for hashcat?
Does it occur any problem?
Please answer.
-----------
Sorry for my bad English : (

Scoping out new 4xGPU or 6xGPU 1080 FE build

$
0
0
I've been reading the forums trying to get an idea on what I can build for around or slightly over $5,000 USD.

I'm debating between a 4xGPU or a 6xGPU (both using open air rigs). The two items I am stuck on is which card to use and riser vs direct to motherboard connection.

I have a few questions:

Connectivity:
From some experience on an old rig build and also from the forum here I've read that  risers are bad--they do seem too cheap to be reliable (to me anyway). Is there a high quality riser option available?

Are the ribbon expansion cables a decent alternative?

Video cards:
Is there much of a difference between different founders editions?

Asus 1080 Founders Edition ($849.99 currently):
http://www.newegg.com/Product/Product.as...85V4XF1431

Vs:

EVGA 1080 Founders Edition ($699.99):
http://www.newegg.com/Product/Product.as...6814487243

If I have to choose between a flaky 6xGPU with risers and a more stable 4xGPU with directly connected GPUs, I will go with the 4xGPU.

Any other comments of suggestions would be greatly appreciated.

increment gives invlaid mask error

$
0
0
I can run this fine without the --increment.  But once I try to use it I get an invalid mask error.
(tried adding in a min/max too.  And moving the switches' order around a bit)
So where is my brainfart?

Code:
$ Hashcat64.bin  -m 2500  -a 6  ./wifi.hccap  ./dictionary.txt  ?d?d?d?d --increment

hashcat (v3.20) starting...

OpenCL Platform #1: NVIDIA Corporation
======================================
* Device #1: GeForce GTX 1070, 2036/8144 MB allocatable, 15MCU
* Device #2: GeForce GTX 1070, 2036/8145 MB allocatable, 15MCU

Generated bitmap tables...Invalid mask

Which Hash-Method was used here?

$
0
0
Hello everyone!
Im a complete newbie in hashcat and dont know very much about this amazing tool yet. I have the hashed Password of a local Joomla-user on my computer, but i dont know which exact encryption-method was used there:
Code:
REDACTED

According to the Joomla-Forum, the Hash was encrypted in MD5 in this way: md5($password.$salt) But when i try to brute-force this string with the Hash-Mode "-m 500" (the example for this mode looked the most similiar to the hash i wrote above), hashcat just throws the exception "no hashes loaded" and "Signature unmatched".

Does anyone have an idea how i manage to brute-force this hash or what im doing wrong?

Which Hash modes for Weblogic password hash?

$
0
0
can use the WebLogic Scripting Tool (WLST) to export and import data from a security provider,
User password using Base64 code ,after Base64 decoding are:


{ssha256}6hx5QJR+FWu0AJdiqWFKbIfeLEcaksIvO5XAAL4A6Vsd2jP0
{ssha256}eShYpAyYVLKIx4S4VBEcncf6M2Wrq7xGn2lmku6uL5rFe2+g
{ssha256}UwUGG1LbiiVRw+HptLNMJu7gdrlR5f2qf6hQjYQR6rh9pMJY
{ssha256}aBb0Ys2mrNBRAWRoO1y53qRTMrYNy9/rkHBPzH2whrX+ecsV
{ssha256}JKB+aKc1L8pH+xkFFhAbljXj9eHWyc4ZnLqL4YaqKygXD+tF

Which Hash modes for Weblogic password hash, someone can help me ?



here is raw data:

dn: dc=@domain@
dc: @domain@
objectclass: top
objectclass: domain

dn: ou=@realm@,dc=@domain@
ou: @realm@
objectclass: top
objectclass: organizationalUnit

dn: ou=groups,ou=@realm@,dc=@domain@
ou: groups
objectclass: organizationalUnit
objectclass: top
createTimestamp: 201611060801Z
creatorsName: cn=Admin

dn: cn=AdminChannelUsers,ou=groups,ou=@realm@,dc=@domain@
memberURL: ldap:///ou=groups,ou=@realm@,dc=@domain@??sub?(&(objectclass=person)(wlsMemberOf=cn=AdminChannelUsers,ou=groups,ou=@realm@,dc=@domain@))
description: AdminChannelUsers can access the admin channel.
objectclass: top
objectclass: groupOfUniqueNames
objectclass: groupOfURLs
cn: AdminChannelUsers
createTimestamp: 201611060801Z
creatorsName: cn=Admin

dn: cn=Administrators,ou=groups,ou=@realm@,dc=@domain@
memberURL: ldap:///ou=groups,ou=@realm@,dc=@domain@??sub?(&(objectclass=person)(wlsMemberOf=cn=Administrators,ou=groups,ou=@realm@,dc=@domain@))
description: Administrators can view and modify all resource attributes and start and stop servers.
objectclass: top
objectclass: groupOfUniqueNames
objectclass: groupOfURLs
cn: Administrators
createTimestamp: 201611060801Z
creatorsName: cn=Admin

dn: cn=AppTesters,ou=groups,ou=@realm@,dc=@domain@
memberURL: ldap:///ou=groups,ou=@realm@,dc=@domain@??sub?(&(objectclass=person)(wlsMemberOf=cn=AppTesters,ou=groups,ou=@realm@,dc=@domain@))
description: AppTesters group.
objectclass: top
objectclass: groupOfUniqueNames
objectclass: groupOfURLs
cn: AppTesters
createTimestamp: 201611060801Z
creatorsName: cn=Admin

dn: cn=CrossDomainConnectors,ou=groups,ou=@realm@,dc=@domain@
memberURL: ldap:///ou=groups,ou=@realm@,dc=@domain@??sub?(&(objectclass=person)(wlsMemberOf=cn=CrossDomainConnectors,ou=groups,ou=@realm@,dc=@domain@))
description: CrossDomainConnectors can make inter-domain calls from foreign domains.
objectclass: top
objectclass: groupOfUniqueNames
objectclass: groupOfURLs
cn: CrossDomainConnectors
createTimestamp: 201611060801Z
creatorsName: cn=Admin

dn: cn=Deployers,ou=groups,ou=@realm@,dc=@domain@
memberURL: ldap:///ou=groups,ou=@realm@,dc=@domain@??sub?(&(objectclass=person)(wlsMemberOf=cn=Deployers,ou=groups,ou=@realm@,dc=@domain@))
description: Deployers can view all resource attributes and deploy applications.
objectclass: top
objectclass: groupOfUniqueNames
objectclass: groupOfURLs
cn: Deployers
createTimestamp: 201611060801Z
creatorsName: cn=Admin

dn: cn=Monitors,ou=groups,ou=@realm@,dc=@domain@
memberURL: ldap:///ou=groups,ou=@realm@,dc=@domain@??sub?(&(objectclass=person)(wlsMemberOf=cn=Monitors,ou=groups,ou=@realm@,dc=@domain@))
description: Monitors can view and modify all resource attributes and perform operations not restricted by roles.
objectclass: top
objectclass: groupOfUniqueNames
objectclass: groupOfURLs
cn: Monitors
createTimestamp: 201611060801Z
creatorsName: cn=Admin

dn: cn=Operators,ou=groups,ou=@realm@,dc=@domain@
memberURL: ldap:///ou=groups,ou=@realm@,dc=@domain@??sub?(&(objectclass=person)(wlsMemberOf=cn=Operators,ou=groups,ou=@realm@,dc=@domain@))
description: Operators can view and modify all resource attributes and perform server lifecycle operations.
objectclass: top
objectclass: groupOfUniqueNames
objectclass: groupOfURLs
cn: Operators
createTimestamp: 201611060801Z
creatorsName: cn=Admin

dn: cn=OracleSystemGroup,ou=groups,ou=@realm@,dc=@domain@
memberURL: ldap:///ou=groups,ou=@realm@,dc=@domain@??sub?(&(objectclass=person)(wlsMemberOf=cn=OracleSystemGroup,ou=groups,ou=@realm@,dc=@domain@))
description: Oracle application software system group.
objectclass: top
objectclass: groupOfUniqueNames
objectclass: groupOfURLs
cn: OracleSystemGroup
createTimestamp: 201611060801Z
creatorsName: cn=Admin

dn: ou=people,ou=@realm@,dc=@domain@
ou: people
objectclass: organizationalUnit
objectclass: top
createTimestamp: 201611060801Z
creatorsName: cn=Admin

dn: uid=LCMUser,ou=people,ou=@realm@,dc=@domain@
description: This is the default service account for WebLogic Server Lifecycle Manager configuration updates.
objectclass: inetOrgPerson
objectclass: organizationalPerson
objectclass: person
objectclass: top
objectclass: wlsUser
cn: LCMUser
sn: LCMUser
userpassword:: e3NzaGEyNTZ9VXdVR0cxTGJpaVZSdytIcHRMTk1KdTdnZHJsUjVmMnFmNmhRallRUjZyaDlwTUpZ
uid: LCMUser
wlsMemberOf: cn=Administrators,ou=groups,ou=@realm@,dc=@domain@
createTimestamp: 201611060801Z
creatorsName: cn=Admin

dn: uid=OracleSystemUser,ou=people,ou=@realm@,dc=@domain@
description: Oracle application software system user.
objectclass: inetOrgPerson
objectclass: organizationalPerson
objectclass: person
objectclass: top
objectclass: wlsUser
cn: OracleSystemUser
sn: OracleSystemUser
userpassword:: e3NzaGEyNTZ9ZVNoWXBBeVlWTEtJeDRTNFZCRWNuY2Y2TTJXcnE3eEduMmxta3U2dUw1ckZlMitn
uid: OracleSystemUser
wlsMemberOf: cn=OracleSystemGroup,ou=groups,ou=@realm@,dc=@domain@
createTimestamp: 201611060801Z
creatorsName: cn=Admin

dn: uid=weblogic,ou=people,ou=@realm@,dc=@domain@
description: This user is the default administrator.
objectclass: inetOrgPerson
objectclass: organizationalPerson
objectclass: person
objectclass: top
objectclass: wlsUser
cn: weblogic
sn: weblogic
userpassword:: e3NzaGEyNTZ9Nmh4NVFKUitGV3UwQUpkaXFXRktiSWZlTEVjYWtzSXZPNVhBQUw0QTZWc2QyalAw
uid: weblogic
wlsMemberOf: cn=Administrators,ou=groups,ou=@realm@,dc=@domain@
createTimestamp: 201611060801Z
creatorsName: cn=Admin

dn: uid=weblogic1,ou=people,ou=@realm@,dc=@domain@
objectclass: top
objectclass: person
objectclass: organizationalPerson
objectclass: inetOrgPerson
objectclass: wlsUser
cn: weblogic1
sn: weblogic1
uid: weblogic1
description: new domain
createTimestamp: 201611060931Z
creatorsName: cn=Admin
userpassword:: e3NzaGEyNTZ9YUJiMFlzMm1yTkJSQVdSb08xeTUzcVJUTXJZTnk5L3JrSEJQekgyd2hyWCtlY3NW
modifyTimeStamp: 201611070618Z
modifiersName: cn=Admin

dn: uid=weblogic123,ou=people,ou=@realm@,dc=@domain@
objectclass: top
objectclass: person
objectclass: organizationalPerson
objectclass: inetOrgPerson
objectclass: wlsUser
cn: weblogic123
sn: weblogic123
uid: weblogic123
description: examples
userpassword:: e3NzaGEyNTZ9SktCK2FLYzFMOHBIK3hrRkZoQWJsalhqOWVIV3ljNFpuTHFMNFlhcUt5Z1hEK3RG
createTimestamp: 201611070658Z
creatorsName: cn=Admin
wlsMemberOf: cn=Administrators,ou=groups,ou=@realm@,dc=@domain@
modifyTimeStamp: 201611070658Z
modifiersName: cn=Admin

AWS GPU family instances

$
0
0
I guess expense is the main problem with using AWS GPU family instances with Hashcat.

Has anyone tried it though ?

Advice on PDF cracking

$
0
0
I have tried to get Hashcat to crack a PDF.

The type is: 10500 | PDF 1.4 - 1.6 (Acrobat 5 - 8)   | Documents

I am not asking anyone to crack it but could someone supply the command line i need run and use AMD device 1

I have tried but i am lost with all these switches.

thanks

ac427
Viewing all 8114 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>