hlein

Results 20 issues of hlein

Made a basic setup.py and some other packaging-friendly changes. Now 'python setup.py build' ; 'sudo python setup.py install', or whatever similar things a distribution's package manager expects to be able...

By default, recon-ng uses the hardcoded default `8.8.8.8` as its nameserver. There's various reasons one might not want to use that - information leakage, being in a closed environment, having...

enhancement

I have a use-case[*] in which it would be useful to be able to supply `encfsctl cat` the contents of an encrypted file from STDIN or some other filehandle, rather...

### Environment: - Fail2Ban version 10cd81552538fa950cefc32787b9f82b5ee1b998 - OS, including release name/version : Any Linux with mailx as mail(1) ### The issue: The fix for escape sequences in whois response, 10cd81552538fa950cefc32787b9f82b5ee1b998,...

bug

## Description When running trivy, a consistent error I'm getting across lots of Docker images is: `Error while getting vulnerability details: failed to get the vulnerability "CVE-2021-20095": no vulnerability details...

kind/bug

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

enhancement

When -fno-common is enabled, linking fails with: ```/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: fwknop-config_init.o:(.bss+0x0): multiple definition of `log_level_t'; fwknop-fwknop.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: fwknop-spa_comm.o:(.bss+0x0): multiple definition of `log_level_t'; fwknop-fwknop.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: fwknop-utils.o:(.bss+0x0): multiple...

When editing an existing file, check if the source file was signed, and if so, enable signing when we save it. When writing out a file, moved the "should we...

For distro packaging, etc., it would be helpful if ffuf provided a Makefile with some standard targets. There are a couple of PRs that implement one, most recently https://github.com/ffuf/ffuf/pull/562

Note, this has some things in common with #620, but it is different. Top-level 'configure' figures out the correct libdir to use - lib64 or lib32. But src/lib/Makefile.in has a...

enhancement