Google Code Exporter
Google Code Exporter
``` C:\>python cachedump.py SYSTEM SECURITY ERR: Couldn't find subkey PolSecretEncryptionKey of Policy How do I obtain the subkey PolSecretEncryptionKey of Policy? Thanks, Enda ``` Original issue reported on code.google.com by...
lsadump
``` 1. ./lsadump.py ERR: Couldn't find subkey PolSecretEncryptionKey of Policy Traceback (most recent call last): File "./lsadump.py", line 46, in secrets = get_file_secrets(sys.argv[1], sys.argv[2]) File "/pentest/passwords/creddump/framework/win32/lsasecrets.py", line 135, in get_file_secrets...
``` > python pwdump.py system SAM Administrateur:500:XXXXXXXXXXXXXXXX:YYYYYYYYYYYYYYYY::: Traceback (most recent call last): File "pwdump.py", line 31, in dump_file_hashes(sys.argv[1], sys.argv[2]) File "/tmp/cr/creddump-0.1/framework/win32/hashdump.py", line 244, in dump_file_hashes dump_hashes(sysaddr, samaddr) File "/tmp/cr/creddump-0.1/framework/win32/hashdump.py", line...
``` What steps will reproduce the problem? 1. ./cachedump.py sys sec Traceback (most recent call last): File "./cachedump.py", line 32, in dump_file_hashes(sys.argv[1], sys.argv[2]) File "/root/Tars/creddump-0.1/framework/win32/domcachedump.py", line 114, in dump_file_hashes for...
``` It seems that the truetype package cannot load the OpenSans font. The font is compatible with other TTF viewers/editors.. so I wonder why I receive this error (from freetype.ParseFont()...
``` These are needed to figure out line height and the height for the background of highlighted text. Font.Bounds().YMin and YMax don't work; they are too large. Instead we need...
``` It is currently not possible to get the bounding box of a specific glyph, and thus one can't figure out all the metrics one might need. Please add something...
``` The attached archive contains 42 unique crashers for the package. The test inputs were passed through the following program: http://play.golang.org/p/qxzq2QBtYx The headers of crashes are provided below. Each one...
``` When p.X is less than zero, the position of first letter of s is incorrect! ``` Original issue reported on code.google.com by `[email protected]` on 30 Nov 2013 at 7:47...
``` What steps will reproduce the problem? 1. Use a non-image.Uniform image in SetSrc. 2. Call freetype.DrawString What is the expected output? What do you see instead? I'd expect that...