HaRold

Results 120 issues of HaRold

enhancement

As part of the discovery phase we need to check if the domain returns NSEC records instead of NSEC3 records. Then use these to iterate through all records in the...

enhancement

As per: https://github.com/nahamsec/HostileSubBruteforcer Additional checks to add, to see if domain can be taken over: * Heroku * AWS / S3 * Square Space * GitHub * Shopify * Tumblr...

enhancement

Should be able to use a single static resolver, e.g. localhost Additionally, if the resolvers file contains less than a specific number it throws errors: ``` Traceback (most recent call...

bug

https://github.com/hyraxZK/inner_curves/blob/master/bin/find_curveparams.sage This tool will find Montgomery and Edwards curves over a given field, however it has hard-coded restrictions on the prime modulo (for fast square root)

See `find_group_hash` @ https://github.com/daira/zcash-test-vectors/blob/master/sapling_generators.py#L31 ```python def group_hash(D, M): digest = blake2s(person=D) digest.update(CRS) digest.update(M) p = Point.from_bytes(digest.digest()) if not p: return None q = p * JUBJUB_COFACTOR if q == Point.ZERO:...

Some filenames have characters in their names which are reserved/illegal on the Windows platform. e.g. https://github.com/scipr-lab/libfqfft/blob/master/libfqfft/profiling/logs/memory/02-19_03:18/memory.ps Is it necessary for these files to be in the repository (I assume they're...

This pull request removes the usage of `try ... catch` for control flow in the `get_evaluation_domain` function. This fixes the problems described by: * https://github.com/gstew5/snarkl/issues/11 * https://github.com/gstew5/snarkl/issues/12 * https://github.com/ConsenSys/zero-knowledge-proofs/issues/13 *...

Hi, I started writing my own tpm log parser to grok the output of https://github.com/stefanberger/swtpm debug logs, but then found yours which is very elegantly written and has saved me...