hlein
hlein
The `routes-small.json` and `routes-large.json` asset files created for use by kiterunner include regexes that use negative lookahead, `(?!...)`. But the regex library used by kiterunner does not support negative lookahead,...
The `routes-small.json` and `routes-large.json` files at `https://wordlists-cdn.assetnote.io/rawdata/kiterunner/` trigger parse errors visible when running `kr scan ... -v debug` such as: ``` 7:05PM DBG failed to generate regex string crumb value...
When running `amass enum` in a semi-isolated network, it might not be able to get out to just any DNS server. The documentation for the `resolver =` config-file entry and/or...
The release tarballs at https://dist.libuv.org/dist/v1.48.0/ are signed with an expired key. 1.48.0 was released just yesterday, and yet: ``` $ gpg --verify libuv-v1.48.0-dist.tar.gz.sign libuv-v1.48.0-dist.tar.gz gpg: Signature made Wed 07 Feb...
...Unless I am just blind. Releases at e.g. https://dist.libuv.org/dist/v1.48.0/ include a companion `.sign` file, yay! https://github.com/libuv/libuv/blob/v1.x/MAINTAINERS.md lists project maintainers, their GitHub usernames, and their PGP key fingerprints (if any). It...
Closes: https://bugs.gentoo.org/925662
Some years ago upstream net-tools changed `ifconfig` to live in /bin: https://github.com/ecki/net-tools/commit/36b541c9f3efe55c5871674ee926be8b20339497 Of course, many distros continue to put it in `/sbin/`, but not all. Moreover, in some distros such...
**IMPORTANT** This is just for reporting *BUGS* not help on how to hack, how to use hydra, command line options or how to get it compiled. Please search for help...
**Description** If perl -n processes an argument of a filename containing a trailing space, the space will be eaten before the file is opened. Ironically the `openat()` w/mangled name which...
Without this patch, DESTDIR is not passed to python setup.py, so build systems that use a staging sandbox prior to installing in real-root, such as Gentoo, cannot build+install it. Note,...